[Mailman-Developers] Python versions (was: Re: RELEASED Mailman 2.1.5)

2004-05-20 Thread Daniel Buchmann
On Tue, 2004-05-18 at 08:28, Ricardo wrote: > > Dang, dang, dang. It's getting quite untenable to continue to support > > older Pythons, even in the Mailman 2.1 branch. Given that Python 2.1 > > and 2.2 are no longer being supported by the PSF, I've very tempted to > > require Python 2.3 for some

Re: A bug (was: [Mailman-Developers] Re: 'empty module name' error and shunting)

2003-10-17 Thread Daniel Buchmann
On Fri, 2003-10-17 at 22:46, Barry Warsaw wrote: > On Fri, 2003-10-17 at 16:34, Daniel Buchmann wrote: > > > Unfortunately, there is a bug when upgrading lists (at least from MM > > 2.1.2) to the Release_2_1-maint branch. > > It seems to be caused by the lates

A bug (was: [Mailman-Developers] Re: 'empty module name' error and shunting)

2003-10-17 Thread Daniel Buchmann
I was just about to report this, so here goes... On Fri, 2003-10-17 at 18:41, Barry Warsaw wrote: > On Fri, 2003-10-17 at 12:34, Marc MERLIN wrote: > > > Oops, forgot the most important. > > I upgraded to cvs (2.2a0) and the problem was still there. > > > > The patch applied to 2.2a0 and fixed

Re: [Mailman-Developers] Held messages for approval

2003-08-24 Thread Daniel Buchmann
On Wed, 2003-08-20 at 18:16, Kory Wheatley wrote: > Hi Everyone, > > I have a question about the removal of held messages, is there a way to > automatically remove held messages that have been in a mailing list for > a certain number of days ( I have been going in to /home/mailman/data > and using

[Mailman-Developers] Mailman's CGI doesn't seem to handle thePROPFIND HTTP Request Method

2003-08-07 Thread Daniel Buchmann
nux PHP/4.1.2 admin(18164): SCRIPT_FILENAME: /usr/lib/cgi-bin/mailman/admin admin(18164): SERVER_ADMIN: [EMAIL PROTECTED] admin(18164): SCRIPT_NAME: /mailman/admin admin(18164): SERVER_SIGNATURE: admin(18164): REQUEST_METHOD: PROPFIND ... --- Mailman's traceback --- -- Daniel Buc

Re: [Mailman-Developers] Changing the default template for new lists.

2003-07-24 Thread Daniel Buchmann
On Thu, 2003-07-24 at 23:44, Mike Lucas wrote: > Anyone know how to change the defualt setting for a new list when it is > created using the newlist script. Default settings are specified in mm_cfg.py in the Mailman/ directory. See Defaults.py in the same directory for possible values. :) -Dan

[Mailman-Developers] moving a list to a new version (was: alternateroot for mailman - part 2)

2003-06-14 Thread Daniel Buchmann
On Tue, 2003-06-10 at 21:59, Barry Warsaw wrote: > > I still need to know how to convert existing lists from one > > version to other (2.0.8 to 2.1.2) as well as from one system > > to other. How do I change the host system in each list's > > configuration? > > Upgrading is simple. First move th

Re: [Mailman-Developers] Serious bug shunting messages

2003-03-13 Thread Daniel Buchmann
On Wed, 2003-03-12 at 23:03, Barry A. Warsaw wrote: > > Peer's been haranguing me about similar problems for weeks. I > /think/ I might have a solution but I want to test it a little bit > more before I commit it to the head. I need to backport a bunch of > head changes to the maint branch. We

[Mailman-Developers] Serious bug shunting messages

2003-03-12 Thread Daniel Buchmann
Sorry, didn't have the time to look if there already was a bug report on SF for this one... I'm getting this traceback and a lot of files in qfiles/shunt/, seems to be something with digests and i18n? List language is Norwegian. Mar 12 22:47:24 2003 (10688) Traceback (most recent call last): Fi

[Mailman-Developers] Hold-for-approval in MM 2.1

2003-02-25 Thread Daniel Buchmann
Is there a way of specifying a list of addresses that is ALWAYS able to post to a list without their post being held for approval? How? Where? Adding email addresses to the "accept_these_nonmembers" is not enough, because other filters take precedence... Is there a way of rearranging filter appli

Re: [Mailman-Developers] checkdbs UnicodeError

2003-02-06 Thread Daniel Buchmann
x27; % fullname > pending.append('%s%s %s' % (addr, fullname, time.ctime(when))) > first = 1 > > === > > Daniel Buchmann wrote: > > I was the puzzled receiver of these words this morning: > > > > Traceback (most recent call last)

[Mailman-Developers] checkdbs UnicodeError

2003-02-06 Thread Daniel Buchmann
I was the puzzled receiver of these words this morning: Traceback (most recent call last): File "/home/mailman/cron/checkdbs", line 136, in ? main() File "/home/mailman/cron/checkdbs", line 80, in main text += '\n' + pending_requests(mlist) File "/home/mailman/cron/checkdbs", line 12

Re: [Mailman-Developers] 2.1b4+ evaluation order glitch.

