Re: [exim] Exim 4.86: errors when trying to process incoming…

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Evgeniy Berdnikov
Fecha:  
A: exim-users
Asunto: Re: [exim] Exim 4.86: errors when trying to process incoming email with filter
On Fri, Jan 22, 2016 at 10:13:06AM +0600, Konstantin Boyandin wrote:
> Two questions:
>
> 1. Is it required to enclose the $header* in quote marks before
> passing to the script?


Look at chapter 11 of documentation for description of ${run{...}},
there is a complete answer.

> Looks like Exim decodes KOI8-R encoded parts
> of the headers and tries to pass them as they are.


Yes, $header_<name> ($h_<name>) functions do some decoding.
Look for $rh_<name> and $bh_<name> in the same chapter 11.
--
Eugene Berdnikov