On Wed, 25 Dec 2002 the voices made Mike Loiterman write:

ML> How would I block it at the MTA?  I assume you're talking about Sendmail.
ML> What about a concise rule for SA?  I'm extremely poor with regexp and any
ML> help would be greatly appreciated.  Would this do it:
ML>
ML>
ML> X-Rot: =~ /zvxr^nfpraqrapl(arg/i

 You wouldn't happen to be using procmail? If you do then just kill these
before SA like this:

:0
* ^X-Rot-Version:
        {
        EXITCODE=77
        :0
                /dev/null
        }

        Translated:
 If there is such a header, no matter it's value, tell whatever program that
handed us the e-mail "permission denied" and delete the e-mail.


        /t
-- 
# Per scientiam ad libertatem! // Through knowledge towards freedom! #
# Genom kunskap mot frihet! =*= (c) 1999-2002 [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