Hi
Im very tired of a certain user whos PC are infected with a virus and therefore keeps sending infected emails to one of my accounts.
I've contacted the isp several times at there official abuse address, but I never recieved as much as a "blob" from them which in it self really sux.
So i was thinking: Why dont i just block the ip, as its a fixed ip address. So i did:
iptables -A INPUT -s XXX.XX.254.39 -j DROP
Under: Chain INPUT (policy DROP)
I have: DROP all -- xxx.xxx.254.xxx anywhere which should work but no go.
What am I missing?
