Re: spamassassin and bounces
Richard Lithvall <[email protected]>
| Newsgroups | gmane.mail.exim.spamassassin |
|---|---|
| Message-ID | <[email protected]> |
Laurent Luyckx wrote:
> Does someone knows how to prevent spamassassin to not scan bounce
> messages created by the server himself?
in sa-exim's config:
SAEximRunCond: ${if and {{def:sender_host_address} {!eq
{$sender_host_address}{127.0.0.1}} {!eq {$h_X-SA-Do-Not-Run:}{Yes}} } {1}{0}
}
> I didn't find any help on this.
It's all in the bundled example config.
/Richard