Updated settings.

- Legacy-Id: 14726
This commit is contained in:
Henrik Levkowetz 2018-03-03 18:33:53 +00:00
parent ad2139dc8f
commit 5c6222f919

View file

@ -899,7 +899,13 @@ SVN_ADMIN_COMMAND = "/usr/bin/svnadmin"
# Email addresses people attempt to set for their account will be checked
# against the following list of regex expressions with re.search(pat, addr):
EXCLUDED_PERSONAL_EMAIL_REGEX_PATTERNS = ["@ietf.org$"]
EXCLUDED_PERSONAL_EMAIL_REGEX_PATTERNS = [
"@ietf.org$",
"@example.org$",
"@example.com$",
"@example.net$",
"@example$",
]
MARKUP_SETTINGS = {
'restructuredtext': {