Skip to content

Commit 5c6222f

Browse files
committed
Updated settings.
- Legacy-Id: 14726
1 parent ad2139d commit 5c6222f

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

ietf/settings.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -899,7 +899,13 @@ def skip_unreadable_post(record):
899899

900900
# Email addresses people attempt to set for their account will be checked
901901
# against the following list of regex expressions with re.search(pat, addr):
902-
EXCLUDED_PERSONAL_EMAIL_REGEX_PATTERNS = ["@ietf.org$"]
902+
EXCLUDED_PERSONAL_EMAIL_REGEX_PATTERNS = [
903+
"@ietf.org$",
904+
"@example.org$",
905+
"@example.com$",
906+
"@example.net$",
907+
"@example$",
908+
]
903909

904910
MARKUP_SETTINGS = {
905911
'restructuredtext': {

0 commit comments

Comments
 (0)