6 Sep
2023
6 Sep
'23
10:49 p.m.
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