summaryrefslogtreecommitdiff
path: root/mailman/config
diff options
context:
space:
mode:
authorBarry Warsaw2009-01-03 09:21:50 -0500
committerBarry Warsaw2009-01-03 09:21:50 -0500
commit21ad18e7b0407889262b4b8ea2de01c6b3c57a36 (patch)
tree6f369e8447673842e1e767895f98f01ad74d5aa3 /mailman/config
parentc6b1e102d3f54dc00e7199799d0ae4079b75a7be (diff)
downloadmailman-21ad18e7b0407889262b4b8ea2de01c6b3c57a36.tar.gz
mailman-21ad18e7b0407889262b4b8ea2de01c6b3c57a36.tar.zst
mailman-21ad18e7b0407889262b4b8ea2de01c6b3c57a36.zip
Small refinement to log messages.
Diffstat (limited to 'mailman/config')
-rw-r--r--mailman/config/schema.cfg8
1 files changed, 4 insertions, 4 deletions
diff --git a/mailman/config/schema.cfg b/mailman/config/schema.cfg
index f540bfef1..47cf03eeb 100644
--- a/mailman/config/schema.cfg
+++ b/mailman/config/schema.cfg
@@ -179,10 +179,10 @@ path: smtp
# smtpcode -- the SMTP success or failure code
# smtpmsg -- the SMTP success or failure message
-every: [$msgid] smtp to $listname for $recip recips, completed in $time seconds
-success: [$msgid] post to $listname from $sender, $size bytes
-refused: [$msgid] post to $listname from $sender, $size bytes, $refused failures
-failure: [$msgid] delivery to $recip failed with code $smtpcode, $smtpmsg
+every: $msgid smtp to $listname for $recip recips, completed in $time seconds
+success: $msgid post to $listname from $sender, $size bytes
+refused: $msgid post to $listname from $sender, $size bytes, $refused failures
+failure: $msgid delivery to $recip failed with code $smtpcode, $smtpmsg
[logging.subscribe]