MailScanner analyze each message and each condition give point, if the total point is over the spam value it will be check as spam.
That is great, but we need a document that explain each condition (the names doesnt give us any idea of what they are).
I also interest if the full report is include in the message and not only the total points.
Spam points
configserver doesn't write the rules, SARE does. You can do a search for each rule in Google and find out what they mean. Normally, once you know what one or two mean, the rest are easy.
Here is a good way to find out what the codes mean. Take any message you have and view the source. Copy that to a text file and upload it to your server and call it spam.txt. Then run this:
spamassassin -D < spam.txt
SA will report back all of the info and what it means.
Here is a good way to find out what the codes mean. Take any message you have and view the source. Copy that to a text file and upload it to your server and call it spam.txt. Then run this:
spamassassin -D < spam.txt
SA will report back all of the info and what it means.
SA Descripcion
I have MailScanner FE, these are the message I found.
Not all description are clear, for example: URI_NOVOWEL URI
How can we include this detail in the message, so my clients can check wat happend.
Not all description are clear, for example: URI_NOVOWEL URI
How can we include this detail in the message, so my clients can check wat happend.