diff options
| author | mailman | 1998-05-24 14:16:24 +0000 |
|---|---|---|
| committer | mailman | 1998-05-24 14:16:24 +0000 |
| commit | cc25e9655d2197d6fa88b2e3a1cf67ee8a297f76 (patch) | |
| tree | 3ecc60e265cf0083560b8f058f93a9f6c9c18508 /modules/mm_bouncer.py | |
| parent | 557777662767396db83cf981266e184f70f66b02 (diff) | |
| download | mailman-cc25e9655d2197d6fa88b2e3a1cf67ee8a297f76.tar.gz mailman-cc25e9655d2197d6fa88b2e3a1cf67ee8a297f76.tar.zst mailman-cc25e9655d2197d6fa88b2e3a1cf67ee8a297f76.zip | |
Slight simplification of remaining-messages log notice.
Diffstat (limited to 'modules/mm_bouncer.py')
| -rw-r--r-- | modules/mm_bouncer.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/modules/mm_bouncer.py b/modules/mm_bouncer.py index e749afee7..92c4b34ca 100644 --- a/modules/mm_bouncer.py +++ b/modules/mm_bouncer.py @@ -1,6 +1,6 @@ "Handle delivery bounce messages, doing filtering when list is set for it." -__version__ = "$Revision: 537 $" +__version__ = "$Revision: 538 $" # It's possible to get the mail-list senders address (list-admin) in the # bounce list. You probably don't want to have list mail sent to that @@ -93,8 +93,7 @@ class Bouncer: post_count = 0 remain = self.minimum_removal_date * 24 * 60 * 60 - difference self.LogMsg("bounce", - report + ("%d remaining delivery failures" - " within %d secs" + report + ("%d more allowed over %d secs" % (post_count, remain))) self.Save() return |
