Marc Perkel wrote: > > > Justin Mason wrote: >> On the contrary, we in SpamAssassin find it useful. >> >> > > How do you avoid a false positive on forwarded email? Since my other mail is long, a short reply to this direct question is in order.
put the forwarder in trusted_networks and internal_networks. ie: declare the forwarder to be a part of your own network. SA will then automatically use the forwarder's headers when checking SPF, instead of the local one. Either that or get your forwarder to rewrite the MAIL FROM and become a remailer instead of a forwarder. There's even SRS patches out there to get your MTA to do the rewrite. See also: http://www.openspf.org/FAQ/Forwarding