Dan Mahoney, System Admin wrote:
> I'm looking for an easy way to override ALL scanning (NOT scoring)
> for a specific user.

This needs to be done in whatever you're using to call SpamAssassin
(postfix, exim, sendmail, etc).

> This shouldn't be a difficult feature to implement at all -- I'd
> imagine about three lines of code :)

How do you handle messages with multiple recipients?  Not to mention
that the envelope "to" address(s) (who the mail is *actually* delivered
to) don't have to match the headers that SA sees.

Since SA needs to be called by another program, and that program will be
aware of all of this, that's really the place to do the exemption.

> Any ideas on how to do this?

amavisd-new is the only solution I've seen that sanely handles
multiple-recipient emails where one recipient is excluded, without
requiring a large amount of work or awkward mail path configurations.

Reply via email to