Difference between revisions of "MediaWiki:Email-blacklist"

From LiluxWiki
Jump to navigationJump to search
 
(123 intermediate revisions by the same user not shown)
Line 7: Line 7:
 
#  * Everything from a "#" character to the end of the line is a comment
 
#  * Everything from a "#" character to the end of the line is a comment
 
#  * Every non-blank line is a regex fragment which will only match hosts inside email addresses
 
#  * Every non-blank line is a regex fragment which will only match hosts inside email addresses
@iswc\.info$
+
#(?<!\.(lu|be|de|fr))$
@mail\.ru$
+
\bapp$
@mailant\.xyz$
+
\bbar$
@inf-called-search\.com$
+
\basia$
@inf-called-phone\.com$
+
\bbest$
@inf-?phonezip\.com$
+
\bblog$
@number-inf-called\.com$
+
\bblue$
@number-whoisit\.com$
+
\bbiz$
@db-whoisit\.com$
+
\bbuzz$
@phone2db\.com$
+
\bcare$
@db4phone\.com$
+
\bcheap$
@infophonezip\.com$
+
\bcity$
@infphonezip\.com$
+
\bclinic$
@in-phonezip\.com$
+
\bclub$
@phonezipinfo\.com$
+
\bcontractors$
@zipphonemap\.com$
+
\bcreditcard$
@zipphone-?..\.com$
+
\bcyou$
@phone-zip\.com$
+
\bemail$
@phone-zipdb\.com$
+
\bexpress$
@phone-..\.com$
+
\bfans$
@wiphonezip\.com$
+
\bfun$
@phonezip..\.com$
+
\bhair$
@usaphonezip\.com$
+
\binfo$
@..phonezip\.com$
+
\bkitchen$
@db-phone-zip\.com$
+
\blife$
@db-2phone\.com$
+
\blink$
@ways-to-protect\.com$
+
\blive$
 +
\bloan$
 +
\bltd$
 +
\bnews$
 +
\bonline$
 +
\bparty$
 +
\bplus$
 +
\bpro$
 +
\bservices$
 +
\bshop$
 +
\bskin$
 +
\bsite$
 +
\bspace$
 +
\bsocial$
 +
\bstore$
 +
\btcp$
 +
\btips$
 +
\btoday$
 +
\btop$
 +
\btown$
 +
\btk$
 +
\btrade$
 +
\bxyz$
 +
\btop$
 +
\bua$
 +
\buno$
 +
\bwork$
 +
\bxrumm?er\b
 +
\b[^.][^.][^.][^.][^.][^.][^.]$
 +
.+\..+\..+\..+\..+\..+@gmail.com$
 
  #</pre> <!-- leave this line exactly as it is -->
 
  #</pre> <!-- leave this line exactly as it is -->

Latest revision as of 07:50, 10 January 2023

#

# Email addresses matching this list will be blocked from registering or sending emails
# This list affects only this wiki; refer also to the global blacklist.
# For documentation see https://www.mediawiki.org/wiki/Extension:SpamBlacklist
#
# Syntax is as follows:
#   * Everything from a "#" character to the end of the line is a comment
#   * Every non-blank line is a regex fragment which will only match hosts inside email addresses
#(?<!\.(lu|be|de|fr))$
\bapp$
\bbar$
\basia$
\bbest$
\bblog$
\bblue$
\bbiz$
\bbuzz$
\bcare$
\bcheap$
\bcity$
\bclinic$
\bclub$
\bcontractors$
\bcreditcard$
\bcyou$
\bemail$
\bexpress$
\bfans$
\bfun$
\bhair$
\binfo$
\bkitchen$
\blife$
\blink$
\blive$
\bloan$
\bltd$
\bnews$
\bonline$
\bparty$
\bplus$
\bpro$
\bservices$
\bshop$
\bskin$
\bsite$
\bspace$
\bsocial$
\bstore$
\btcp$
\btips$
\btoday$
\btop$
\btown$
\btk$
\btrade$
\bxyz$
\btop$
\bua$
\buno$
\bwork$
\bxrumm?er\b
\b[^.][^.][^.][^.][^.][^.][^.]$
.+\..+\..+\..+\..+\..+@gmail.com$
 #