2002-11-04 Thread Daniel Buchmann
I'm also having a problem with the evaluation order. I have messages that get held for approval, even though they would've been auto-discarded by my sender filters. This is probably because I have "Must posts have list named in destination (to, cc) field" set to yes, which is probably evaluated bef

Re: [Mailman-Developers] No archive updates b4+

2002-10-30 Thread Daniel Buchmann
It can't be a general b4+ problem, because my 2.1b4+ installation doesn't have this problem, neither does python.org... (look at the mailman-developers archive.. your latest messages are in it... ;) Danny wrote: > Hi, > > b4+ does not update the archives with new messages (pipermail). > > My /qfi

Re: [Mailman-Developers] Anti-spam "killer app"?

2002-08-22 Thread Daniel Buchmann
While reading the article by Paul Graham, something came to my mind; what will happen if the user is not english? Let's say 99.99% of all spam is in english (which is my experience), and my mother tongue is norwegian. ;) Let's also say that I usually never receive mails written in english. The B

Re: [Mailman-Developers] Maildir delivery

2002-08-08 Thread Daniel Buchmann
On Fri, 2002-08-09 at 01:31, Barry A. Warsaw wrote: > Where should I go from here? I'm willing to put up a patch set on SF > if folks want to play with it. I'm also willing to check it into cvs, > but /only/ if it's labeled experimental for MM2.1. I think this could > improve the efficiency of

Re: [Mailman-Developers] 2.1b2-production ready?

2002-07-23 Thread Daniel Buchmann
On Wed, 2002-07-24 at 06:43, Barry A. Warsaw wrote: > > We're using 2.1cvs in production on python.org (for this list in > fact), so it's stable enough. There are still a few rough edges here > and there, but I'm watching it closely and trying to keep it patch. I'm also using 2.1cvs in producti

[Mailman-Developers] Archive trouble

2002-04-26 Thread Daniel Buchmann
[CVS Mailman, python 2.2] I'm having serious problems generating the archive of one of my mailing lists. The mbox for the list has 401 messages, but bin/arch stops at message #311. No error or traceback occurs. If I try "bin/arch -s 312 ", nothing happens. (I only get the "Pickling archive state

Re: [Mailman-Developers] 2.0.x qrunner bug (bad one)

2002-04-02 Thread Daniel Buchmann
Chuq Von Rospach wrote: > > I've just identified a pretty bad bug in mailman 2.0.x qrunner. It can Just wanted to confirm this bug. My server is not exactly high-volume, but I now discovered I have gotten this error ONCE on ONE list since August 2001. :) January 13th, the following happened: l

Re: [Mailman-Developers] config_list

2002-03-29 Thread Daniel Buchmann
Ron Jarrell wrote: > BTW, am I just missing it, or is config_list the only place you > can change default_member_moderation? I didn't see a likely checkbox > in the cgi screens... Looks like you've missed something, because the privacy/sender screen has it all... (Privacy Options -> Sender Fil

Re: [Mailman-Developers] too much translation?

2002-03-14 Thread Daniel Buchmann
"Barry A. Warsaw" wrote: > > > "F" == Fil <[EMAIL PROTECTED]> writes: > > F> ==> /home/mailman/logs/subscribe <== Mar 14 11:49:35 2002 > F> (27832) menteur: deleted [EMAIL PROTECTED]; Par la page des > F> options des abonnés > > my-high-school-Spanish-teacher-would-be-so-proud-

[Mailman-Developers] [patch] A few typos

2002-01-04 Thread Daniel Buchmann
I found a few typos in current CVS. Patch attached. Details: 1. Mailman/Cgi/admindb.py:193, messages/mailman.pot:640 Wrong variable name. "esender" should be "sender" 2. templates/en/admindbpreamble.html:2 "...held for you approval..." should be "...held for your approval..." 3. cr

[Mailman-Developers] A few bugs and some thoughts

2001-11-12 Thread Daniel Buchmann
[this is all about latest CVS, MM2.1a3+] 1. A bug: If digest-mode is disabled for a list, and a member tries to turn it on, a Mailman bug appears: Traceback (most recent call last): File "/home/mailman/scripts/driver", line 96, in run_main main() File "/home/mailman/Mailman/Cgi/opt

[Mailman-Developers] cron/checkdbs error

2001-11-06 Thread Daniel Buchmann
If there are subscription/unsubscription requests waiting, but no moderated posts waiting for approval, cron/checkdbs gives me this error: Traceback (most recent call last): File "cron/checkdbs", line 104, in ? main() File "cron/checkdbs", line 67, in main text = text + '\n' + pending

[Mailman-Developers] (Current CVS version) cron/mailpasswds and edit HTML errors

2001-11-05 Thread Daniel Buchmann
error in cron/mailpasswds: [mailman@testbox ~]$ cron/mailpasswds Traceback (most recent call last): File "cron/mailpasswds", line 173, in ? main() File "cron/mailpasswds", line 82, in main sitelist = MailList.MailList(mm_cfg.MAILMAN_SITE_LIST, lock=0) File "/home/mailman/Mailman/Ma