>Is anyone familiar with the issues surrounding ColdFusion >Server-generated email tripping three of Declude's tests, and how to >bring that mail into conformity?
That's because ColdFusion's mail functions were hastily written. Specifically, they do not include a Message-ID: header, knowing that the lack of one is a sign of spam and that their mail may be blocked as a result. http://www.mail-archive.com/[email protected]/msg00661.html seems to show how to fix this problem. In the meantime, you can whitelist the domain by adding a line "WHITELIST FROM @example.com" (replacing "example.com" with the domain using ColdFusion). That way, you don't need to worry about fine-tuning the tests to allow the mail from this one site to get through. -Scott --- [This E-mail was scanned for viruses by Declude Virus (http://www.declude.com)] --- This E-mail came from the Declude.JunkMail mailing list. To unsubscribe, just send an E-mail to [EMAIL PROTECTED], and type "unsubscribe Declude.JunkMail". You can E-mail [EMAIL PROTECTED] for assistance. You can visit our web site at http://www.declude.com .
