invite_members command line

Bug #558276 reported by alexistr
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
GNU Mailman
New
Undecided
Unassigned

Bug Description

A script to invite new members from command line.
Derived from add_members.
I add "-l" option to choose the language of the invited user.
To have de mail sent in the proper language small change are necessary in MailList.py function InviteNewMember:

if userdesc.language:
 lang = userdesc.language
else:
 lang = self.preferred_language
-----------------
Utils.maketext(.............lang=lang)
-----------------
Message.UserNotification(...............lang=lang)

Could be nice to add this as an option in add_members.

Revision history for this message
alexistr (alexistr) wrote :

The file invite_members was added: invite_members command line

Revision history for this message
mylogon (mylogon-users) wrote :

Logged In: YES
user_id=1042734
Originator: NO

Would be real nice if could prepend a welcome message - so would be a one time thing - as on the web form.

Revision history for this message
mylogon (mylogon-users) wrote :

Logged In: YES
user_id=1042734
Originator: NO

I see someone else already did.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.