diff options
| -rw-r--r-- | mailman/config/schema.cfg | 8 |
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] |
