Re: [exim] Spam block idea:

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Fred Viles
日付:  
To: exim-users
題目: Re: [exim] Spam block idea:
On 28 Oct 2005 at 16:36, Sherwood Botsford wrote about
    "Re: [exim] Spam block idea:":


|...
| One other factor I forgot to mention:
| We pick up our mail via fetchmail. (The joys of satellite feed...)
| So I can't deny or drop anything. (Oh, I can, but they stay queued at the ISP.)


Ah, so by "drop" you meant "blackhole".

Set an acl_cN variable in the RCPT ACL when you see one of the bogus
addresses, as already suggested. But instead of rejecting in the pre-
data or data ACL based on it, put a redirect router first that
accepts when the variable is set and redirects to :blackhole:.

- Fred