aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman/Bouncer.py
diff options
context:
space:
mode:
authorbwarsaw <>2005-12-06 22:49:49 +0000
committerbwarsaw <>2005-12-06 22:49:49 +0000
commit295655fc9247a4ff419d0befd3cfbcde5fd8b1ce (patch)
treed49018db1a0906585b1456567c2efd2853da7ac5 /Mailman/Bouncer.py
parent849e378d7705315b93ff65f40bb54d3f976ad8b8 (diff)
downloadmailman2-295655fc9247a4ff419d0befd3cfbcde5fd8b1ce.tar.gz
mailman2-295655fc9247a4ff419d0befd3cfbcde5fd8b1ce.tar.xz
mailman2-295655fc9247a4ff419d0befd3cfbcde5fd8b1ce.zip
Whitespace normalization.
Diffstat (limited to 'Mailman/Bouncer.py')
-rw-r--r--Mailman/Bouncer.py8
1 files 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)