Re: [Mailman-Users] Recommended way to get subscriber list with fullnames?

2008-11-13 Thread Mark Sapiro
Jan Steinman wrote: > >I put 'list_members -f -p NewsletterName | sort -d -b -f' in a php >script with secret URL for her to use, but it is failing with >"Permission denied: '/private/var/mailman/lists/newslettername/ >config.pck'." > >Should I simply change perms on that file (and any others

Re: [Mailman-Users] Recommended way to get subscriber list with full names?

2008-11-13 Thread Brad Knowles
Jan Steinman wrote: I put 'list_members -f -p NewsletterName | sort -d -b -f' in a php script with secret URL for her to use, but it is failing with "Permission denied: '/private/var/mailman/lists/newslettername/config.pck'." The script will need to run as whatever uid and gid you used to in

[Mailman-Users] Recommended way to get subscriber list with full names?

2008-11-13 Thread Jan Steinman
I've set up mailman for a client to use as an announcement mechanism -- one writer, many readers. My client needs to periodically get a list of subscribers, including the names they entered, and to have a count. I put 'list_members -f -p NewsletterName | sort -d -b -f' in a php script wit

Re: [Mailman-Users] "create a new list" web interface

2008-11-13 Thread Mark Sapiro
Jewel wrote: >When I create a new list from the web interface I get an email >confirmation just fine. My question is I know that this didn't update >the aliases file and didn't know if there was any configuring I could do >so that the aliases file is updated and creating a list is automatic.

[Mailman-Users] "create a new list" web interface

2008-11-13 Thread Jewel
When I create a new list from the web interface I get an email confirmation just fine. My question is I know that this didn't update the aliases file and didn't know if there was any configuring I could do so that the aliases file is updated and creating a list is automatic. I did look in the

Re: [Mailman-Users] Mailman is no longer gatewaying news...

2008-11-13 Thread Grant Taylor
On 11/13/08 12:29, Mark Sapiro wrote: See my previous reply at . (I have now read your reply. I was continuing in the sub-thread with Brad and had not gotten to your message yet, which now I have.) Your problem is the

Re: [Mailman-Users] Mailman is no longer gatewaying news...

2008-11-13 Thread Brad Knowles
Grant Taylor wrote: Below are the top three and bottom three lines in the fromusenet log file. Oct 15 02:20:03 2008 (3687) comp.mail.sendmail: [20872..42079] Oct 15 02:20:04 2008 (3687) nothing new for list comp.mail.sendmail Oct 15 02:20:04 2008 (3687) comp.mail.sendmail watermark: 33

Re: [Mailman-Users] Mailman is no longer gatewaying news...

2008-11-13 Thread Mark Sapiro
Grant Taylor wrote: > >Below are the top three and bottom three lines in the fromusenet log file. > >Oct 15 02:20:03 2008 (3687) comp.mail.sendmail: [20872..42079] >Oct 15 02:20:04 2008 (3687) nothing new for list comp.mail.sendmail >Oct 15 02:20:04 2008 (3687) comp.mail.sendmail waterm

Re: [Mailman-Users] Mailman is no longer gatewaying news...

2008-11-13 Thread Grant Taylor
On 11/13/08 02:56, Brad Knowles wrote: It sounds like you've already done a lot of the right stuff initially -- tracing packets with tcpdump, etc Beyond that, you kind of just have to get stuck into the Python. 'k I was going for bi-directionality. Using the server interface to accept

Re: [Mailman-Users] mailmanctl doenst start qrunners

2008-11-13 Thread Mark Sapiro
[EMAIL PROTECTED] wrote: > >When invoking "bin/mailmanctl -s start" it doesnt start any of the qrunner >processes. >Infact, it seems to do nothing more then printing "Starting Mailman's >qrunner-Masterprocess." > >Im a python newbie but as far as i can see the path in: > > os.execl(mm_cfg.PYTHO

Re: [Mailman-Users] Mailman is no longer gatewaying news...

2008-11-13 Thread Mark Sapiro
Grant Taylor wrote: > >I can say that I have received an error (that for some reason did not >show up in logs) from gate_news: > >Traceback (most recent call last): > File "/usr/local/mailman/cron/gate_news", line 284, in ? > main() > File "/usr/local/mailman/cron/gate_news", line 266, in

Re: [Mailman-Users] VirtualDirectories and /var/www setup

2008-11-13 Thread Mark Sapiro
Scott Race wrote: > >How does Apache know to route domain traffic to >www.mydomain.com/mailman/create to the appropriate place? I'm mostly >wondering this for a third domain setup, will I need a VirtualDirectory >for the site, even if there's nothing in the root of the site? I'm >guessing I will,

Re: [Mailman-Users] List owner and email

2008-11-13 Thread Mark Sapiro
Patricia A Moss wrote: >My mailman-bounces and mailman-owner emails are now queuing up without >being sent. Grant Taylor has responded with good suggestions. Also, see the FAQ at . -- Mark Sapiro <[EMAIL PROTECTED]>The highway is for gamblers, San Francisc

Re: [Mailman-Users] Mailman is no longer gatewaying news...

2008-11-13 Thread Brad Knowles
Grant Taylor wrote: Any suggestions on how a non Python programmer might start looking for said possible errors? It sounds like you've already done a lot of the right stuff initially -- tracing packets with tcpdump, etc Beyond that, you kind of just have to get stuck into the Python. W