Opened 16 years ago
Closed 16 years ago
#29 closed defect (fixed)
smtp_send() should do proper dot-stuffing
Reported by: | rjl | Owned by: | rjl |
---|---|---|---|
Priority: | normal | Milestone: | 1.0.0 RC6 |
Component: | PHP scripts | Version: | 1.0.0 RC5 |
Severity: | minor | Keywords: | smtp_send dot-stuffing rfc |
Cc: |
Description
In keeping with RFC821, smtp_send() needs to prepend a '.' to the beginning of any lines in the body of the e-mail that begin with '.', so as to avoid prematurely terminating the mail transmission to the MTA.
Change History (1)
comment:1 Changed 16 years ago by dmorton
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
should be fixed in [472] using PEAR::Net_SMTP