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

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Suresh Ramasubramanian
Ημερομηνία:  
Προς: ayp
Υ/ο: exim-users
Αντικείμενο: 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