Hello, I've been annoyed for months/years by a few marketing companies from which I regularly unsubriscribed (according to the law in my country they should have done it).A few days ago I decided to make spamd work on my pf machine. And I trapped that spam companyDec 12 19:25:55 openbsd spamd[99682]: (BLACK) x.x.x.x: <[email protected]> -> <[email protected]> Dec 12 19:27:40 openbsd spamd[99682]: x.x.x.x: To: victim <[email protected]> Dec 12 19:27:40 openbsd spamd[99682]: x.x.x.x: From: =?utf-8?Lalalala= <[email protected]> Dec 12 19:27:40 openbsd spamd[99682]: x.x.x.x: Subject: =?utf-8?Lalalalla Dec 12 19:28:45 openbsd spamd[99682]: x.x.x.x: disconnected after 387 seconds. lists: spamd-greytrap blacklist
I notice that this spammer lost 387 seconds so 6 minutes. Is there a way to make them loose more time ? # grep spamd /etc/rc.conf spamd_flags="-5 -v -l 127.0.0.1 -h mymx.mydomain.com -n Somestring" Thank you

