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