On Tue, 2005-02-01 at 18:46 -0500, jonathan vanasco wrote:
>
> using this in acl_check_data:
>
> warn log_message = "Blacklisted Sender"
> senders = lsearch;/usr/exim/blacklist.senders
> drop message = "Sender Blacklisted"
> senders = lsearch;/usr/exim/blacklist.senders
>
> It works for most messages, the following one, doesn't seem to work
> =====
> Return-path: <>
Sender is ''. Why are you surprised that it doesn't match?
--
dwmw2