On Sat, Mar 7, 2026, at 11:08 PM, Mark Sapiro wrote:
On 3/7/26 17:14, Paul Tomblin via Mailman-users wrote:
I’m not seeing it.
Are you looking at <https://your.domain/mailman3/domains/>
Do you have the latest Postorius from GitLab?
I missed that step at first, but now I've done it, I see no change. It still says version 1.3.13, and the Edit Domain page still just has Description, Alias Domain, and Web Host.
When I was installing it, it said it was this commit: Resolved https://gitlab.com/mailman/postorius to commit 2c0c3aeb905c82ee4d6724897b89def71c02c1ef which does appear to be the latest.
Sorry to be taking so much of your time, but I really want to make the footer for my neighborhood association lists as much like the old ones as possible.
-- Paul Tomblin
On 3/8/26 10:25, Paul Tomblin via Mailman-users wrote:
On Sat, Mar 7, 2026, at 11:08 PM, Mark Sapiro wrote:
Do you have the latest Postorius from GitLab?
I missed that step at first, but now I've done it, I see no change. It still says version 1.3.13, and the Edit Domain page still just has Description, Alias Domain, and Web Host.
When I was installing it, it said it was this commit: Resolved https://gitlab.com/mailman/postorius to commit 2c0c3aeb905c82ee4d6724897b89def71c02c1ef which does appear to be the latest.
That should be good. It will say 1.3.13 as the version hasn't been updated in GitLab.
Is an old page cached somewhere? Have you tried clearing browser cache or a different browser or depending on browser and platform ctrl+reload or shift+reload.
Does your /opt/mailman/venv/lib/py<version>/site-packages/postorius/forms/domain_forms.py match <https://gitlab.com/mailman/postorius/-/blob/master/src/postorius/forms/domain_forms.py?ref_type=heads#L66>?
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
On Sun, Mar 8, 2026, at 6:37 PM, Mark Sapiro wrote:
Does your /opt/mailman/venv/lib/py<version>/site-packages/postorius/forms/domain_forms.py match <https://gitlab.com/mailman/postorius/-/blob/master/src/postorius/forms/domain_forms.py?ref_type=heads#L66>?
No, it doesn't have the base_url field. Well, that' solves one mystery and gives me another. Why didn't pip update it? Could it be because the version number isn't incremented?
What would happen if I just git cloned that repo into a local directory and copied it over?
-- Paul Tomblin
On 3/8/26 15:48, Paul Tomblin via Mailman-users wrote:
No, it doesn't have the base_url field. Well, that' solves one mystery and gives me another. Why didn't pip update it? Could it be because the version number isn't incremented?
No, it's not the version number. Did you run the pip install command
with your venv active? If not, pip installed it somewhere other than in
your venv.
What would happen if I just git cloned that repo into a local directory and copied it over?
You could do that, but better after cloning the repo you could do (with
your venv active) pip install path/to/cloned/repo
but first you should ensure you actually installed all the GitLab heads for mailman, mailmanclient, postorius and mailman-web in your venv.
If with your venv active you do pip freeze you should see those things
as items similar to
mailman @ git+https://gitlab.com/mailman/mailman@... mailmanclient @ git+https://gitlab.com/mailman/mailmanclient@... mailman-web @ git+https://gitlab.com/mailman/mailman-web@... postorius @ git+https://gitlab.com/mailman/postorius@...
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
participants (2)
-
Mark Sapiro -
Paul Tomblin