[Mailman-Developers] [ mailman-Bugs-615040 ] problem creating newlist

2002-10-27 Thread noreply
Bugs item #615040, was opened at 2002-09-26 12:22 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100103&aid=615040&group_id=103 Category: command line scripts >Group: 2.1 beta >Status: Closed >Resolution: Out of Date Priority: 5 Submitted By: Tim White (reverend_ti

Re: [Mailman-Developers] checkdbs

2002-10-27 Thread Barry A. Warsaw
Fixed in cvs. ___ Mailman-Developers mailing list [EMAIL PROTECTED] http://mail.python.org/mailman-21/listinfo/mailman-developers

Re: [Mailman-Developers] transcheck

2002-10-27 Thread Barry A. Warsaw
Fixed, thanks. ___ Mailman-Developers mailing list [EMAIL PROTECTED] http://mail.python.org/mailman-21/listinfo/mailman-developers

RE: [Mailman-Developers] 2.1b3 issue with text/html email.

2002-10-27 Thread Nick Arnett
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:mailman-developers-bounces@;python.org]On Behalf Of Chuq Von > Rospach ... > I've got one user who's email has been disappearing. turns out he's > sending email in text/html. Not M/A with a text and a plain part, but > strictly text/

[Mailman-Developers] Startup problems

2002-10-27 Thread Nick Arnett
I asked this on mailman-users and got one good hint, but I guess this is a more appropriate place. After upgrading to 2.1b2 (on Red Hat 7.2), during which I changed installation to /usr/local (from /var/local, I think), mailman is not starting when I boot, and when I use Linuxconf to do anything,

[Mailman-Developers] Translations via TP Robot? (Re: [Mailman-Announce] RELEASED Mailman2.1 beta 4)

2002-10-27 Thread Karl Eichwalder
[EMAIL PROTECTED] (Barry A. Warsaw) writes: This reminds me: > The usual assortment of bug fixes and language updates, some u/i > tweaks, as well as the following: [...] > - Internationalization > o New languages: Swedish. If you want to make use of the so call Translation

[Mailman-Developers] [ mailman-Bugs-629616 ] Invalid adminnotification

2002-10-27 Thread noreply
Bugs item #629616, was opened at 2002-10-28 01:43 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100103&aid=629616&group_id=103 Category: (un)subscribing Group: 2.1 beta Status: Open Resolution: None Priority: 5 Submitted By: Daniel Buchmann (avalon) Assigned to: N

[Mailman-Developers] [ mailman-Bugs-571636 ] Traceback in error log - bounce handling

2002-10-27 Thread noreply
Bugs item #571636, was opened at 2002-06-20 15:19 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100103&aid=571636&group_id=103 Category: bounce detection Group: 2.1 beta >Status: Closed Resolution: None Priority: 4 Submitted By: Daniel Buchmann (avalon) Assigned t

[Mailman-Developers] Bounce notifications

2002-10-27 Thread Danny Terweij
Hi, On the admin.bounce webpage : Should Mailman send you, the list owner, any bounce messages that failed to be detected by the bounce processor? Yes is recommended. (Details voor bounce_unrecognized_goes_to_list_owner) If set to "No", it still sends unrecognized bounce notifications to the lis

Re: [Mailman-Developers] transcheck

2002-10-27 Thread Simone Piunno
On Sun, Oct 27, 2002 at 03:31:03PM +0100, Danny Terweij wrote: > --- > [root@lnx mailman]# ./bin/transcheck -q nl > 578 warnings in 5 files > --- > > Witch warnings and how to fix ? try re-running without -q -- Adde parvum parvo magnus acervus erit. Simone Piunno, FerraraLUG - http://members.f

Re: [Mailman-Developers] transcheck

2002-10-27 Thread Danny Terweij
From: "Simone Piunno" <[EMAIL PROTECTED]> > they are 2 single quotes, e.g. '', and not one double quote, e.g. " :) '' and " looks almost the same on windows platform :( But after running : --- [root@lnx mailman]# ./bin/transcheck -q nl 578 warnings in 5 files --- Witch warnings and how to fix

Re: [Mailman-Developers] transcheck

2002-10-27 Thread Simone Piunno
On Sun, Oct 27, 2002 at 02:44:07PM +0100, Danny Terweij wrote: > Now i got this error : > > File "./transcheck", line 42 > def usage(code, msg="): -^^^ they are 2 single quotes, e.g. '', and not one double quote, e.g. " -- Adde parvum parvo magnus acervus erit. Si

Re: [Mailman-Developers] transcheck

2002-10-27 Thread Danny Terweij
From: "Danny Terweij" <[EMAIL PROTECTED]> > Thanx, i'll add the fix right now :) Now i got this error : File "./transcheck", line 42 def usage(code, msg="): ^ SyntaxError: invalid token ___ Mailman-Develop

Re: [Mailman-Developers] transcheck

2002-10-27 Thread Danny Terweij
From: "Simone Piunno" <[EMAIL PROTECTED]> > > transcheck from beta4 gives a error > in my case the problem was that the 1st line hasn't been substituted > with the right python location (I've configured and compiled > --with-python=/usr/bin/python2). > Probably you are in the same situation. Y

Re: [Mailman-Developers] transcheck

2002-10-27 Thread Simone Piunno
On Sun, Oct 27, 2002 at 12:21:57AM +0200, Danny Terweij wrote: > transcheck from beta4 gives a error > > ./transcheck > File "./transcheck", line 47 > print >> fd, _(__doc__) >^ > SyntaxError: invalid syntax me too. in my case the problem was that the 1st line hasn't been subs