Opened 15 years ago
Closed 14 years ago
#9133 closed enhancement (fixed)
http:BL (Project Honey Pot) spam filter
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | plugin - spam-filter |
Component: | plugin/spamfilter | Version: | 0.11.6 |
Severity: | normal | Keywords: | |
Cc: | rasky@… | Branch: | |
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
This adds support for the http:BL blacklist maintained by Project Honey Pot. Unlike other blacklists, this is specifically intended for web use From http://www.projecthoneypot.org/httpbl.php:
Http:BL is a system that allows website administrators to take advantage of the data generated by Project Honey Pot in order to keep suspicious and malicious web robots off their sites. Project Honey Pot tracks harvesters, comment spammers, and other suspicious visitors to websites. Http:BL makes this data available to any member of Project Honey Pot in an easy and efficient way.
In the past few months, it caught quite a few comment spammers daily on all my Trac installs, unlike the ip_blacklist
plugin, which barely ever had a hit.
Implementation note: the code is derived from ip_blacklist
, but is not identical (and so I couldn't just add http:BL to the list of blacklists) — http:BL returns some extra information in the reply.
Attachments (1)
Change History (8)
by , 15 years ago
Attachment: | trac-httpbl.patch added |
---|
comment:1 by , 15 years ago
Milestone: | → spam-filter-plugin |
---|
comment:2 by , 15 years ago
Cc: | added |
---|
comment:3 by , 15 years ago
It misses the admin configuration string to enter the API key. I did in trac.ini, but I guess the admin page should be there eventually.
comment:4 by , 14 years ago
Summary: | http:BL (Project Honey Pot) spam filter → [PATCH] http:BL (Project Honey Pot) spam filter |
---|
comment:6 by , 14 years ago
Summary: | [PATCH] http:BL (Project Honey Pot) spam filter → http:BL (Project Honey Pot) spam filter |
---|
Thanks, I'll test this plugin as well. I am also using Akismet, but a few spam that passed could have been blocked by this plugin.