[Mailman-Users] header_filter_rules possible bug

2005-08-02 Thread Iain Pople
if action == mm_cfg.ACCEPT: return -- Iain Pople Systems Programmer University of Melbourne -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Ma

Re: [Mailman-Users] thousands of lists

2005-07-27 Thread Iain Pople
We are using Solaris UFS. On 28/07/2005, at 2:55 PM, [EMAIL PROTECTED] wrote: > On Thu, Jul 28, 2005 at 01:55:36PM +1000, Iain Pople wrote: > >> The concern is that on a unix filesystem it is very slow to access >> directories with thousands of entries. >> > > While

[Mailman-Users] thousands of lists

2005-07-27 Thread Iain Pople
under: $VAR_PREFIX/lists $VAR_PREFIX/archives The concern is that on a unix filesystem it is very slow to access directories with thousands of entries. Apart from this are there likely to be an issues with hosting so many lists? thanks, iain. -- Iain Pople Systems Programmer University of Melb

[Mailman-Users] performance tuning for sendmail and local users

2005-03-01 Thread Iain Pople
Hi, I am setting up a Mailman instance that will deliver to around 10,000 local users. Can anyone suggest appropriate settings for Mailman and Sendmail to optimize performance? Specifically I am interested in suggestions for the following Mailman options: SMTP_MAX_RCPTS SMTP_MAX_SESSIONS_PER_C

[Mailman-Users] Re: list admin passwords failing [fixed]

2005-02-15 Thread Iain Pople
It is working now after an apache restart. go figure. Iain Pople wrote: No I haven't made any changes, but I have just discovered that if i submit the form as a GET request manually I can login. i.e: http://host/cgi-bin/mailman/admin/soccer-uni?adminpw=password However, once I am logged

[Mailman-Users] Re: list admin passwords failing

2005-02-15 Thread Iain Pople
No I haven't made any changes, but I have just discovered that if i submit the form as a GET request manually I can login. i.e: http://host/cgi-bin/mailman/admin/soccer-uni?adminpw=password However, once I am logged in I have the same problem, where If i change any settings the page just reloads

[Mailman-Users] Re: list admin passwords failing

2005-02-15 Thread Iain Pople
Mark Sapiro wrote: Your issue, if it is caused by a redirect discarding POST data as mentioned in FAQ 4.45 would have to be a redirect which would affect URLs like http://lists.domain.com/cgi-bin/mailman/admin/ or http://lists.domain.com/cgi-bin/mailman/admindb/ or whatever you're using to access

[Mailman-Users] Re: list admin passwords failing

2005-02-14 Thread Iain Pople
thanks for that. I had a look at the URL and maybe it has something to do with my redirects. I have the following rule: RewriteRule ^/$ http://%{HTTP_HOST}/cgi-bin/mailman/listinfo [R] Which essentially redirects pages from http://lists.domain.com -> http://lists.domain.com/cgi-bin/mailman/l

[Mailman-Users] Re: list admin passwords failing

2005-02-14 Thread Iain Pople
I should also mention that this is not a cookies issue (at least not on the client end). I have tried with several browsers and double checked that cookies are enabled. Iain Pople wrote: Hi, I have noticed in the last couple of days that all my list admin passwords are failing. I.e. I can&#

[Mailman-Users] list admin passwords failing

2005-02-14 Thread Iain Pople
Hi, I have noticed in the last couple of days that all my list admin passwords are failing. I.e. I can't login to my lists via the admin web interface. I've had a look through the logs and can't see anything strange there. When I try and login the page just reloads with the password prompt agai