Re: [Exim] Problem with condition

Kezdőlap
Üzenet törlése
Válasz az üzenetre
Szerző: Andreas Metzler
Dátum:  
Címzett: exim-users
Új témák: Re: [Exim] Problem with condition [solved]
Tárgy: 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