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" <[EMAIL PROTECTED]> 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
_______________________________________________
Visit http://www.mimedefang.org and http://www.roaringpenguin.com
MIMEDefang mailing list
[email protected]
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

Reply via email to