On 3/6/26 23:05, Thomas Krichel wrote:
(venv) mailman@darni:/usr/local/mailman$ mailman-web diffsettings|grep ACCOUNT Traceback (most recent call last):
...
File "/etc/mailman3/settings.py", line 12, in <module> del ACCOUNT_EMAIL_REQUIRED ^^^^^^^^^^^^^^^^^^^^^^ NameError: name 'ACCOUNT_EMAIL_REQUIRED' is not defined
This is because you have two del ACCOUNT_EMAIL_REQUIRED statements,
one you added to
/usr/local/mailman/venv/lib/python3.13/site-packages/mailman_web/settings/mailman.py
and one in /etc/mailman3/settings.py, but why doesn't this show up
earlier? It should throw this exception everywhere.
I remove the additional lines Mark thinks are not necessary in
/usr/local/mailman/venv/lib/python3.13/site-packages/mailman_web/settings/mailman.py
and restart but that gets my to another problem.
Which is?
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan