Re: [Exim] Problem with condition

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Andreas Metzler
Ημερομηνία:  
Προς: exim-users
Καινούρια Θέματα: Re: [Exim] Problem with condition [solved]
Αντικείμενο: 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