summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbwarsaw2000-06-23 07:48:26 +0000
committerbwarsaw2000-06-23 07:48:26 +0000
commit059ae587e30a7e07e004e6c34ae9c7f6a406931d (patch)
treec08e91c893439dbb7cbbcf408c9c159f5188cece
parentef28350d0373f77c66d6f5bf60cf2db6ac66ebeb (diff)
downloadmailman-059ae587e30a7e07e004e6c34ae9c7f6a406931d.tar.gz
mailman-059ae587e30a7e07e004e6c34ae9c7f6a406931d.tar.zst
mailman-059ae587e30a7e07e004e6c34ae9c7f6a406931d.zip
-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.