Re: [Mailman-Developers] Uh oh, import error on ArchiverMailbox with 2.1a3

2001-10-25 Thread Barry A. Warsaw
> "B" == Bob <[EMAIL PROTECTED]> writes: B> Oct 26 01:14:10 2001 (32744) CORRUPT ARCHIVE FOR LIST: csc You'll get those error messages when an uncaught exception happens during archiving. It generally means you need to re-run bin/arch because the incremental archiver missed some messa

Re: [Mailman-Developers] New Pipermail hacks (was Re: Ok, it works! ...)

2001-10-25 Thread David Champion
On 2001.10.25, in <[EMAIL PROTECTED]>, "Ben Gertzfield" <[EMAIL PROTECTED]> wrote: > > Here's a patch that actually throws out all-HTML emails, but just > removes HTML parts. > > Actually, why don't we just decode HTML attachments like any other, > and let the user beware if they want

Re: [Mailman-Developers] Uh oh, import error on ArchiverMailbox with 2.1a3

2001-10-25 Thread Bob [EMAIL PROTECTED]
Barry A. Warsaw wrote: > > > "B" == Bob <[EMAIL PROTECTED]> writes: > > B> ImportError: cannot import name ArchiverMailbox > > Isn't that class in your Mailman/Mailbox.py file? Looking at Mailbox.py now - yup, seems to be in there. Here's a little more info: Any more messages I post

Re: [Mailman-Developers] Uh oh, import error on ArchiverMailbox with 2.1a3

2001-10-25 Thread Barry A. Warsaw
> "B" == Bob <[EMAIL PROTECTED]> writes: B> ImportError: cannot import name ArchiverMailbox Isn't that class in your Mailman/Mailbox.py file? -Barry ___ Mailman-Developers mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listin

Re: [Mailman-Developers] comments on mailman2.1a3

2001-10-25 Thread Barry A. Warsaw
> "B" == Bob <[EMAIL PROTECTED]> writes: B> ANother thing you might want to fix in the docs is the order of B> installation. B> For example, it tells you how to install mailman, then talks B> about the postfix MTA thing. I had to go back and ./configure B> again using

[Mailman-Developers] Uh oh, import error on ArchiverMailbox with 2.1a3

2001-10-25 Thread Bob [EMAIL PROTECTED]
This just came on my screen: Traceback (most recent call last): File "/home/csc/mailman/Mailman/Archiver/Archiver.py", line 181, in ArchiveMail import HyperArch File "/home/csc/mailman/Mailman/Archiver/HyperArch.py", line 41, in ? import HyperDatabase File "/home/csc/mailman/Mailman

[Mailman-Developers] regexp on body checks

2001-10-25 Thread Bob [EMAIL PROTECTED]
I'm searching through the admin area of 2.1a3, and I can't seem to find where the body checks are done. I remember a recent discussion that 2.1 could look for a string in the body of a message (like the footer of a quoted digest), and reject the message if it matched. Bob __

Re: [Mailman-Developers] comments on mailman2.1a3

2001-10-25 Thread Bob [EMAIL PROTECTED]
Hi Barry, ANother thing you might want to fix in the docs is the order of installation. For example, it tells you how to install mailman, then talks about the postfix MTA thing. I had to go back and ./configure again using the recommendation there. Bob ___

Re: [Mailman-Developers] mailman 2.0.6 problem

2001-10-25 Thread Barry A. Warsaw
> "KW" == Kory Wheatley <[EMAIL PROTECTED]> writes: KW> The web interface works fine, I just can't receive email from KW> the lists, KW> The /var/log/maillog logfile also does not report any errors. KW> Any solutions? Are your aliases set up correctly? Here's a way to s

Re: [Mailman-Developers] Re: Mailman and cookies.

2001-10-25 Thread Barry A. Warsaw
> "MM" == Marc MERLIN <[EMAIL PROTECTED]> writes: MM> It seems that it will solve my problem too. Thanks. (I won't MM> be able to tell right away, because I can't reproduce it MM> myself and I only get a report of this every so often, out of MM> thousands of list admins) Co

Re: [Mailman-Developers] comments on mailman2.1a3

2001-10-25 Thread Barry A. Warsaw
> "KPC" == Kaja P Christiansen <[EMAIL PROTECTED]> writes: KPC> - after the installation of email package, the test - as KPC> recommended by INSTALL - returns email.__version__ 0.92 (and KPC> not 0.93). Yep, I forgot to update that. Fixed in email-0.94 KPC> - no problems w

