Abuse filter management

Abuse Filter navigation (Home | Recent filter changes | Examine past edits | Abuse log)
Jump to: navigation, search

Differences between versions

ItemVersion from 16:56, 4 July 2016 by CboltzVersion from 10:37, 3 August 2016 by Cboltz
Basic information
Notes:
I maintain the regex in a local PHP script (that I'm also using to test against old spam titles).
If you change the regex, please add a clear comment here to make sure I don't overwrite your changes with my next change


--cboltz
Filter conditions
Conditions:
( article_prefixedtext irlike "(antivirus|aol|canon|customer|gmail|microsoft|netgear|outlook|norton|technical|antivirus|print|quickbook|tech).*(support.*phone|phone.*support|support.*number|service.*number)" ) &
( article_prefixedtext irlike "(antivirus|aol|canon|customer|gmail|microsoft|outlook|netgear|norton|technical|antivirus|print|quickbook|tech).*(support.*phone|phone.*support|support.*number|service.*number|phone.*number|p.*h.*o.*n.*e.*n.*u.*m.*b.*e.*r|customer.*number)" ) &
( action != "delete" ) &
( action != "delete" ) &
user_editcount <= 10 &
user_editcount <= 10 &
!("sysop" in user_groups)
!("sysop" in user_groups)