Bug#346260: exim4: autoreply problem with $reply_address and non-7bit chars

Andreas Metzler ametzler at downhill.at.eu.org
Sat Jan 7 14:50:09 UTC 2006


On 2006-01-06 Andreas Edler <e0601 at han.sserv.de> wrote:
> Package: exim4
> Version: 4.50-8
> Severity: normal

> With the vacation_transport shown below a sender gets an error message
> stating:

>  Expansion of "${reply_address}" in vacation_transport transport
>  contains non-printing character 195

> An example from line of a mail on which occurs this error is:

>  From: =?iso-8859-1?Q?Florian_Mei=DFner?= <email at address.removed>

> Here the configuration snippet:

>  vacation_transport:
>  driver = autoreply
>  from = "${local_part}@${domain}"
>  headers = "X-Vacation: Vacation-Autoreply"
>  once = /var/spool/exim/db/autoreply
>  once_file_size = 8192
>  once_repeat = 60m
>  subject = (...)
>  text = (...)
>  to = "${reply_address}"
>  user = mail
[...]

Hello,
I suspect exim4 does rfc2047-decoding. However I don't think it should
do that for ${reply_address}, but only for $h_ expansions, afaict from
the documentation.
              cu andreas

-- 
The 'Galactic Cleaning' policy undertaken by Emperor Zhark is a personal
vision of the emperor's, and its inclusion in this work does not constitute
tacit approval by the author or the publisher for any such projects,
howsoever undertaken.                                (c) Jasper Ffforde




More information about the Pkg-exim4-maintainers mailing list