Re: [Mailman-Developers] Re: [Mailman-Users] why can't people see my lists?

2001-11-02 Thread Barry A. Warsaw
> "JCL" == J C Lawrence <[EMAIL PROTECTED]> writes: JCL> Urk. Indeed! Looks like Mozilla flattens the hostname case but Lynx does not (convenient for testing! :). JCL> This is bad, a bug, and needs to be fixed for 2.1. Fixed it is. I'll simply fold to lowercase the hostname suck

[Mailman-Developers] Re: [Mailman-Users] why can't people see my lists?

2001-11-02 Thread J C Lawrence
On Fri, 2 Nov 2001 13:36:37 -0500 James Watson <[EMAIL PROTECTED]> wrote: > On Fri, Nov 02, 2001 at 10:23:28AM -0800, J C Lawrence wrote: >> Hostnames are explicitly case insensitive. Mailman flattens the >> strings prior to comparison. Example: >> >> https://www.kanga.nu/lists/listinfo/ >>

[Mailman-Developers] Web Authenticfication for mailing list members outside Mailman?

2001-11-02 Thread Markus Jansen (PAC)
Hi, I am currently running both a web site and two majordomo lists. I would like to migrate to mailman, and at the same time make parts of the Web site (Apache 1.3, Solaris) accessible only for members of one or more mailing lists (you may see them as user groups). Is there a way to reuse Mailma

Re: [Mailman-Developers] Web Authenticfication for mailing list members outside Mailman?

2001-11-02 Thread Andy Heath
Well, in the absence of universal support for LDAP or similar this is a good solution and one I currently do my self with Zope and lists. One way to do this is to use something external to mailman to extract the id's and and encrypt the passwords and put it on a crontab to generate the .htaccess

[Mailman-Developers] Bounce detection

2001-11-02 Thread Bob [EMAIL PROTECTED]
Hi Gang, Just got another 40+ bounces that the 2.0.6 bounce handlers didn't pick up... There was nothing in the logs during the time I got some of the bounces, yet it does pick up on others. I suspect it's a simple string matching issue. Looked in Mailman/Bouncers, but I don't immediately se