MediaWiki:Email-blacklist: Difference between revisions
Jump to navigation
Jump to search
(Created page with " #<!-- leave this line exactly as it is --> <pre> # Email addresses matching this list will be blocked from registering or sending emails # This list affects only this wiki; refer also to the global block list. # For documentation see https://www.mediawiki.org/wiki/Special:MyLanguage/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 mat...") |
mNo edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
#<!-- leave this line exactly as it is --> <pre> | #<!-- leave this line exactly as it is --> <pre> | ||
# Email addresses matching this list will be blocked from registering or sending emails | # Email addresses matching this list will be blocked from registering or sending emails | ||
# This list affects only this wiki; refer also to the global | # This list affects only this wiki; refer also to the global blacklist. | ||
# For documentation see https://www.mediawiki.org/wiki | # For documentation see https://www.mediawiki.org/wiki/Extension:SpamBlacklist | ||
# | # | ||
# Syntax is as follows: | # Syntax is as follows: | ||
# * 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 | ||
\btechyuni\.co\b | |||
#</pre> <!-- leave this line exactly as it is --> | #</pre> <!-- leave this line exactly as it is --> |
Latest revision as of 19:31, 23 February 2024
#
# 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 \btechyuni\.co\b #