[SA-exim] Mail being permitted
Jonathan Armitage
jon.armitage at hepworthband.co.uk
Fri Sep 7 05:05:34 PDT 2007
Timothy Arnold wrote:
> Hi,
>
> Having an interesting problem. Mail is being flagged by sa-exim but it
> is being permitted through
>
Maybe one of the recipients is postmaster---the default sa-exim config allows
these messages through, and also delivers it to all the other recipients as a
side effect.
In the exim config:
# Add header telling sa-exim not to reject messages for these recipients.
warn message = X-SA-Do-Not-Rej: Yes
local_parts = postmaster : abuse
In sa-exim.conf:
# X-SA-Do-Not-Rej should be set as a warn header if mail is sent to
# postmaster and abuse (in the RCPT ACL), this way you're not bouncing
# spam abuse reports sent to you. This is a RFC guideline.
SAEximRejCond: ${if !eq {$h_X-SA-Do-Not-Rej:}{Yes} {1}{0}}
Jon
Jon Armitage
Web Infrastructure Support
365 Media Group
3rd Floor, Apsley House, Wellington Street, Leeds, LS1 2EQ
More information about the SA-Exim
mailing list