Mark Sapiro writes:
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.
Thanks a lot for this info -- I'm looking forward for an upcoming Postorius 1.3.14 release! ;-) :-)
Happy holidays and a good new year to everyone,
Joachim