Mitch (WebCob) wrote:


In my original post I'd asked if there was a way to whitelist or something -
maybe consider this test authoritative if it succeeds - cut down on the
effort - 80% of my mail is inter-client, about 20% outside - which is where
all the spam comes from of course... so I've added an X-header that I can
use to tell if it's good mail... is there some way to see this header,
accept the message and skip any remaining tests?


As far as I know, there's no way to "short-circuit" SA tests.


How are you calling spamassassin? If you're calling it from procmail, just do the header test in .procmailrc... something like:

:0fw
* !^X-CustomHeader: my header
|/usr/local/bin/spamassassin

should do what you want.

Of course, you may find that you have to periodically rotate your header.

--Rich


_________________________________________________________


Rich Puhek
ETN Systems Inc.
2125 1st Ave East
Hibbing MN 55746

tel:   218.262.1130
email: [EMAIL PROTECTED]
_________________________________________________________



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to