I've never received an acknowledgement from an abuse department. Many ISP's obviously don't care what happens on their networks & drop the ball when it comes this kind of stuff. The ball is in your court to protect/block.
To get real serious about blocking from the IP or the IP range, make a customized template in tcprules to drop all traffic.
-mkdir /etc/e-smith/templates-custom/etc/tcprules/tcp.smtp/
-start a new file called 85customdeny with the following:
Code:
{
$OUT = "theipyouwanttoblock:deny";
$OUT .= "theiprangeyouwanttoblock:deny";
}
-rebuild the file with a: /sbin/e-smith/expand-template /etc/tcprules/tcp.smtp
-pickup the changes with a: /sbin/e-smith/signal-event email-update
NOTES:
-if you need to look up an ip address range visit:
http://www.iana.org/faqs/abuse-faq.htm-you can block a range with:: $OUT = "193.188.96.:deny"; blocks everything in the BATELCO assignable range.