We have a site using cf_advancedmail and have a few problems due to what the
tag doesn't do. I know a few of you here use this tag so wondered if anyone
has fixed these issues already and may have an improved tag I can nab.

MessageID
The message ID problem is about RFC2822 that says that a Message ID: field
in email headers is strongly advised.
Some ISPs are now bouncing mail that doesn't have a Message ID: because
"they are usually spam"
CFAdvancedEmail doesn't do Message ID

The other problem is 'naked line feeds'
RFC 822 and later make it clear that the maximum length of a data line in
SMTP is 1000 bytes "including the terminating CRLF pair"
CFAdvancedmail (or perhaps it's CF) seems to strip out the CR and just
leaves the LF, so lines can build up to over 1000 chars
95% of servers don't give a toss, but 5% reject the mail

Russ


-- 
** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROTECTED]

Reply via email to