We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad2139d commit 5c6222fCopy full SHA for 5c6222f
1 file changed
ietf/settings.py
@@ -899,7 +899,13 @@ def skip_unreadable_post(record):
899
900
# Email addresses people attempt to set for their account will be checked
901
# against the following list of regex expressions with re.search(pat, addr):
902
-EXCLUDED_PERSONAL_EMAIL_REGEX_PATTERNS = ["@ietf.org$"]
+EXCLUDED_PERSONAL_EMAIL_REGEX_PATTERNS = [
903
+ "@ietf.org$",
904
+ "@example.org$",
905
+ "@example.com$",
906
+ "@example.net$",
907
+ "@example$",
908
+]
909
910
MARKUP_SETTINGS = {
911
'restructuredtext': {
0 commit comments