On 9/19/20 4:24 PM, Mark Dale wrote:
> Hi,
> 
> I've just noticed that the mailman/post log isn't being written to. 

This is controlled by Defaults.py/mm_cfg.py settings SMTP_LOG_* which
specify the log name and message format for these messages. The default
settings that write to the post log are:

> # This will only be printed if there were no immediate smtp failures.
> # Mutually exclusive with SMTP_LOG_REFUSED.
> SMTP_LOG_SUCCESS = (
>     'post',
>     'post to %(listname)s from %(sender)s, size=%(size)d, 
> message-id=%(msg_message-id)s, success')
> 
> # This will only be printed if there were any addresses which encountered an
> # immediate smtp failure.  Mutually exclusive with SMTP_LOG_SUCCESS.
> SMTP_LOG_REFUSED = (
>     'post',
>     'post to %(listname)s from %(sender)s, size=%(size)d, 
> message-id=%(msg_message-id)s, %(#refused)d failures')

What are yours?


-- 
Mark Sapiro <m...@msapiro.net>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan
------------------------------------------------------
Mailman-Users mailing list -- mailman-users@python.org
To unsubscribe send an email to mailman-users-le...@python.org
https://mail.python.org/mailman3/lists/mailman-users.python.org/
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: https://www.mail-archive.com/mailman-users@python.org/
    https://mail.python.org/archives/list/mailman-users@python.org/

Reply via email to