Re: FAQ about forwarded mail?
Magnus Holmgren <[email protected]> Thu, 17 May 2007 21:57:16 +0200
| Newsgroups | gmane.mail.exim.spamassassin |
|---|---|
| Organization | Lysator ACS |
| Message-ID | <[email protected]> |
On Thursday 17 May 2007 19:25, Eric Sharkey wrote:
> I've searched the sa-exim list archives and I've seen this issue brought
> up a few times, but never with what seemed to me to be a definitive
> clear answer about how to properly set up a system to handle forwarded
> mail.
>
> Forwarded mail is different from non-forwarded mail since rejecting
> such messages is likely to produce collateral damage, and grey listing
> such messages is actually counter-productive.
>
> Is there a simple guide to configuring sa-exim to never bounce or
> greylist forwarded mail?
I think the easiest way is to set SAEximRejCond in sa-exim.conf to something
like ${if eq{$acl_m0}{canreject}}. Then you use the power of the ACL system
to determine whether spam can be rejected or must be quarantined.
I have, after require verify = recipient,
accept local_parts = postmaster : abuse
accept hosts = +incoming_relays : ${lookup dnsdb{>:mxh=$domain}}
then some anti-spam measures such as dnslists, then
accept set acl_m0 = canreject
The difficulty lies in identifying forwarded mail coming from many different
places without letting in everything from Hotmail and AOL.
--
Magnus Holmgren [email protected]
(No Cc of list mail needed, thanks)
_______________________________________________
SA-Exim mailing list
[email protected]
http://lists.merlins.org/lists/listinfo/sa-exim
signature.asc
(application/pgp-signature, 189 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQBGTLOhk7mRNn1h4+YRAkbQAJ4yW8Gqd70a8WvoA88bmz7jdo1FpQCg2Vl1 AZ20aB3K34Wjev/PcNI7kIM= =rnTb -----END PGP SIGNATURE-----