On 1/20/21 9:54 AM, [email protected] wrote:
> Hi
> 
> Yes, I receive the logging with:
> subaddress: None, queue: in
> 
> And then I have another few lines of logging, with nothing relevant ending up 
> in 
> Connection lost during _handle_client()


That is normal.


> If I send with the prefix owner, after the same line I have a line saying:
> envsender: [email protected], 
> recipients: ['[email protected]'], size(msgtext): 464


This one comes from mailman/mta/connection.py when the message is being
sent to the recipients. Since you don't see that, the message never gets
this far.

Since mail to -owner works, the incoming runner is processing the 'in'
queue so something happens between the message being picked up from the
'in' queue and delivery.

First, check Mailman's

bin/mailman members --regular --nomail enabled list.example.com

where list.example.com is the actual list id to ensure there are members
who should receive the mail. Then check Mailman's mailman.log and
debug.log for clues. You may need to set

[logging.debug]
level: debug

[logging.error]
level:debug

To get more logging.

-- 
Mark Sapiro <[email protected]>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan
_______________________________________________
Mailman-Developers mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/mailman-developers.python.org/
Mailman FAQ: https://wiki.list.org/x/AgA3

Security Policy: https://wiki.list.org/x/QIA9

Reply via email to