Re: [Exim] Problem with condition

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Andreas Metzler
Data:  
Para: exim-users
Temas novos: Re: [Exim] Problem with condition [solved]
Asunto: Re: [Exim] Problem with condition
On Mon, Sep 08, 2003 at 03:23:40PM +0200, Jochen Knuth wrote:
> i have a problem with a condition in an router.
>
> I want to disable the router if a certain word is part of the subject
> and try to use this condition:
>
> condition = ${if match
> {$h_subject:}{\N^Filialvernetzungsbenachrichtigung\N}{no}{yes}}


This will only match mails which have a subject _starting_ with
Filialvernetzungsbenachrichtigung, is this a problem?
            cu andreas