Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
User Journal

Journal Journal: :pt:

         __
  _ _ __ | |_ _
(_) '_ \ | __(_)
  _| |_) | |_ _
(_) .__/ \__(_)
  |_|   
User Journal

Journal Journal: Heh. 2

Here is my patented spam blacklist:

i=0;o(a){printf("%u",i>>8*a&255);if(a){printf(".");o(--a);}}main(){do{o(3);puts("");}while(++i);}

Compile with gcc and:

./a.out | xargs -L 1 -I target iptables -I INPUT 0 target -j drop

Edit: Wouldn't want to piss off the BSD users, so:

./a.out | xargs -L 1 -I target ipfw add 0 deny ip from target to any

Soon you will find that any and all spam problems have permanently ceased!

Slashdot Top Deals

Old programmers never die, they just hit account block limit.

Working...