MediaWiki:Email-blacklist: Difference between revisions

From LLL
Jump to navigationJump to search
No edit summary
No edit summary
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
.*@bongobongo\.nut\.cc$
\bbongobongo\.ga$
bongobongo\.ga$
\bnapalm51\.usa\.cc$
\bnapalm51\.usa\.cc$
\bnut\.cc$
  #</pre> <!-- leave this line exactly as it is -->
  #</pre> <!-- leave this line exactly as it is -->

Revision as of 14:18, 26 May 2018

#

# 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
\bbongobongo\.ga$
\bnapalm51\.usa\.cc$
\bnut\.cc$
 #