What does the email header “X-CAA-SPAM” refer to

emailsmtp-headersspam

I've got an application that sends out notification emails to users of the application (this is not spam; the information in these emails is solicited and useful, and is also a feature turned off by default and must be enabled by the user). The app is still in beta, and one of our testers reports that the notification emails are going to his junk mail folder in Outlook 2003. This is the only reported case of this, but I asked him to send me the email headers from the message, and I noticed that there is a header there labeled "X-CAA-SPAM" with a value of 00000 .

I'm a programmer, so I'm fairly green in the world of successful automated emails – does anyone know if this header is the culprit? If not, any suggestions?

Best Answer

The X-CAA-SPAM header might be unrelated to Outlook flagging the emails as spam.

This page seems to suggest that the X-CAA-SPAM header is being added by Comcast, and would most likely be ignored by Outlook, AFAICT.

Outlook's spam filter might have been trained by the user to reject similar email; providing the usual advice to your users when they enable your email notifications (including "Please add xyz@example.com to your contact list" and "Check your spam box if you don't receive an email within 30 minutes") might be the easiest way to solve it.

Related Topic