From 295655fc9247a4ff419d0befd3cfbcde5fd8b1ce Mon Sep 17 00:00:00 2001 From: bwarsaw <> Date: Tue, 6 Dec 2005 22:49:49 +0000 Subject: Whitespace normalization. --- Mailman/Bouncer.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Mailman/Bouncer.py b/Mailman/Bouncer.py index 26ab6e25..ce647a1d 100644 --- a/Mailman/Bouncer.py +++ b/Mailman/Bouncer.py @@ -12,10 +12,10 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, +# USA. -"""Handle delivery bounces. -""" +"""Handle delivery bounces.""" import sys import time @@ -152,7 +152,7 @@ class Bouncer: # check to see if the disable-by-bounce threshold has been reached. if info.score >= self.bounce_score_threshold: if mm_cfg.VERP_PROBES: - syslog('bounce', + syslog('bounce', 'sending %s list probe to: %s (score %s >= %s)', self.internal_name(), member, info.score, self.bounce_score_threshold) -- cgit v1.2.3