I'd like to assign spam points to any message whose body does not contain any one of several keywords. But unfortunately, I can't find a body directive reads all body attachments. I tried "body" and "rawbody" but there are still many body attachments that pass through unscanned. Since my match adds points to any message whose body does NOT contain the keywords, I'm getting false matches when the body is not scanned for the words. Is there anyway I can get around this?
Define what you mean by "body attachments".. if you mean things like pdf's, word documents, etc.. don't bother.. SA doesn't decode document formats, thus the rules will be run against the litteral binary of these files. They don't always contain the literal text in-order, as various formatting and editing sequences sometimes get stuck inbetween.
Theoreticaly SA's body rules should work for any mime section which is a message body, ie: text/plain or text/html. It _might_ match a binary document attachment, but that is not reliable as SA has no direct understanding of these binary formats and does not decode them beyond converting them from base64 to their original binary states.
------------------------------------------------------- This SF.net email is sponsored by: Perforce Software. Perforce is the Fast Software Configuration Management System offering advanced branching capabilities and atomic changes on 50+ platforms. Free Eval! http://www.perforce.com/perforce/loadprog.html _______________________________________________ Spamassassin-talk mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/spamassassin-talk