View Issue Details

IDProjectCategoryView StatusLast Update
247PHPOF1BSMTPpublic29 Jul 2009 21:57
Reportertimj Assigned Totimj  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version1.0.7 
Target Version1.0.8Fixed in Version1.0.8 
Summary247: BSMTP class fails to escape lines starting with a period
DescriptionAccording to RFC 2821:

   - Before sending a line of mail text, the SMTP client checks the
     first character of the line. If it is a period, one additional
     period is inserted at the beginning of the line.

PHPOF BSMTP does not do this.
Additional Informationexample:

...

some text blah blah blah
.foo bar something

....


comes out in a mail client as:

some text blah blah blah
foo bar something


....
TagsNo tags attached.

Activities

timj

29 Jul 2009 21:55

manager   ~254

Fixed in SVN r1863

Issue History

Date Modified Username Field Change
29 Jul 2009 21:50 timj New Issue
29 Jul 2009 21:55 timj Target Version => 1.0.8
29 Jul 2009 21:55 timj Status new => assigned
29 Jul 2009 21:55 timj Assigned To => timj
29 Jul 2009 21:55 timj Note Added: 254
29 Jul 2009 21:55 timj Status assigned => resolved
29 Jul 2009 21:55 timj Fixed in Version => 1.0.8
29 Jul 2009 21:55 timj Resolution open => fixed
29 Jul 2009 21:57 timj Status resolved => closed