[Trac-tickets] [The Trac Project] #2177: Add a BlackList page for
listing spammers
The Trac Project
noreply at edgewall.com
Wed Oct 5 03:23:52 CDT 2005
#2177: Add a BlackList page for listing spammers
-------------------------+--------------------------------------------------
Reporter: cboos | Owner: cboos
Type: enhancement | Status: new
Priority: highest | Milestone:
Component: general | Version: devel
Severity: major | Keywords: |
-------------------------+--------------------------------------------------
What about a read-only BlackList page, where we could
list the annoying people/bots?
e.g.
{{{
== BlackList ==
This is a list of known spammers, users/IP numbers:
{{{ users
webd
}}} #users
{{{ ip
}}} #ip
}}}
That list would be monitored similarly the same way as
the InterMapTxt page in InterWiki, and we would check
that list before proceeding to any write operation.
In the case of Trac sites running without the wiki enabled,
the content of the BlackList page would be read from a
configuration section in trac.ini:
{{{
[blacklist]
users = webd
ip =
}}}
The advantage of a BlackList page is obviously that any "WIKI_ADMIN"
can blacklist a spammer, without the need of server restart.
--
Ticket URL: <http://projects.edgewall.com/trac/ticket/2177>
The Trac Project <http://trac.edgewall.com/>
More information about the Trac-Tickets
mailing list