diff options
author | bwarsaw <> | 2004-07-13 03:24:38 +0000 |
---|---|---|
committer | bwarsaw <> | 2004-07-13 03:24:38 +0000 |
commit | 67615d7dbbe41a8073084bf9c727f1da83f079db (patch) | |
tree | 39201ec132665832d675cb24a761c74613f9ad4e | |
parent | a407f880373c0992468c8731dfaa36b9f4774553 (diff) | |
download | mailman2-67615d7dbbe41a8073084bf9c727f1da83f079db.tar.gz mailman2-67615d7dbbe41a8073084bf9c727f1da83f079db.tar.xz mailman2-67615d7dbbe41a8073084bf9c727f1da83f079db.zip |
SMTP_LOG_EVERY_MESSAGE: Add the listname to the log message.
-rw-r--r-- | Mailman/Defaults.py.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/Defaults.py.in b/Mailman/Defaults.py.in index 604af320..c9ee77b3 100644 --- a/Mailman/Defaults.py.in +++ b/Mailman/Defaults.py.in @@ -520,7 +520,7 @@ OWNER_PIPELINE = [ # printing of this log message. SMTP_LOG_EVERY_MESSAGE = ( 'smtp', - '%(msg_message-id)s smtp for %(#recips)d recips, completed in %(time).3f seconds') + '%(msg_message-id)s smtp to %(listname)s for %(#recips)d recips, completed in %(time).3f seconds') # This will only be printed if there were no immediate smtp failures. # Mutually exclusive with SMTP_LOG_REFUSED. |