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

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Martin A. Brooks
Ημερομηνία:  
Προς: 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.