Hi Web Wiz Forums Developers
The last weeks this error has occured daily, when email notification is sent to users using mail-server fpo.mail.dk.
host fpo.mail.dk[80.160.76.237] said: 550 5.6.0 Lone CR
or LF in body (see RFC2822 section 2.3) (in reply to end of DATA command)
Action: failed
Status: 5.6.0
Remote-MTA: dns; fpo.mail.dk
Diagnostic-Code: smtp; 550 5.6.0 Lone CR or LF in body (see RFC2822 section
2.3)
This is probably the reason:
When a user has more than 1 line in the signature, the line-change is stored with these characters - chr(x):
chr(13)
< chr(60)
b chr(98)
r chr(114)
chr(32 )
/: chr(47)
>: 62
The same problem does'nt exist in a Thread-message, where the line-change correctly has a LF - chr(10) - just after chr(13).
Can you fix that problem in the next version, before other mail-servers get the same idea, and reject mails without LF (or CR).