------------------------------------------------------------ revno: 6657 committer: Barry Warsaw <[email protected]> branch nick: 3.0 timestamp: Sat 2009-01-03 09:21:50 -0500 message: Small refinement to log messages. modified: mailman/config/schema.cfg
=== modified file 'mailman/config/schema.cfg' --- a/mailman/config/schema.cfg 2009-01-03 10:13:41 +0000 +++ b/mailman/config/schema.cfg 2009-01-03 14:21:50 +0000 @@ -179,10 +179,10 @@ # 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] -- Primary development focus https://code.launchpad.net/~mailman-coders/mailman/3.0 You are receiving this branch notification because you are subscribed to it. _______________________________________________ Mailman-checkins mailing list [email protected] Unsubscribe: http://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org
