On 3/3/2010 4:11 PM, Noel Jones wrote:
You can't enforce the From: header. The From: header in your spam
probably looked something like
From: Word Word
which is invalid, so postfix rewrote to
From: w...@example.com w...@example.com
Postfix rewriting controls are described here:
http://www.postfix.org/ADDRESS_REWRITING_README.html#william
Postfix doesn't normally rewrite headers in remote mail, but rewriting
can still happen, such as if you have a content_filter. It may help to
set in main.cf
remote_header_rewrite_domain = domain.invalid
to use @domain.invalid instead of your own domain in headers.
http://www.postfix.org/postconf.5.html#remote_header_rewrite_domain
-- Noel Jones
That is exactly what is going on! Thanks everyone!
Is such rewriting desirable in the general case? Or only when there is
a specific need?
Josh Kordani