Jim> What do I need to do to the above so that it sends anything tagged
    Jim> as Spam to NOWHERE.

Try:

    :0fw
            | spamassassin -P

    :0
    * ^X-Spam-Status: Yes
    /dev/null

though you may instead want something more forgiving of false positives like

    SPAM=spam

    :0fw
            | spamassassin -P

    :0
    * ^X-Spam-Status: Yes
    $SPAM

I still find a false positive every few days, and the cost of quickly
scanning the headers in my spam mailbox is low.

-- 
Skip Montanaro
[EMAIL PROTECTED]
consulting: http://manatee.mojam.com/~skip/resume.html


-------------------------------------------------------
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