[Mimedefang] Netblock 222

Curtis cnpman at yahoo.com
Mon Oct 10 13:46:54 EDT 2005


Mark,

We block 220 and 221 as well. We do this with the
access control in Sendmail though. We have never had
legit email from those networks. We are also thinking
about doing this to a CIDR block starting from 208 and
going all the way through 223. I do not think we would
miss much legit email, if any.

Curtis

--- "Damrose, Mark" <mdamrose at elgin.edu> wrote:

> Does anybody see any downside to doing something
> like:
> sub filter_sender($$$$) {
>     my ($sender, $ip, $hostname, $helo) = @_;
> 
>     if ( ($ip =~ /^222\./) && ($sender !~
> /af\.mil\>?/i) ) {
>         return ('REJECT', 'Not USAF address');
>     }
> 
>     return ('CONTINUE', 'OK');
> 
> }



	
		
__________________________________ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com



More information about the MIMEDefang mailing list