On 09.03.2011 21:38, Murray S. Kucherawy wrote:
-----Original Message-----
From: owner-postfix-us...@postfix.org [mailto:owner-postfix-us...@postfix.org]
On Behalf Of Victor Duchovni
Sent: Tuesday, March 08, 2011 2:02 PM
To: postfix-users@postfix.org
Subject: Re: Message is modified after after-queue filter
My current work-around is to correctly format my emails in my software
before they are sent to postfix so that the messages are not modified at
all. But that is not the best solution.
Actually that *is* the best solution. Send 7-bit encoded mail with
correct line endings.
Furthermore, even if postfix could be coerced into not doing the rewrites
you're describing, something else down the chain likely will, invalidating your
signatures anyway.
It okay for me, that postfix does these modifications, but I would like
if it happens BEFORE the message is passed to the filter, because the
filter sees the original email and postfix currently modifies it after
filtering.
-Ulrich