At 08:53 AM 2/26/2009, kj wrote:
When sending a mail to b...@example.com, bob receives one copy of the mail, but john and dave each receives two. I understand the problem: postfix does the recipient expansion, sends it off to spamassassin. Spamassassin requeues the mail via the sendmail binary, so postfix treats it as a new mail.

As you guess below, it's being expanded twice

I tried setting receive_override_options = no_address_mappings but this kills address expansion both before and after filtering. Is there a way to disable it only on one side of the content_filter?

You need to disable it on one side, but then enable it on the other. In addition to receive_override_options = no_address_mappings in main.cf

Add something like
-o receive_override_options=

to the other side that you've defined in master.cf

Rick



Reply via email to