[EXIM] Bug in Autoreply Transport

Top Page
Delete this message
Reply to this message
Author: Alpha Geek
Date:  
To: 'exim-users@exim.org'
Subject: [EXIM] Bug in Autoreply Transport
There is a bug in the autoreply transport that prohibits the addition of
headers using either the general transport directive of add_headers or
the private directive of headers.

The autoreply transport re-inserts an In-Reply-To: header just before
header additions are made. This In-Reply-To: header has a newline at
the end. However, when it is re-inserted by the autoreply transport,
another newline is added, which turns all additional headers into
bodytext and also moves any bodytext down one line if there are no
headers to be added.

Simple fix. I can post a patch if anyone needs it.

- Troy

--
*** Exim information can be found at http://www.exim.org/ ***