On 9/30/24 02:17, Markus Grandpré wrote:
Dear Mark, dear list,

in Menu "Mass Operations / Mass Subscription" I have set the default value for checkbox "Invitation" in file </usr/lib/python3/dist-packages/postorius/forms/list_forms.py> (on Debian 12) as you had suggested:


     invitation = forms.BooleanField(
         label=_('Invitation'),
         initial=True,
         required=False,
         help_text=_(
            'If checked, the other checkboxes are ignored and the users will '             'be sent an invitation to join the list and will be subscribed '
             'upon acceptance thereof.'
         ),
         widget=forms.CheckboxInput(),
     )


This is correct.


However, administrators of mailing lists on our Mailman3 demo system report that the invitation is still sent, even if they have deactivated the sending of the invitation via the “Invitation” checkbox.


If the admin is unchecking the Invitation box but not checking the Pre Verified box, the user will still be sent an address confirmation request. Perhaps the admins are mistaking this for an invitation. It the desire is to immediately subscribe the user with no further interaction, in addition to the Invitation box being unchecked, all three of the Pre confirm, Pre approved and Pre verified boxes must be checked.

You may wish to set the Pre Verified default to checked in a manner similar to the above, or with Postorius >=1.3.14 (not yet released) you will be able to add
```
POSTORIUS_DEFAULTS = {
    'mass_subscription_pre_verify': True
    }
```
to your Django settings to accomplish this.

--
Mark Sapiro <m...@msapiro.net>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan

_______________________________________________
Mailman-users mailing list -- mailman-users@mailman3.org
To unsubscribe send an email to mailman-users-le...@mailman3.org
https://lists.mailman3.org/mailman3/lists/mailman-users.mailman3.org/
Archived at: 
https://lists.mailman3.org/archives/list/mailman-users@mailman3.org/message/LDZIRZHIYQZ6B22EU3A3F2R253Q7Y6DW/

This message sent to arch...@mail-archive.com

Reply via email to