summaryrefslogtreecommitdiff
path: root/Mailman/MailCommandHandler.py
diff options
context:
space:
mode:
Diffstat (limited to 'Mailman/MailCommandHandler.py')
-rw-r--r--Mailman/MailCommandHandler.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/Mailman/MailCommandHandler.py b/Mailman/MailCommandHandler.py
index 83e4d3113..c29bdea63 100644
--- a/Mailman/MailCommandHandler.py
+++ b/Mailman/MailCommandHandler.py
@@ -131,9 +131,7 @@ class MailCommandHandler:
sender = string.split(sender, "@")[0]
#
# XXX: why 'orphanage'?
- if sender in ['daemon', 'nobody', 'mailer-daemon', 'postmaster',
- 'orphanage', 'postoffice']:
- #
+ if sender in mm_cfg.LIKELY_BOUNCE_SENDERS:
# This is for what are probably delivery-failure notices of
# subscription confirmations that are, of necessity, bounced
# back to the -request address.