diff options
| -rw-r--r-- | Mailman/Bouncer.py | 5 | ||||
| -rw-r--r-- | modules/mm_bouncer.py | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/Mailman/Bouncer.py b/Mailman/Bouncer.py index e749afee7..92c4b34ca 100644 --- a/Mailman/Bouncer.py +++ b/Mailman/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 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 |
