Auteur: Kaz Kylheku
Date:
À: exim-users
Sujet: 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.