[Mailman-Users] can't admin 'mailman' list

Eric Seppanen eds at reric.net
Tue Jan 4 19:36:16 CET 2005


On Tue, Jan 04, 2005 at 12:23:00PM -0600, Eric Seppanen wrote:

> ...for some reason, I can't reach the admin page for the 'mailman'
> list-- it simply redirects me back to /mailman/listinfo.
> 
> So I'm getting daily reminders that I can't stop, because the web admin
> interface doesn't appear to allow access to the special 'mailman' list.
> How can I fix this?

Arg... a minute later the answer occurs to me: the redhat distribution
of Mailman includes a helpful redirect that says:

 RedirectMatch /mailman[/]*$ http://www.mysite.com/mailman/listinfo

that really should have said 

 RedirectMatch ^/mailman[/]*$ http://www.mysite.com/mailman/listinfo

...because otherwise, anything ending in "/mailman" gets redirected,
effectively blocking access to a mailing list named "mailman".

Looks like redhat has already noticed and fixed the problem in newer
distributions:

https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=115378



More information about the Mailman-Users mailing list