Re: [exim] exim acl checks

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Wakko Warner
Fecha:  
A: Sander Smeenk
Cc: exim-users
Asunto: Re: [exim] exim acl checks
Sander Smeenk wrote:
> Even though there are 2 good solutions posted already, i'd like to add
> that Exim filters are PCRE (Perl Compatible REgexp) capable so:
>
> if $h_To: matches "^+27\d+@test\.darkstar\.nom\.za"
>
> would probably work too ;)


You may be forgetting that + is a special character, so you'd probably want
^\+ ... instead of ^+

--
Lab tests show that use of micro$oft causes cancer in lab animals