Modify ↓
Opened 16 years ago
Closed 16 years ago
#3076 closed defect (fixed)
AddCommentMacro does not use a spam filter
Reported by: | Thomas Moschny | Owned by: | osimons |
---|---|---|---|
Priority: | normal | Component: | AddCommentMacro |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description
It seems that the spammers are now capable of POST'ing spam comments. So, it would be nice if there was spam filtering support in this plugin.
#3051 presents a standalone solution, but imho using the SpamFilter plugin would be the better / more general approach.
Attachments (1)
Change History (4)
comment:1 Changed 16 years ago by
Owner: | changed from Alec Thomas to osimons |
---|
comment:2 Changed 16 years ago by
Changed 16 years ago by
Attachment: | addcommentmacro-0.11-spamfilter.patch added |
---|
comment:3 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
(In [3723]) AddCommentMacro: Now calls wiki page manipulators to check content before saving. This means support for Spam Filter plugin and similar plugins that can veto any wiki page change.
Report and patch by Thomas Moschny. Closes #3076.
Note: See
TracTickets for help on using
tickets.
Here's a patch for the 0.11 version of the macro.