Re: [Mailman-Users] Doubts

2003-02-08 Thread John W. Baxter
On Thursday 30 January 2003 10:12, Jon Carnes wrote: > I am amazed and astounded - and even more impressed with Cygwin! > How well does the Exim install work? Does it handle email quickly? > > I've got to try this one out. Exim (recent versions) seems happy with Cygwin...including the necessary

[Mailman-Users] Mailman 2.1.1 and htdig

2003-02-08 Thread Paul Kleeberg
If I wish to use htdig with Mailman 2.1.1, what patches will I need to apply? (And I just got it working .) Paul At 8:39 PM -0500 2/8/03, Barry A. Warsaw wrote: I've released Mailman 2.1.1 which includes many bug fixes and language updates. This release includes a fix for the cross-site script

Re: [Mailman-Users] RELEASED Mailman 2.1.1

2003-02-08 Thread Barry A. Warsaw
> "MD" == Matthew Davis <[EMAIL PROTECTED]> writes: | -rw-rw-r--1 mailman2 mailman2 1281185 Feb 8 19:41 | mailman-2.1-2.1.1-diff.txt MD> 1.2 meg for a patch, yikes! Looks like the majority of the MD> patch is the language updates. Unfortunately so. At some point I'll

Re: [Mailman-Users] RELEASED Mailman 2.1.1

2003-02-08 Thread Matthew Davis
-rw-rw-r--1 mailman2 mailman2 1281185 Feb 8 19:41 mailman-2.1-2.1.1-diff.txt 1.2 meg for a patch, yikes! Looks like the majority of the patch is the language updates. * Barry A. Warsaw ([EMAIL PROTECTED]) wrote: > snip snip > 2.1.1 (08-Feb-2003) >

[Mailman-Users] RELEASED Mailman 2.1.1

2003-02-08 Thread Barry A. Warsaw
I've released Mailman 2.1.1 which includes many bug fixes and language updates. This release includes a fix for the cross-site scripting vulnerability, a fix for the cookie problem, any many other bugs. I recommend that all Mailman 2.1 users upgrade to this release. As usual, I've made both a f

Re: [Mailman-Users] Trouble getting htdig to work

2003-02-08 Thread Paul Kleeberg
At 11:19 PM + 2/8/03, Richard Barrett wrote: At 22:57 08/02/2003, Paul Kleeberg wrote: Hooray! (And thank you) It works! ...but there is still a troubling message... htdig'ing archive of list: /usr/bin/rundig: line 48: 1425 Aborted $BINDIR/htnotify $opts Warning: T

Re: [Mailman-Users] Trouble getting htdig to work

2003-02-08 Thread Richard Barrett
At 22:57 08/02/2003, Paul Kleeberg wrote: Hooray! (And thank you) It works! ...but there is still a troubling message... At 6:23 PM + 2/8/03, Richard Barrett wrote: At 16:53 08/02/2003, Paul Kleeberg wrote: I am attempting to get htdig to work on a RedHat 8.0 system with Apache 2.0, htd

Re: [Mailman-Users] Trouble getting htdig to work

