On Sun, Mar 8, 2026, at 10:56 PM, Mark Sapiro wrote:
Actually I think the issue is because of the version not being bumped
When I did pip with a file path, it looks like it did uninstall and reinstall
Building wheels for collected packages: postorius Building wheel for postorius (pyproject.toml) ... done Created wheel for postorius: filename=postorius-1.3.13-py3-none-any.whl size=3844417 sha256=b0ca99e0c77a2fd3a7460a38d5e917855170432610e123f6cbe03f1ab054888d Stored in directory: /tmp/pip-ephem-wheel-cache-nz_847ds/wheels/58/f2/fa/13dfd8d8589c1b34506c170121d1cc3ab9245e2a684d0be026 Successfully built postorius Installing collected packages: postorius Attempting uninstall: postorius Found existing installation: postorius 1.3.13 Uninstalling postorius-1.3.13: Successfully uninstalled postorius-1.3.13 Successfully installed postorius-1.3.13
Looks like I've got base_url working! Thanks very much.
As a feature request, could we get the unsubscribe email address as a template variable? Maybe I should dust off my python skills and submit a pull request. Do I need a gitlab account to do that?
-- Paul Tomblin
On 3/8/26 20:08, Paul Tomblin via Mailman-users wrote:
As a feature request, could we get the unsubscribe email address as a template variable? Maybe I should dust off my python skills and submit a pull request. Do I need a gitlab account to do that?
You don't need a special variable for that. Look at the footer in this list post. It contains
To unsubscribe send an email to mailman-users-leave@mailman3.org
That is produced from
To unsubscribe send an email to ${short_listname}-leave@${domain}
-- 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