destwhitelist
Denis Rybin <[email protected]>
| Newsgroups | gmane.mail.exim.spamassassin |
|---|---|
| Organization | ЗАО "Телмос" |
| Message-ID | <[email protected]> |
Hello
I've installed sa-exim-2.2.
Just replace local_scan.c by sa-exim.c. Rebuild exim.
Intsall SpamAssassin, run spamd, add /etc/exim/spamassassin.conf.
spamassassin.conf default is on -
SAEximRunCond: ... {$h_X-SA-Do-Not-Run:}{Yes}} } {1}{0}}
That's all.
Question - how can i disable spam scanning for some local (not only
local) users?
It seems to me is special play with SAEximRunCond and special
recipient variables in it. Right?
add
localpartlist nosarej = /etc/exim/acls/destwhitelist
and
warn message = X-SA-Do-Not-Rej: Yes
local_parts = +nosarej:postmaster:abuse
take no effect.
Thank you