diff options
| author | bwarsaw | 2000-06-23 07:48:26 +0000 |
|---|---|---|
| committer | bwarsaw | 2000-06-23 07:48:26 +0000 |
| commit | 059ae587e30a7e07e004e6c34ae9c7f6a406931d (patch) | |
| tree | c08e91c893439dbb7cbbcf408c9c159f5188cece | |
| parent | ef28350d0373f77c66d6f5bf60cf2db6ac66ebeb (diff) | |
| download | mailman-059ae587e30a7e07e004e6c34ae9c7f6a406931d.tar.gz mailman-059ae587e30a7e07e004e6c34ae9c7f6a406931d.tar.zst mailman-059ae587e30a7e07e004e6c34ae9c7f6a406931d.zip | |
| -rw-r--r-- | Mailman/MailCommandHandler.py | 4 |
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. |
