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: [EMAIL PROTECTED]
GnuPG key: 1024D/8CE11941


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to