Re: [Exim] Warnign Condition

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Philip Hazel
Fecha:  
A: j.linn
Cc: exim-users
Asunto: Re: [Exim] Warnign Condition
On Mon, 18 Nov 2002, j.linn wrote:

> I seem to have a problem with my delay warning condition, which is given
> below, as a message with "precedence: bulk" (see header file below) gets a
> delay warning (see also below)
>
> delay_warning = 4h:8h:24h
> delay_warning_condition = \
>     ${if match {$h_precedence:}\
>       {(?i) bulk | list | junk} {no} {yes}}

             ^    ^ ^    ^ ^
             ^    ^ ^    ^ ^
Spaces are significant in regular expressions unless you set the x
option.


--
Philip Hazel            University of Cambridge Computing Service,
ph10@???      Cambridge, England. Phone: +44 1223 334714.