Tagged Questions

4
votes
20answers
426 views

Brainstorm: How to quickly create a honeypot for mass spam?

Question is still OPEN... For IT people here it may be not so difficult question. May be not only at first look ;) All ideas are welcome! For startup Antispam project it is needed around 10000 spam …
2
votes
9answers
379 views

Harder, Better, Faster, Stronger… Techniques for an image-based CAPTCHA?

There are lots of non-image-based CAPTCHA ideas floating around. But what about the old-fashioned way? What are the elements of a good image CAPTCHA? What visual elements are hard for computers, …
1
vote
1answer
30 views

Adding mail header if postfix DNS based RBL (realtime black hole) check fails

Hello, I have setup a receiving Postfix mail server. Here i have custom code written that parses the whole mail received by postfix and use the headers, body and attachments separately for different …
0
votes
1answer
31 views

Should I use SQLite for automatically build a list of banned IPs of comment spammers?

I am using a simple yet effective anti-spam system at a comments module which seems to be working flawlessly for more than a year now. Since it is capable of recognizing automated comment spam …
0
votes
0answers
15 views

Adding spam addresses to SpamHaus and SpamCop DNSRBL [closed]

Hello, I have a Postfix e-mail receiving server setup. I have applied the following setting in my Postfix main.cf file: smtpd_recipient_restrictions = reject_unauth_destination, …
0
votes
1answer
24 views

how Postfix anti spam configuration works with DNS-based Blackhole List providers

Hello, I have setup a Postfix mail server for incoming mails that is required to never reply to external enviornment i.e it will accept all incoming mails and never reply anything that can be used …