[NCLUG] spam assassin

dann frazier dannf at fc.hp.com
Thu Feb 20 22:02:32 MST 2003


On Thu, Feb 20, 2003 at 02:48:43PM -0700, Daniel Miles wrote:
> So I've been having a bigger and bigger problem with spam and I looked
> into spamassassin but it looks like it has to be installed on the server
> end.
> 
> Is there a way to put a spam filter on the reciving end?
> Can somebody direct me to the documents I would need to learn how to do
> that?

apt-get install spamassassin procmail
cat > ~/.procmailrc << EOF
:0fw
| spamassassin -P

:0e
{
    EXITCODE=$?
}

:0:
* ^X-Spam-Status: Yes
.spam/
EOF

-- 

dannf at dannf.org 



More information about the NCLUG mailing list