diff options
| -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 |
