[Mailman-Users] User management via email?

2011-08-09 Thread Chase, Edward
Hello mailman-users, I'm currently moving my organization's announcement mailing lists onto GNU-Mailman, in the past I've been able to script an email message to send to our mailing list software to subscribe an address to a list as part of my user creation process. I thought that I had done t

Re: [Mailman-Users] User management via email?

2011-08-09 Thread Glenn Sieb
On 8/3/11 2:35 PM, Chase, Edward wrote: > I thought that I had done this task as part of my initial testing, > but I cannot find that I documented that at all. My Google-fu is > coming up very empty on the subject. I've found a number of people > asking the same question with few replies. The be

Re: [Mailman-Users] User management via email?

2011-08-10 Thread Chase, Edward
sers@python.org Subject: Re: [Mailman-Users] User management via email? Have you checked into $LOCALBASE/mailman/bin/add_members? You could probably wrap a script around it easily enough. usage: /usr/local/mailman/bin/add_members Add members to a list from the command line. Usage: add_m

Re: [Mailman-Users] User management via email?

2011-08-10 Thread Mailman Admin
Hi Glenn Sieb On 08/10/2011 03:00 AM, Glenn Sieb wrote: > On 8/3/11 2:35 PM, Chase, Edward wrote: >> I thought that I had done this task as part of my initial testing, >> but I cannot find that I documented that at all. My Google-fu is >> coming up very empty on the subject. I've found a number

Re: [Mailman-Users] User management via email?

2011-08-10 Thread Mark Sapiro
Chase, Edward wrote: >Not exactly what I was hoping for unfortunately. My user creation scripts are >Powershell running in a Windows environment. I was hoping to fire off an >email to Mailman to subscribe the new user to the appropriate campus >announcement list. Maybe I'll get a bit creativ