Re: [exim] Exim Mailing List - Imposing Mimimum Technical Po…

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Martin A. Brooks
日付:  
To: Exim Users
新しいトピック: Re: [exim] ACL filtering
題目: Re: [exim] Exim Mailing List - Imposing Mimimum Technical Posting Standards ?
On Fri, April 23, 2010 17:21, Always Learning wrote:
>
> and is intended to reject mail from mail servers having 'adsl' in the
> host name of their connection. 'olga.hinterlands.org' clearly does not
> have 'adsl' but does have 'ads' so I am changing the test to
>
>         hosts         = ^.*[a].?[d].?[s].?[l].?


You have the Scunthorpe Problem:

perl -e 'if ("mail.badslaves.org" =~ m/^.*[a].?[d].?[s].?[l].?/){print
"your configuration is broken\n.";}'
your configuration is broken

I question your assertion that "adsl in a hostname == junk sender", but
your server, your rules and all that.

I shall now shut up.


Mart.