NOTE: If you are a developer, please use a private wiki based on foswiki/trunk on a daily base ...or use
trunk.foswiki.org to view this page for some minimal testing.
Use
Item11746 for general documentation changes for release 1.1.6. Use
Item9693 for docu changes for release 1.2 and 2.0.
Item1091: AntiWikiSpamPlugin needs whitelist capability
The Regex's used by
AntiWikiSpamPlugin are quite expansive and result in false positives. There needs to be a way to whitelist trusted users to avoid false positives.
- Add a trusted users group - default AntiWikiSpamBypassGroup Group name is set by bin/configure. If unset, no bypass processing will occur.
- Add the current user WikiName? to the error message logged when spam regex is matched. This will be logged even if user is in the whitelist group.
- Only throw the error for users that are not a member of this group