Re: [Exim] Re: ANTISPAM reply-based unblock-sender-email (…

Top Page
Delete this message
Reply to this message
Author: Suresh Ramasubramanian
Date:  
To: ayp
CC: exim-users
Subject: Re: [Exim] Re: ANTISPAM reply-based unblock-sender-email (www/reply)
At 07:35 PM 5/3/2003 +0400, ayp@??? wrote:
>I can wrote condition for yahoo.com, for mail.com, etc. But I want to
>maintain one list of freemail domains, so the following check should be
>applied for each member of list:
>
>if ($sender_helo_name == $member) and ($sender_host_name != .* + $member)
>then reject it


Just pull these from a DB which you keep adding to.

         srs