ram wrote:
At the MTA( postfix) I am inserting X-Envelope-From:
If The mail had already a X-Envelope-From before landing at my MTA then
There would be multiple lines of these
configure postfix to replace previous ones
/^(X\-Envelope\-From:.*)/ REPLACE X-$1
I am assuming you are not adding them before header_checks.
Then SA refuses to do SPF for these messages , and I can see in my
debug logs
-------------
[18469] dbg: message: X-Envelope-From header found after 1 or more
Received lines, cannot trust envelope-from
[18469] dbg: spf: relayed through one or more trusted relays, cannot use
header-based Envelope-From, skipping
--------------
How do I avoid this situation.
Thanks
Ram