I am trying to learn more about Message-ID: header.
The Message-ID: header is used to uniquely identify an E-mail. The RFCs require that it be present in an E-mail unless there is a good reason and the consequences of not having it are understood.

I use server-side components such as ASPmail and CDONTS to handle various kinds of email sent directly from the site -- say a confirmation email.

I've learned that these emails are missing a Message-ID: header, and therefore get the following SPAM test failure:
X-RBL-Warning: SPAMHEADERS: This E-mail has headers consistent with spam [4000020e].

My problem is that I don't know how to produce the Message-ID:

Should the mail component be creating these?
ASPmail and CDONTS definitely should be adding these (unless you are constructing all the headers, including the Date: headers). It may be that you would need to upgrade those programs in order for the Message-ID: header to be automatically added.
-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". The archives can be found
at http://www.mail-archive.com.


Reply via email to