Re: [exim] recipients pattern matching problem in deny ACL r…

Top Pagina
Delete this message
Reply to this message
Auteur: Kaz Kylheku
Datum:  
Aan: exim-users
Onderwerp: Re: [exim] recipients pattern matching problem in deny ACL rule

On Thu, 07 Oct 2010 08:21:02 -0700, Kaz Kylheku <kaz@???>
wrote:
>>>> processing "deny"
>>>> check recipients = *%*@kylheku.com
>>>> kaz%3333@??? in "*%*@kylheku.com"? no (end of list)
>>>> deny: condition test failed
>
> Why doesn't kaz%3333@??? match the pattern "*%*@kylheku.com"?


Never mind; I see you have to use a regex like ^.*%.*@domain.

The simplified syntax for matching domain suffixes like
"*.google.com" isn't general globbing.