[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] Spam blocking



> 
> The real question is how to prevent them from reaching your 
> network pipe to begin with.  They still eat bandwith even 
> when you block them, albeit not as much.
> 

Not nearly as much.
I've done some of these recently for persistent spammers that wouldn't
take 550 for an answer.

/sbin/route add -net 211.158.75.0 netmask 255.255.255.0 reject
/sbin/route add -net 61.43.162.0 netmask 255.255.255.0 reject
/sbin/route add -net 82.114.34.0 netmask 255.255.255.0 reject
/sbin/route add -net 80.88.129.0 netmask 255.255.255.0 reject
/sbin/route add -net 82.114.36.0 netmask 255.255.255.0 reject
-- 
C2003 Dan Kriwitsky

Please reply to the list only. Off list replies are not read.