Spamblock IP blocking
Posted: Fri Feb 09, 2007 11:57 am
Hi!
I've just updated the spamblock plugin in our repository (which will be contained in the next snapshots). [1]
It now has an option to automatigally ban IP adresses from your blog via .htaccess rules that are considered as 'true' spammers. A 'true' spammer is identified if his comment was:
- rejected by Akismet
- rejected by blogg.de blacklist
- rejected because of a wordmatch on blocked emails
- rejected because they entered a comment that already is stored in the database
Those users will be completely shut off the blog, and then causing no traffic and no DB traffic because serendipity does no longer need to be fully run.
Of course this method has the huge drawback that if a person is blocked, he will stay blocked for 3 days (hardcoded into the script right now). So this method might easily yield false positives if Akismet is failing.
I have enabled this method on my own personal blog and will see how it affects users in the next days. If you want to try it out for yourself, I would appreciate the feedback.
Best regards,
Garvin
[1] http://svn.berlios.de/viewcvs/serendipi ... 3&view=rev
I've just updated the spamblock plugin in our repository (which will be contained in the next snapshots). [1]
It now has an option to automatigally ban IP adresses from your blog via .htaccess rules that are considered as 'true' spammers. A 'true' spammer is identified if his comment was:
- rejected by Akismet
- rejected by blogg.de blacklist
- rejected because of a wordmatch on blocked emails
- rejected because they entered a comment that already is stored in the database
Those users will be completely shut off the blog, and then causing no traffic and no DB traffic because serendipity does no longer need to be fully run.
Of course this method has the huge drawback that if a person is blocked, he will stay blocked for 3 days (hardcoded into the script right now). So this method might easily yield false positives if Akismet is failing.
I have enabled this method on my own personal blog and will see how it affects users in the next days. If you want to try it out for yourself, I would appreciate the feedback.
Best regards,
Garvin
[1] http://svn.berlios.de/viewcvs/serendipi ... 3&view=rev