I am writing a patch for blacklistd in #FreeBSD so that it can be configured not to block IPs but run them through dummynet pipe. I want to create really slow pipe which drops 1/5 of packets. That way postfix, which has blacklistd support, can put all those spammers in a really slow queue. That's my idea of torturing spammers.

Anyone who uses IPFW among my followers that could tell me how to do the same with that firewall?

Anyway, if anyone would like to play with it, the patch is in https://github.com/mekanix/freebsd-src/tree/feature/blacklist-dummynet

GitHub - mekanix/freebsd-src at feature/blacklist-dummynet

FreeBSD src tree (read-only mirror). Contribute to mekanix/freebsd-src development by creating an account on GitHub.

GitHub
@meka Doesn't spamd have a similar feature? At least the OpenBSD version does afaik. In any case, it's a great idea!
meka (@[email protected])

1.2K Posts, 624 Following, 304 Followers Β· Open Source addict, FLOSS advocate, metal head, music junkie, FreeBSD on all machines

BSD Network
@harald I didn't know that. NIce! Well, I hope FreeBSD is going to get similar feature, soonish.
@meka @harald I believe that spamd is available in FreeBSD's ports. Also this blog post from @pitrh seems relevant to your interests. https://bsdly.blogspot.com/2013/05/keep-smiling-waste-spammers-time.html
Keep smiling, waste spammers' time

When you're in the business of building the networks people need and the services they need to run on them, you may also be running a mail s...

@ariel @meka @harald It is possible this somewhat newer article https://bsdly.blogspot.com/2022/09/the-things-spammers-believe-tale-of.html (also available trackerless as https://nxdomain.no/~peter/spammers_believe_in_300k_imaginary_friends.html) could be useful too, with references to various related material.
The Things Spammers Believe - A Tale of 300,000 Imaginary Friends

It finally happened. Today, I added the three hundred thousandth (yes, 300,000 th) spamtrap address to my greytrapping setup, for the mo...