Re: [Mailman-Users] HA: how to avoid mailmanSite list creation

2005-08-21 Thread lkolchin
Thanks man, That’s the solution for me, I can just rename it MAILMAN_SITE_LIST in mm_cfg.py. Best Regards, Leon Kolchinsky -Original Message- From: Carl Zwanzig [mailto:[EMAIL PROTECTED] Sent: Friday, August 19, 2005 7:21 PM To: לאון קולצ'ינסקי Cc: mailman-users@python.org Subject:

Re: [Mailman-Users] Problem in gateway_to_mail processing

2005-08-21 Thread Mark Sapiro
Martin Wolske wrote: I've followed through the code to see where, in Site.py, it checks for lists in the mm_cfg.py default directory. The lists are all in the same directory tree. They all show up in the list_lists listing. Why would it be that Utils.list_names might be listing only a

Re: [Mailman-Users] Auto-resending mails to sublists

2005-08-21 Thread Mark Sapiro
Piotr Krukowiecki wrote: I'd like to have a couple of lists: [EMAIL PROTECTED], [EMAIL PROTECTED], ..., [EMAIL PROTECTED] And when someone sends mail for example to [EMAIL PROTECTED] it'd be resent automatically to year3, year4 and year5. You could create umbrella lists (see

Re: [Mailman-Users] __getmsgids in ListAdmin.py (via checkdbs) reportsValueError: too many values to unpack

2005-08-21 Thread Mark Sapiro
Michael Scott Fischer wrote: Does anyone know what causes the following error message, and if so, how to make Mailman happy again? This is Mailman 2.1.6, Python 2.4.1 on a FreeBSD 5.4 system - both are installed from ports. I've upgraded Mailman several times, but only after the 2.1.6 upgrade

[Mailman-Users] Howto change subject line for subscription invitation

2005-08-21 Thread Sergio P. Cesar
With default setting the user will get a request for confirmation like: confirm 7170e089130f398d634715bb1cfd4a8a8845542f Is there a way I can change this for each list to something like: An invitation from the President: confirm 7170e089130f398d634715bb1cfd4a8a8845542f -- Sergio Cesar Wireless

Re: [Mailman-Users] Howto change subject line for subscriptioninvitation

2005-08-21 Thread Mark Sapiro
Sergio P. Cesar wrote: With default setting the user will get a request for confirmation like: confirm 7170e089130f398d634715bb1cfd4a8a8845542f Is there a way I can change this for each list to something like: An invitation from the President: confirm 7170e089130f398d634715bb1cfd4a8a8845542f

Re: [Mailman-Users] Problem in gateway_to_mail processing

2005-08-21 Thread Martin Wolske
On Aug 21, 2005, at 2:05 PM, Mark Sapiro wrote: I'm grasping at straws here, but you might try changing for listname in Utils.list_names(): in process_lists in gate_news to something like names = Utils.list_names() for listname in names: and maybe adding some more debug