[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: spamassassin + exim



On Thu, Oct 17, 2002 at 12:52:56AM +1000, Hamish Moffatt wrote......

> 
> Can anyone recommend a good way to integrate spamassassin with exim?
>

apt-get install procmail.  Then, in your ~/.procmail/rc.recipe file,
make sure you have something like:

########## filter all mail through SpamAssassin ##########
:0 fw
| spamassassin -P

:0 e
EXITCODE==$?

:0:
* ^X-Spam-Flag: YES
$HOME/mail/spam/

**********************************************************

That should do it.

HTH.

Kevin

-- 

Kevin Coyner
mailto: kevin@rustybear.com
GnuPG key: 1024D/8CE11941



Reply to: