On 2006-01-06 Andreas Edler <[EMAIL PROTECTED]> 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 PROTECTED]>

> Here the configuration snippet:

>  vacation_transport:
>  driver = autoreply
>  from = "[EMAIL PROTECTED]"
>  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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to