On 20/01/11 08:50, Per Jessen wrote:
Per Jessen wrote:
Pascal Volk wrote:
Hi Per,
now the +ext is included in the Delivered-To header again: http://hg.dovecot.org/dovecot-2.0/rev/a3a7cc0172fd
Thanks Pascal, that was fast!
Last night, I reverse applied the patch you mentioned earlier to 2.0.9, which worked just fine, I'm building it just now.
Probably superfluous, but nevertheless - it works fine, I'm getting the right Deliver-To header including the +extension. Interestingly, I'm not seeing X-Original-To - isn't that normally added by postfix?
/Per Jessen, Zürich
X-Original-To: header is added by postfix' pipe(8) command, and is only available when delivering to a single recipient (<transport>_destination_recipient_limit = 1).
I don't see any options in the smtp/lmtp manpage that enable adding a header like this, which is logically since both support multiple recipients by protocol spec, iirc.
-- Tom