Autor: Tamas TEVESZ Data: A: Juha Saarinen CC: exim-users Assumpte: Re: [Exim] How to block senders based on ${local_part}?
On Wed, 5 Dec 2001, Juha Saarinen wrote:
> How can I get sender_reject to pick up the ${local_part}?
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...