Hi All,

I am trying to run sync_members from a php script.  I have a series of
e-mail address in the file /tmp/$groupName that I want to syncronize with
the mailing list $groupName.  My php command is:

system("/usr/local/mailman/bin/sync_members -w=no -f /tmp/$groupName
$groupName");

However, the command does not work correctly when run from my php script.
When I run the previous command from the command line (substituting, of
course, the correct groupName's for the $groupName variables), the command
works correctly, so I know that it is not a problem with the
/tmp/$groupName file.  As well, /usr/local/mailman/locks is writable by
the web server user and group.  Does anybody have a solution to this
problem?

Thanks,

Nick Knouf
Webmaster, music.caltech.edu


------------------------------------------------------
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

Reply via email to