Re: [Mailman-Developers] Cookie bug in 2.1a3+

2001-10-25 Thread Barry A. Warsaw
> "B" == Bob <[EMAIL PROTECTED]> writes: B> Just hit this one when I tried to view the private archives: Fixed in CVS. ___ Mailman-Developers mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-developers

[Mailman-Developers] Lots of dup Rcv: headers?

2001-10-25 Thread Bob [EMAIL PROTECTED]
Ok, here's another oddity. In a 2.1a3 list, it looks like the Received: headers are being duplicated: Received: by main.nlenet.net (mbox bob) (with Cubic Circle's cucipop (v1.31 1998/05/13) Thu Oct 25 22:58:50 2001) X-From_: [EMAIL PROTECTED] Thu Oct 25 22:57:57 2001 Return-Path: <[EMAIL PROT

Re: [Mailman-Developers] Cookie bug in 2.1a3+

2001-10-25 Thread Bob [EMAIL PROTECTED]
Hi Dan, Thanks for the quick reply. Hmm, I thought I -just- did update everything from the cvs.. Never used CVS before, but I just executed the commands: cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/mailman co mailman (as root, sitting in my $prefix directory) Did I do wrong? Bob

Re: [Mailman-Developers] New Pipermail hacks (was Re: Ok, it works!...)

2001-10-25 Thread Ben Gertzfield
Barry, thanks lots for the great work! I love how the email module has turned out, and the function names you chose really ended up making sense. Anyway, I installed the latest mailman CVS and the email module from the misc/ directory, and successfully created a list with the new install. Here'

Re: [Mailman-Developers] Cookie bug in 2.1a3+

2001-10-25 Thread Dan Mick
Yeah, I found this one last night. Fixed in CVS. You can just delete that import line from private.py. > Just hit this one when I tried to view the private archives: > > Bug in Mailman version 2.1a3 > > We're sorry, we hit a bug! > > If you would like to help us identify the problem, please e

[Mailman-Developers] Cookie bug in 2.1a3+

2001-10-25 Thread Bob [EMAIL PROTECTED]
Just hit this one when I tried to view the private archives: Bug in Mailman version 2.1a3 We're sorry, we hit a bug! If you would like to help us identify the problem, please email a copy of this page to the webmaster for this site with a description of what happened. Thanks! Traceback: Tra

[Mailman-Developers] Re: Mailman-Developers digest, Vol 1 #1052 - 15 msgs

2001-10-25 Thread Jeremy Hylton
Can you recommend a tool for edit and/or printing the XML document? Jeremy ___ Mailman-Developers mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-developers

[Mailman-Developers] mailman 2.0.6 problem

2001-10-25 Thread Kory Wheatley
I install Mailman 2.0.6 on a p600 10gb hard drive, 128mb, with RED HAT 7.2. The web interface works fine, I just can't receive email from the lists, when I subscribe a user they do receive a welcome message, but when they try to post a message to the list it's never received by any of the list

Re: [Mailman-Developers] Re: Mailman and cookies.

2001-10-25 Thread Marc MERLIN
On Thu, Oct 25, 2001 at 02:17:35AM -0400, Barry A. Warsaw wrote: > Interesting. I wonder why you don't get a segfault. Could be your > platform is a bit more resilient about the corrupted memory? Or maybe > you /are/ segfaulting, but you've got core size limits or other > restrictions preventin

[Mailman-Developers] comments on mailman2.1a3

2001-10-25 Thread Kaja P. Christiansen
Thanks for all new stuff in mailman2.1a3; it looks really good. I installed it ~mailman2 and on a different web server than our production version. Here are a few comments: - after the installation of email package, the test - as recommended by INSTALL - returns email.__version__ 0.92 (and

Re: [Mailman-Developers] Reusing mailman login/pass or cookie ?

2001-10-25 Thread Barry A. Warsaw
> "AH" == Adam Hupp <[EMAIL PROTECTED]> writes: AH> It's convoluted but works well so far. Once I get around to AH> it I would like to rewrite it for Zope, basically as an nntp AH> reader that can authenticate users from Mailman. Neat. You might also be interested in Mailman/P

[Mailman-Developers] bug in alpha 3 (bin/syncmembers

2001-10-25 Thread Fil
bin/sync_members -w=n --notifyadmin=no -f subscribers.txt list Traceback (most recent call last): File "bin/sync_members", line 250, in ? main() File "bin/sync_members", line 184, in main filemembers = Utils.ParseAddrs(filemembers) AttributeError: 'Mailman.Utils' module has no attribu