At 04:51 PM 2/24/2009, mouss wrote:
when using a content filter, address rewrite should only be enabled in
one smtpd/cleanup in a chain. This is because if a rewite like:
joe -> joe, jim
is expanded twice, it would become:
joe -> joe, jim, jim
so jim gets the message twice.
I see from your other post that you already fixed this.
Yup, and thanks for all the pointers! I would never have figured out
the subtlety of address rewrites without it (not to mention that I
understand several parts of postfix that were black boxes before).
Rick