Re: [Mailman-Users] Adding users with cron - permission problems

2010-01-28 Thread Phil Ewels
Thanks for the help everyone! I think I've just found the answer I was looking for via Marks link - using PHP to scrape a direct subscribe url: http:///mailman/admin//members/add?subscribe_or_invite=0&send_welcome_msg_to_this_batch=0¬ification_to_list_owner=0&subscribees_upload=&adminpw= http:/

Re: [Mailman-Users] Adding users with cron - permission problems

2010-01-27 Thread Mark Sapiro
Phil Ewels wrote: > >To test, I've been running this cron command: > >echo t...@testing.co.uk | >/usr/local/cpanel/3rdparty/mailman/bin/add_members -r - info > >Where info is the listname (i...@nanotp.org) > >I get the following error: > >Traceback (most recent call last): [...] >IOError: [Errno 1

Re: [Mailman-Users] Adding users with cron - permission problems

2010-01-27 Thread Adam McGreggor
On Wed, Jan 27, 2010 at 05:29:44PM +, Phil Ewels wrote: > After doing a bit of reading around, the closest I've got is to generate > a plaintext file of email addresses for each newsletter and then use a > cron command to sign these up, using the add_users program. > > To test, I've been run

[Mailman-Users] Adding users with cron - permission problems

2010-01-27 Thread Phil Ewels
Hi all, I have a registration form where users, amongst other things, choose a number of mailing lists to sign up to. I don't want users to have to go and individually sign up to each list, so I'm trying to automate the signup process. After doing a bit of reading around, the closest I've go