No, I was obfuscating the addresses of the user and listname. And it was the 
trailing dot/period that was the problem. Sorry about that -- copy/pasting from 
the emailed report rather than typing the address myself.  

Now that I have the commands and order, I will look closer at some of those 
lists when additional reports come in.

Thank you!

                                        -p



> -----Original Message-----
> From: Mark Sapiro <[email protected]>
> Sent: Tuesday, December 10, 2024 1:41 PM
> To: [email protected]
> Subject: [MM3-users] Re: Enable delivery
> 
> CAUTION: This email originated from outside of the organization. Do not click
> links or open attachments unless you recognize the sender and know the
> content is safe.
> 
> 
> On 12/10/24 10:43, Hirayama, Pat wrote:
> > Apologies, I should've said my "Mailman 3" server, not listserv.
> >
> > MTA logs do not show messages being sent to the member(s) in question,
> even though other members are being sent messages. Nothing out of the
> mailman server, and nothing received by our outbound Postfix MTAs.
> >
> > As for the CLI commands, I keep getting Attribute Error when I try them, 
> > like:
> >
> > /opt/mailman # mailman shell -l [email protected]
> > Welcome to the GNU Mailman shell
> > Use commit() to commit changes.
> > Use abort() to discard changes since the last commit.
> > Exit with ctrl+D does an implicit commit() but exit() does not.
> > The variable 'm' is the [email protected] mailing list
> >>>> from mailman.core.constants import system_preferences
> >>>> mbr = m.members.get_member('[email protected].')
> >>>> print(mbr.delivery_status)
> > Traceback (most recent call last):
> >    File "<console>", line 1, in <module>
> > AttributeError: 'NoneType' object has no attribute 'delivery_status'
> 
> 
> Are you literally typing
> 
> mbr = m.members.get_member('[email protected].')
> 
> That needs to be an actual list member's email without a trailing
> period. The fact that mbr is None means whatever you provided is not a
> member of the [email protected] list.
> 
> Curious that the member(s) in question are not amongst the recipients
> delivered to the MTA even though
> 
> >> when I run:
> >>
> >> mailman members --nomail any listname@listserv
> >>
> >> Nothing is returned.
> 
> This should only happen if the members are digest members (are they) or
> are directly addressed in To: or Cc: of the post.
> 
> --
> Mark Sapiro <[email protected]>        The highway is for gamblers,
> San Francisco Bay Area, California    better use your sense - B. Dylan
> 
> _______________________________________________
> Mailman-users mailing list -- [email protected]
> To unsubscribe send an email to [email protected]
> https://urldefense.com/v3/__https://lists.mailman3.org/mailman3/lists/mail
> man-
> users.mailman3.org/__;!!GuAItXPztq0!kBv3nt9E96ao_7FvkLnOsm_R9OWol1
> U4Lk0bnfCxTPiRuYdCv4jHRpx11tT3vx2cyFNW8ByfZlsvtwg$
> Archived at:
> https://urldefense.com/v3/__https://lists.mailman3.org/archives/list/mailma
> n-
> [email protected]/message/ET7NTZVDLCY6RBXHUIYRVTYQQX6SQ3KI/__;
> !!GuAItXPztq0!kBv3nt9E96ao_7FvkLnOsm_R9OWol1U4Lk0bnfCxTPiRuYdCv4
> jHRpx11tT3vx2cyFNW8ByfwPhcXNc$
> 
> This message sent to [email protected]
_______________________________________________
Mailman-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://lists.mailman3.org/mailman3/lists/mailman-users.mailman3.org/
Archived at: 
https://lists.mailman3.org/archives/list/[email protected]/message/5TQTTCTGDJ5J4ZONAD4AOWFFE6L7JR3G/

This message sent to [email protected]

Reply via email to