2003-02-08 Thread Paul Kleeberg
Hooray! (And thank you) It works! ...but there is still a troubling message... At 6:23 PM + 2/8/03, Richard Barrett wrote: At 16:53 08/02/2003, Paul Kleeberg wrote: I am attempting to get htdig to work on a RedHat 8.0 system with Apache 2.0, htdig 3.2.0 and Mailman 2.1 [install steps de

Re: [Mailman-Users] Mailman stat's

2003-02-08 Thread Simon White
07-Feb-03 at 11:42, John Locke ([EMAIL PROTECTED]) wrote : > Hello, Simon, > > I've got other stuff going on right now, but I saved your message with > your scripts, and plan to evaluate them/convert them for PHP/MySQL when > I get a chance. (probably not this week!) Thanks for letting me know. I

[Mailman-Users] error at make install

2003-02-08 Thread Sakalis Georgios
wile I am trying to install mailman 2.1 on an SGI O2 i get this error Creating language directory /usr/local/mailman/ru Creating language directory /usr/local/mailman/sv Cannot create directory "/usr/local/mailman/messages/de": File exists Cannot create /usr/local/mailman/messages/de/#inst.182054#

Re: [Mailman-Users] Trouble getting htdig to work

2003-02-08 Thread Richard Barrett
At 16:53 08/02/2003, Paul Kleeberg wrote: I am attempting to get htdig to work on a RedHat 8.0 system with Apache 2.0, htdig 3.2.0 and Mailman 2.1 I installed the 4 patches (668685, 661138, 444879 & 444884) to Mailman 2.1 to create the searchable archives for Mailman with htdig, and then reins

Re: [Mailman-Users] Normal mails changed to MIME mail

2003-02-08 Thread Matthias Juchem
On Saturday, 8. February 2003 05:01, Barry A. Warsaw wrote: > > "MJ" == Matthias Juchem <[EMAIL PROTECTED]> writes: > > MJ> I thought that the language setting only affects the language > MJ> and not the charset... > > It has to because the character set used must match the characters >

Re: [Mailman-Users] bin/newlist -> ImportError: No module named None

2003-02-08 Thread Matthias Juchem
On Saturday, 8. February 2003 17:28, Barry A. Warsaw wrote: > > "MJ" == Matthias Juchem <[EMAIL PROTECTED]> writes: > > MJ> MTA = 'None' > > Whoops! None is a special value in Python and shouldn't be quoted. > Change that to > > MTA = None > > and you should be good to go. Ok, works

[Mailman-Users] Trouble getting htdig to work

2003-02-08 Thread Paul Kleeberg
I am attempting to get htdig to work on a RedHat 8.0 system with Apache 2.0, htdig 3.2.0 and Mailman 2.1 I installed the 4 patches (668685, 661138, 444879 & 444884) to Mailman 2.1 to create the searchable archives for Mailman with htdig, and then reinstalled mailman. Created the link: ln -s

Re: [Mailman-Users] bin/newlist -> ImportError: No module named None

2003-02-08 Thread Barry A. Warsaw
> "MJ" == Matthias Juchem <[EMAIL PROTECTED]> writes: MJ> MTA = 'None' Whoops! None is a special value in Python and shouldn't be quoted. Change that to MTA = None and you should be good to go. -Barry -- Mailman-Users mailing li

Re: [Mailman-Users] Archiving doesn't work + National chars inpasswords

2003-02-08 Thread Peter Bengtson
There are no mails in the queue, so that's not the answer either (I wouldn't report this as a bug or configuration issue if I hadn't checked the most obvious things first). My guess, as a programmer, is that something was changed in one of the late betas. The error message > AttributeError: '

Re: [Mailman-Users] bin/newlist -> ImportError: No module named None

2003-02-08 Thread Matthias Juchem
On Saturday, 8. February 2003 05:20, Barry A. Warsaw wrote: > > "MJ" == Matthias Juchem <[EMAIL PROTECTED]> writes: > > MJ> When doing a bin/newlist, I get an 'ImportError: No module > MJ> named None'. > > Did you set the MTA variable in mm_cfg.py or Defaults.py? Well, I've set it acco

Re: [Mailman-Users] Archiving doesn't work + National chars inpasswords

2003-02-08 Thread Jon Carnes
That being the case (it was working then it simply stopped) the problem must be one of the emails in the queue. On Sat, 2003-02-08 at 06:42, Peter Bengtson wrote: > Python 2.2 is indeed installed, so that can't be the issue. > bin/check_perms reveals no problems either. > > I've used the 2.1 alp

Re: [Mailman-Users] Archiving doesn't work + National charsinpasswords

2003-02-08 Thread Danny Terweij
> Jon Carnes wrote: > > What version of Python do you have installed? Mailman v2.1.x needs > > Python 2.2.x > > > > It looks like you have a Python module that is incompatible with Mailman > > v2.1: > >year, mon, day, hh, mm, ss, wday, ydat, dst = time.strptime(date) > >AttributeError: 'm

Re: [Mailman-Users] Archiving doesn't work + National chars inpasswords

2003-02-08 Thread Peter Bengtson
Python 2.2 is indeed installed, so that can't be the issue. bin/check_perms reveals no problems either. I've used the 2.1 alphas and betas for a long time without any problems. The archives stopped working fairly lately, but I'm not sure it happened when installing 2.1. It might have been a lit