diff options
| author | bwarsaw | 2000-06-23 07:41:42 +0000 |
|---|---|---|
| committer | bwarsaw | 2000-06-23 07:41:42 +0000 |
| commit | 1849822f70644ce6d79806679a1308a34be12948 (patch) | |
| tree | 884a1b1b1f4b7e8f303a0ee995f4e3607fa01c16 | |
| parent | ed8bc0885b5122a1c90a0bca9fee299bd119b147 (diff) | |
| download | mailman-1849822f70644ce6d79806679a1308a34be12948.tar.gz mailman-1849822f70644ce6d79806679a1308a34be12948.tar.zst mailman-1849822f70644ce6d79806679a1308a34be12948.zip | |
LIKELY_BOUNCE_SENDERS:
# List of addresses (lhs of the @) that likely come only from MTAs
# bouncing messages. This is used in qrunner and
# MailCommandHandler.py to stop processing or forwarding such
# messages.
| -rw-r--r-- | Mailman/Defaults.py.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Mailman/Defaults.py.in b/Mailman/Defaults.py.in index 9c0a3e948..c68585446 100644 --- a/Mailman/Defaults.py.in +++ b/Mailman/Defaults.py.in @@ -355,6 +355,14 @@ DEFAULT_MAX_POSTS_BETWEEN_BOUNCES = 5 # Check for administrivia in messages sent to the main list? DEFAULT_ADMINISTRIVIA = 1 +# List of addresses (lhs of the @) that likely come only from MTAs bouncing +# messages. This is used in qrunner and MailCommandHandler.py to stop +# processing or forwarding such messages. +# +# TBD: why orphanage? why postoffice? +LIKELY_BOUNCE_SENDERS = ('daemon', 'mailer-daemon', 'postmaster', + 'orphanage', 'postoffice') + ##### |
