[exim-dev] [Bug 1543] wrong position for new header when use…

Top Page
Delete this message
Reply to this message
Author: Konstantin
Date:  
To: exim-dev
Subject: [exim-dev] [Bug 1543] wrong position for new header when used add_header
------- You are receiving this mail because: -------
You are on the CC list for the bug.

http://bugs.exim.org/show_bug.cgi?id=1543




--- Comment #2 from Konstantin <myownletters@???> 2014-11-14 16:58:37 ---
A one copy of message was delivered with transport dovecot_delivery.
I am using Thunderbird 31.2.0 with this imap server.
Another copy deliver by smtp with manualroute to mailpiler (mail archive).
Location of Cc header was the same in both case.


I tried your example in the same acl.
It does work as expected.

 warn     message = :after_received:After-Received: some text\n\
                     :at_start:At-Start: some text\n\
                     :at_end:  At-End: some text


The difference is when i used this acl

warn add_header = :after_received:Cc: my text


I see this output:
Delivery-date: Fri, 14 Nov 2014 16:55:43 +0000
At-Start: some text
Cc: my text
Received: from mail-yh0-f54.google.com ([209.85.213.54])        by
.....




Now i see that there is another way to use 'after_received' function.
I will use it for now :)

But i suppose that exim wiki spec 42.24 'Adding header lines in ACLs' allow to
use my rule also.


--
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email