Scott, This is *exactly* what I was looking for. Now all I need to do is change maybe 10,000 calls to CFMAIL on my sites.
Cheers, --Matt Robertson-- MSB Designs, Inc. http://mysecretbase.com -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of R. Scott Perry Sent: Thursday, February 21, 2002 2:55 PM To: [EMAIL PROTECTED] Subject: Re: [Declude.JunkMail] SOT: Way to fix ColdFusion-generated CFMAIL so Declude doesn't bop it? >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 . --- [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 .
