summaryrefslogtreecommitdiff
path: root/Mailman/Queue/CommandRunner.py
diff options
context:
space:
mode:
authorbwarsaw2001-06-27 18:01:01 +0000
committerbwarsaw2001-06-27 18:01:01 +0000
commit6815a8f17128d5f1f4bd6d889cb75c91be486d94 (patch)
tree1fa14634dd3783ce20a02b85cf2a962771c6cb75 /Mailman/Queue/CommandRunner.py
parentdf46b0579e14ba8f0baaf655c87195cf519d22c1 (diff)
downloadmailman-6815a8f17128d5f1f4bd6d889cb75c91be486d94.tar.gz
mailman-6815a8f17128d5f1f4bd6d889cb75c91be486d94.tar.zst
mailman-6815a8f17128d5f1f4bd6d889cb75c91be486d94.zip
Diffstat (limited to 'Mailman/Queue/CommandRunner.py')
-rw-r--r--Mailman/Queue/CommandRunner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/Queue/CommandRunner.py b/Mailman/Queue/CommandRunner.py
index e4ece34b9..461347581 100644
--- a/Mailman/Queue/CommandRunner.py
+++ b/Mailman/Queue/CommandRunner.py
@@ -122,7 +122,7 @@ class CommandRunner(Runner):
else:
senderlhs = sender
if senderlhs in mm_cfg.LIKELY_BOUNCE_SENDERS:
- syslog('error', 'bounce loop detected from: %s' % sender)
+ syslog('error', 'bounce loop detected from: %s', sender)
return
# Any messages to the owner address must have Errors-To: set
# back to the owners address so bounce loops can be broken, as