Re: [Exim] user filters

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Peter Bowyer
Fecha:  
A: Ron McKeating
Cc: Exim-Users \(E-mail\)
Asunto: 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