Re: [exim] Spam Assassin with user filters?

Top Page
Delete this message
Reply to this message
Author: Thomas Hochstein
Date:  
To: exim-users
Subject: Re: [exim] Spam Assassin with user filters?
Cole Tuininga schrieb:

> When an email comes in for a particular user, I'd like it to be
> processed through Spam Assassin, using that particular user's
> preferences. As I understand it, that mostly gets rid of the idea of
> using an ACL to do it.


Then do it the old way: set up a transport to pipe the mail through
spamc and back to Exim, then route all (incoming) mail through that
filter:
<http://dman13.dyndns.org/~dman/config_docs/exim-spamassassin/node12.html>

Worked for me for some years (first with SpamAssassin alone, then with
amavisd-new).

You can then act on the inserted headers in a filter or the
routers/transports that deliver your mail to the user's mailbox.

-thh