Re: [Exim] user filters

Etusivu
Poista viesti
Vastaa
Lähettäjä: Peter Bowyer
Päiväys:  
Vastaanottaja: Ron McKeating
Kopio: Exim-Users \(E-mail\)
Aihe: Re: [Exim] user filters
Ron McKeating wrote:

>> The whole address. But you can probably use a 'begins' test if you
>> just want
>> to match on the localpart.
>>
>
> So I would probably be better of using "contains" ?
>
> Do I need to \ and "." ie R\.J\.McKeating ?


AFAIK you only need to use regex escapes if you're using 'matches',
otherwise it's literal text.

http://www.exim.org/exim-html-4.30/doc/html/filter_toc.html

Peter