Yes, Symantec will mark the message as SPAM and then deliver.
Strange thing is, some of the spam gets tagged and delivered and shows up with the 'Send To' and Subject fields intact, while some of it gets messed up like the above.
I compared the document information between emails that appear to be correctly labeled, and these strange SPAM ones, I guess I don't know how Domino will take the incoming email, and translate it. Based on the above, none of the RCPT TO match the address to where it was delivered.
Main Topics
Browse All Topics





by: fgrushevskyPosted on 2009-02-23 at 12:17:35ID: 23715194
Do you have a rule on Symantec Mail Security to mark suspicious spam messages with the word "SPAM" in the subject?
Few other thought:
Junk mail does not have to be properly formatted mail (one of the reason it is called junk).
The Sendto or CopyTo fields that you are looking for are not responsible to directing mail into users mailbox. These fields are defined in RFC2822 that describes message header
The message is directed into user mailbox based on rcpt to: command received by your mail server. It is described in RFC 2821. The information from rcpt to: is not recorded in the message. You will need to check mail server logs for that