Continuing the troubleshooting, I came around a very long list, over 3000, of "banned addresses" on the 'problem list'. I wonder if there is a way to delete them programmatically. I searched ourlist, but could not find a hint. It seems mailmanclient has a method to deal with this, but I could not find the details.
Mohsen
From: Mark Sapiro <mark@msapiro.net> Sent: Wednesday, September 6, 2023 6:49 PM To: mailman-users@mailman3.org <mailman-users@mailman3.org> Subject: [MM3-users] Re: Issues with @gmail.com addresses
[EXTERNAL EMAIL]
On 9/6/23 14:24, Mohsen Masoudfar wrote:
Question: is there a command line that displays all the settings of a list? I think it might be some hidden settings that are not visible in the UI?
$ /opt/mailman/mm/bin/mailman shell -l list.example.com
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 list.example.com mailing list
>>> for x in dir(m):
... if not x.startswith('_'):
... print(f'{x}: {m.__getattribute__(x)}')
...
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
Mailman-users mailing list -- mailman-users@mailman3.org To unsubscribe send an email to mailman-users-leave@mailman3.org https://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.mailman3.org%2Fmailman3%2Flists%2Fmailman-users.mailman3.org%2F&data=05%7C01%7Cmmasoudf%40aaas.org%7Cb9fb89b2043248f491c008dbaf2b8ab5%7C2eebd8ff9ed140f0a15638e5dfb3bc56%7C0%7C0%7C638296373814854881%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=MwXZtq9or9BEh%2FZDDfzOzy3wYEOhrsu7BfH%2Fq1vSUNk%3D&reserved=0<https://lists.mailman3.org/mailman3/lists/mailman-users.mailman3.org/> Archived at: https://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.mailman3.org%2Farchives%2Flist%2Fmailman-users%40mailman3.org%2Fmessage%2FWAKTIAMM5WW2M7BL6HDXQIK654QJRHBP%2F&data=05%7C01%7Cmmasoudf%40aaas.org%7Cb9fb89b2043248f491c008dbaf2b8ab5%7C2eebd8ff9ed140f0a15638e5dfb3bc56%7C0%7C0%7C638296373814854881%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=vMvoLZwl9l9wRXJgE0YUOP6KqZL7FAGCGaPoH7c%2FVpc%3D&reserved=0<https://lists.mailman3.org/archives/list/mailman-users@mailman3.org/message/WAKTIAMM5WW2M7BL6HDXQIK654QJRHBP/>
This message sent to mmasoudf@aaas.org