Explaination of all the Spam Status [message #1200] |
Mon, 18 July 2005 11:15 |
eastwood
Messages: 37 Registered: July 2004
|
Member |
|
|
Is there a place that lists what each item listed in the spam status for example here is a recent message that got flagged, it would be nice to nkow what each one means:
DNS_FROM_RFC_POST,HTML_50_60,HTML_FONT_BIG,HTML_IMAGE_ONLY_12,
HTML_MESSAGE,MIME_HTML_ONLY,MISSING_SUBJECT,MSGID_FROM_MTA_HEADER,
SPF_HELO_PASS,SPF_PASS
some are pretty simple but some arent
|
|
|
Re: Explaination of all the Spam Status [message #1201 is a reply to message #1200] |
Mon, 18 July 2005 14:02  |
support
Messages: 925 Registered: April 2004
|
Senior Member |
|
|
Explanations are printed to the SpamAssassin wrapper message.
If you have turned this feature off, you can use a text editor with a 'find in files' function to search the *.cf files in the sa\ruleset subdirectory for the description.
Customer Support
Byteplant GmbH
|
|
|
|
Re: Explaination of all the Spam Status [message #1203 is a reply to message #1202] |
Thu, 28 July 2005 15:41  |
support
Messages: 925 Registered: April 2004
|
Senior Member |
|
|
eastwood wrote:
> how do i turn this feature on?
Use the "report_safe" switch (in local.cf).
See http://spamassassin.apache.org/full/3.0.x/dist/doc/Mail_SpamAssassin_Conf.html
report_safe { 0 | 1 | 2 } (default: 1)
if this option is set to 1, if an incoming message is tagged as spam, instead of modifying the original message, SpamAssassin will create a new report message and attach the original message as a message/rfc822 MIME part (ensuring the original message is completely preserved, not easily opened, and easier to recover).
If this option is set to 2, then original messages will be attached with a content type of text/plain instead of message/rfc822. This setting may be required for safety reasons on certain broken mail clients that automatically load attachments without any action by the user. This setting may also make it somewhat more difficult to extract or view the original message.
If this option is set to 0, incoming spam is only modified by adding some X-Spam- headers and no changes will be made to the body. In addition, a header named X-Spam-Report will be added to spam. You can use the remove_header option to remove that header after setting report_safe to 0.
Customer Support
Byteplant GmbH
|
|
|