diff options
| author | bwarsaw | 2002-03-07 22:13:48 +0000 |
|---|---|---|
| committer | bwarsaw | 2002-03-07 22:13:48 +0000 |
| commit | f8417dbfe8c0d44c3134fea7d318fff50ecef934 (patch) | |
| tree | 7f36bfe358fca052c67169534a8b8b71c20ef017 | |
| parent | 2c21be0d6c12b7b7cfcb0b443d243ba2d837081a (diff) | |
| download | mailman-f8417dbfe8c0d44c3134fea7d318fff50ecef934.tar.gz mailman-f8417dbfe8c0d44c3134fea7d318fff50ecef934.tar.zst mailman-f8417dbfe8c0d44c3134fea7d318fff50ecef934.zip | |
InitVars(): Add bounce_unrecognized_goes_to_list_owner to handle
whether the list owner gets unrecognized bounces addressed to -bounces
and -admin.
| -rw-r--r-- | Mailman/Bouncer.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Mailman/Bouncer.py b/Mailman/Bouncer.py index 2da21baee..2643c5fd6 100644 --- a/Mailman/Bouncer.py +++ b/Mailman/Bouncer.py @@ -76,6 +76,8 @@ class Bouncer: mm_cfg.DEFAULT_BOUNCE_YOU_ARE_DISABLED_WARNINGS self.bounce_you_are_disabled_warnings_interval = \ mm_cfg.DEFAULT_BOUNCE_YOU_ARE_DISABLED_WARNINGS_INTERVAL + self.bounce_unrecognized_goes_to_list_owner = \ + mm_cfg.DEFAULT_BOUNCE_UNRECOGNIZED_GOES_TO_LIST_OWNER # Not configurable... # # This holds legacy member related information. It's keyed by the |
