Autor: Juha Saarinen Data: Para: Tamas TEVESZ CC: exim-users@exim.org Asunto: Re: [Exim] How to block senders based on ${local_part}?
On Tue, 4 Dec 2001, Tamas TEVESZ wrote:
> i have a rule like this:
>
> sender_reject = ^root@localhost\.localdomain$
>
> which seems to work fine. i'm not quite sure whether sender_reject is
> actually a regexp or not; when i wrote the line, i assumed it was, and
> since it works, i didn't bother to check it in more details...
Thanks. I'm just reading the Spec here, and it seems you need to spell out
the address ${local_part}@domain -- wildcards don't work for
${local_part}.