Difference between revisions of "MediaWiki:Email-blacklist"

From LiluxWiki
Jump to navigationJump to search
Line 8: Line 8:
 
#  * 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$
 
@iswc\.info$
 +
@mail\.ru$
 
  #</pre> <!-- leave this line exactly as it is -->
 
  #</pre> <!-- leave this line exactly as it is -->

Revision as of 18:39, 17 August 2021

#

# 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
@iswc\.info$
@mail\.ru$
 #