[Mailman-Developers] Do we need the password in the HTML of the confirm page?

2002-03-04 Thread Marc MERLIN
When I went to: http://gandalf-lists.merlins.org/lists/confirm/test2/372ff4ab4ca390f3c3bfabd47cd78e92489a0b5d (don't bother trying, it's localhost on my laptop :-D) I get an HTML page to confirm my subscription. I haven't looked at the code in details, but does mailman need to put the list

[Mailman-Developers] Re: Updated dupe removal patch

2002-03-04 Thread Ben Gertzfield
Marc == Marc MERLIN [EMAIL PROTECTED] writes: Marc It took all of my sunday, but I just finished porting Ben Marc Gertzfield's excellent dupe removal patch to mailman cvs (I Marc also had to learn some python in the process. I'm starting Marc to believe that Mailman is a

Re: [Mailman-Developers] Missing footers with latest CVS

2002-03-04 Thread Dan Mick
Dan == Dan Mick [EMAIL PROTECTED] writes: Dan Installed latest CVS yesterday, and notice now that some Dan posters are not getting footers added to their messages. I Dan suspect the footer-add-based- on-language code is at fault, Dan but I haven't had time to isolate a

[Mailman-Developers] Handling bounces correctly?

2002-03-04 Thread Colin Mackinlay
My cvs installation is sending me bounces rather than processing them. Looking at the aliases automatically added to postfix there are two duplicates: test-admin/usr/local/mailman/mail/mailman bounces test test-bounces /usr/local/mailman/mail/mailman bounces test This seems to be true for

Re: [Mailman-Developers] Handling bounces correctly?

2002-03-04 Thread Dan Mick
My cvs installation is sending me bounces rather than processing them. Looking at the aliases automatically added to postfix there are two duplicates: test-admin/usr/local/mailman/mail/mailman bounces test test-bounces /usr/local/mailman/mail/mailman bounces test This seems to

Re: [Mailman-Developers] Do we need the password in the HTML of the confirm page?

2002-03-04 Thread Barry A. Warsaw
MM == Marc MERLIN [EMAIL PROTECTED] writes: MM When I went to: MM http://gandalf-lists.merlins.org/lists/confirm/test2/372ff4ab4ca390f3c3bfabd47cd78e92489a0b5d MM (don't bother trying, it's localhost on my laptop :-D) I get MM an HTML page to confirm my subscription. MM I

Re: [Mailman-Developers] Handling bounces correctly?

2002-03-04 Thread Colin Mackinlay
On Mon 04 Mar, Dan Mick wrote: My cvs installation is sending me bounces rather than processing them. Looking at the aliases automatically added to postfix there are two duplicates: test-admin/usr/local/mailman/mail/mailman bounces test test-bounces

Re: [Mailman-Developers] Handling bounces correctly?

2002-03-04 Thread Colin Mackinlay
In URL:news:local.mailman-d on Mon 04 Mar, Dan Mick wrote: My cvs installation is sending me bounces rather than processing them. Looking at the aliases automatically added to postfix there are two duplicates: test-admin/usr/local/mailman/mail/mailman bounces test

Re: [Mailman-Developers] Updated dupe removal patch

2002-03-04 Thread Barry A. Warsaw
MM == Marc MERLIN [EMAIL PROTECTED] writes: MM Considering this was a pain to port, and how this puts to rest MM many of the reply-to munging discussions (the only real MM argument for reply-to munging is that it solves the MM duplicate mails you other receive when people use

Re: [Mailman-Developers] Updated dupe removal patch

2002-03-04 Thread Barry A. Warsaw
MM == Marc MERLIN [EMAIL PROTECTED] writes: MM It took all of my sunday, but I just finished porting Ben MM Gertzfield's excellent dupe removal patch to mailman cvs (I MM also had to learn some python in the process. I'm starting to MM believe that Mailman is a conspiracy to

Re: [Mailman-Developers] Handling bounces correctly?

2002-03-04 Thread Dan Mick
Well, OK. I guess that's how it's designed: # Otherwise, we should just forward this message to the list # owner, because there's nothing we can do with it. Be sure to # point the envelope sender at the site owner for any bounces to # list

Re: [Mailman-Developers] Updated dupe removal patch

2002-03-04 Thread Marc MERLIN
On Mon, Mar 04, 2002 at 05:16:21PM -0500, Barry A. Warsaw wrote: Okay, I've looked over all the code. Except for some stylistic issues, which I'll just correct as I go, my biggest concern is the database used in AvoidDuplicates.py. Yeah, I looked at that too, but being tired, I didn't get

Re: [Mailman-Developers] Handling bounces correctly?

2002-03-04 Thread Colin Mackinlay
On Mon 04 Mar, Dan Mick wrote: Well, OK. I guess that's how it's designed: # Otherwise, we should just forward this message to the list # owner, because there's nothing we can do with it. Be sure to # point the envelope sender at the site owner

Re: [Mailman-Developers] Missing footers with latest CVS

2002-03-04 Thread Ben Gertzfield
Dan == Dan Mick [EMAIL PROTECTED] writes: Dan Well, so, one of them has no charset expressed at all that I Dan can see. That means their charset is us-ascii. Is the list set to some other language? Could you please post the configuration of the list, and an example message without

Re: [Mailman-Developers] Updated dupe removal patch

2002-03-04 Thread Ben Gertzfield
Marc == Marc MERLIN [EMAIL PROTECTED] writes: Barry Let's ignore the duplicate or missing Message-ID: issue for Barry now. The biggest problem I see is that 1) you lose all the Barry mappings if you restart your IncomingRunner ... Marc That's probably not a problem because 1)

