On 12/18/24 18:22, Joachim Schrod wrote:
Mark Sapiro writes:
It is not the subscription that requires confirmation. It is the user's email address. Even though the list's subscribe policy is open, a previously unknown email address has to be confirmed.
I assume that's the verification that one can turn off in Postorious `Mass Suscription' with the checkbox "Pre Verified".
That is correct.
I maintain a mailing list for a private holiday where people don't subscribe themselves; I subscribe them. I have vetted their email address beforehand. (The subscribers are mostly not able to handle a verification email, nor any email-based workflow at all.) Is there a configuration option for a mailing list that sets "Pre Verified" to true as a default?
This is https://gitlab.com/mailman/postorius/-/issues/563 it was fixed by https://gitlab.com/mailman/postorius/-/merge_requests/930 which was later extended by https://gitlab.com/mailman/postorius/-/merge_requests/945 however these are not available until Postorius 1.3.14 which is not yet released.
These add a setting, POSTORIUS_DEFAULTS, which can be used to set these defaults. E.g., setting
POSTORIUS_DEFAULTS = {'mass_subscription_pre_verify': True}
will set the default for Pre Verified to True. So far, the only defaults that can be set in this manner are mass_subscription_pre_confirm, mass_subscription_pre_approve, mass_subscription_pre_verify and mass_subscription_invite and those not until Postorius 1.3.14, but more may be added.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan