diff options
| author | bwarsaw | 2001-10-15 21:58:45 +0000 |
|---|---|---|
| committer | bwarsaw | 2001-10-15 21:58:45 +0000 |
| commit | bb7f1d80d3ec85df102227334034e9610c560fa0 (patch) | |
| tree | fb7970b95739b47d6f1fd1a9f9aab0a5dee464f3 /Mailman/Gui/Bounce.py | |
| parent | 04713934dfb9421502b77c093e4de626ad3444bc (diff) | |
| download | mailman-bb7f1d80d3ec85df102227334034e9610c560fa0.tar.gz mailman-bb7f1d80d3ec85df102227334034e9610c560fa0.tar.zst mailman-bb7f1d80d3ec85df102227334034e9610c560fa0.zip | |
Diffstat (limited to 'Mailman/Gui/Bounce.py')
| -rw-r--r-- | Mailman/Gui/Bounce.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Mailman/Gui/Bounce.py b/Mailman/Gui/Bounce.py index 54d56647c..3562d0ddb 100644 --- a/Mailman/Gui/Bounce.py +++ b/Mailman/Gui/Bounce.py @@ -23,7 +23,9 @@ class Bounce: def GetConfigCategory(self): return 'bounce', _('Bounce detection') - def GetConfigInfo(self, mlist): + def GetConfigInfo(self, mlist, category, subcat=None): + if category <> 'bounce': + return None return [ _('''Policies regarding systematic processing of bounce messages, to help automate recognition and handling of defunct |