Re: [Mailman-Developers] Missing footers with latest CVS

2002-03-04 Thread Dan Mick
Dan == Dan Mick [EMAIL PROTECTED] writes: Dan Well, so, one of them has no charset expressed at all that I Dan can see. That means their charset is us-ascii. Is the list set to some other language? Could you please post the configuration of the list, and an example message

Re: [Mailman-Developers] Missing footers with latest CVS

2002-03-04 Thread Tokio Kikuchi
Hi, Ben Gertzfield wrote: Dan == Dan Mick [EMAIL PROTECTED] writes: Dan Well, so, one of them has no charset expressed at all that I Dan can see. That means their charset is us-ascii. Well, people around in Japan still use older MUAs and don't add charset for Japanese

Re: [Mailman-Developers] Missing footers with latest CVS

2002-03-04 Thread Ben Gertzfield
Tokio == Tokio Kikuchi [EMAIL PROTECTED] writes: Dan Well, so, one of them has no charset expressed at all that I Dan can see. Ben That means their charset is us-ascii. Tokio Well, people around in Japan still use older MUAs and don't Tokio add charset for Japanese

Re: [Mailman-Developers] Missing footers with latest CVS

2002-03-04 Thread Ben Gertzfield
Dan == Dan Mick [EMAIL PROTECTED] writes: Ben Basically, we need to deal with the case where a list is Ben configured for something like iso-8859-2, but a user sends a Ben message in iso-8859-1, or utf-8, etc. In these cases, we Ben can't just tack the footer on -- we'll get a

Re: [Mailman-Developers] Missing footers with latest CVS

2002-03-04 Thread Stephen J. Turnbull
Ben == Ben Gertzfield [EMAIL PROTECTED] writes: Ben This would violate RFC 1522: That's right. People with broken mailers have broken mailers. Make sure that things are robust for those with decent software, and then do what we can for the former poor souls. Anyway, even my boss---who

[Mailman-Developers] Please Allow Me To Introduce Myself...

2002-03-04 Thread James J. Besemer
[... I'm a man of wealth and taste...] I recently started running a relatively small mailing list using Mailman and am quite happy with it. I am a proficient Python developer and the fact that Mailman is Python-based was one reason I chose it with entheusiasm. I hope that in my spare time

[Mailman-Developers] updated patch: remove member from all the lists

2002-03-04 Thread Marc MERLIN
This version of the patch add --fromall which lets you remove a specified Email from all your lists (replaces my _alllists_ special hack) --- ../../src/mailman-cvs/bin/remove_membersFri Sep 7 16:18:47 2001 +++ remove_members Mon Mar 4 23:02:17 2002 @@ -19,7 +19,7 @@ Remove members

[Mailman-Developers] buglet, changing options on an already deleted member

2002-03-04 Thread Marc MERLIN
I bring up an admin page, from the shell, I remove a user I change the user options in the web form, and click submit Traceback (most recent call last): File /var/local/mailman/scripts/driver, line 82, in run_main main() File /var/local/mailman/Mailman/Cgi/admin.py, line 166, in main

[Mailman-Developers] list_members doesn't return the whole membership list

2002-03-04 Thread Marc MERLIN
root@gandalf:/var/local/mailman/bin# ./dumpdb ../lists/test3/config.pck | grep user_options 'user_options': {'[EMAIL PROTECTED]': 266}, root@gandalf:/var/local/mailman/bin# ./list_members test3 root@gandalf:/var/local/mailman/bin# On bigger lists, list_members returns some of the list