Skip to content

Commit 784f436

Browse files
committed
Backed out part of the previous change.
- Legacy-Id: 14727
1 parent 5c6222f commit 784f436

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

ietf/settings.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -901,10 +901,6 @@ def skip_unreadable_post(record):
901901
# against the following list of regex expressions with re.search(pat, addr):
902902
EXCLUDED_PERSONAL_EMAIL_REGEX_PATTERNS = [
903903
"@ietf.org$",
904-
"@example.org$",
905-
"@example.com$",
906-
"@example.net$",
907-
"@example$",
908904
]
909905

910906
MARKUP_SETTINGS = {

0 commit comments

Comments
 (0)