Jump to content

Viewing abuse filter 14: Block Archive.today

Editing filter 14

You are viewing an old version of this filter. The statistics quoted are for the most recent version of the filter.Return to this filter's history.

Filter parameters
Filter ID:14

Description:

(publicly viewable)
Conditions:
/* This filter was significantly based off of https://consumerrights.wiki/w/Special:AbuseFilter/2. See there for attribution. */ /* List of words we want to check for. The (?i) makes it case-insensitive, and \b ensures we match whole words only. Each word is separated by | */ words := "(https://archive.today|https://archive.fo|https://archive.is|https://archive.li|https://archive.md|https://archive.ph|https://archive.vn| http://archive.today|http://archive.today|http://archive.fo|http://archive.is|http://archive.li|http://archive.md|http://archive.ph|http://archive.vn)\\b"; /* The main filter has two parts connected by an & (AND) operator. Both parts must be true for the filter to trigger */ ( /* PART 1: Check if any spam words appear in these places */ contains_any(lcase(added_lines),"<br><br>","<br/><br/>","<br>","<br>")| added_lines rlike words | /* Look for words in the new text being added */ /* PART 2: Check if user is NOT in any of our trusted groups */ !( /* The ! at the start means "NOT" - so this checks if the user is NOT a member of any of these groups */ "bot" in user_groups | /* Check if user is a bot */ "sysop" in user_groups /* Check if user is a sysop */ ))
Notes:
Flags:
Filter last modified:15:40, 22 February 2026 by AnotherConsumerRightsPerson (talk | contribs)
History:View this filter's history
Tools:Export this filter to another wiki
Actions to take when matched

You are viewing an old version of this filter. The statistics quoted are for the most recent version of the filter.Return to this filter's history.