[Mailman-Users] Changing MM variables

2004-03-14 Thread Anne Ramey
It appears that my predecessor in this position set up a list with a 
different MM-Posting-Addr from what it should be.  Is there any way for 
me to change this?

Anne Ramey

--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/


[Mailman-Users] Internal Server Error for Administrative Page

2004-03-14 Thread Andy Malato
Hi,


I have a working mailman installation and everything has pretty much
worked as it should.  The other day I noticed that when trying to login
to the administration page of one particular list I get an Internal
Server Error.  This is not the case with my other lists, all other lists
work without a problem.  I tried running check_db and list_members -i on
this list, but those tests came up clean.  Does anyone have any
suggestions or ideas as to what could be causing the admin page of this
list not to work?


Thanks,



---Andy

--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/


Re: [Mailman-Users] upgrade, problem with archives on vhost.

2004-03-14 Thread Tril
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Sun, Mar 14, 2004 at 02:28:27AM +, John R Pierce wrote:
 Hey.  I just upgraded my 2.0.x(3?) to 2.1.4, and after some struggle to get 
 it all working again, everything is flying, *except*...
 
 The lists that are on my 'native' domain are working great, but the ones on 
 my alternate virtual hostnames aren't linking to the archives properly.
 
 for instance,  on http://www.hogranch.com/mailman/listinfo/strawberry   the 
 archive link goes to http://www.hogranch.com/mailman/private/strawberry/ as 
 it should...
 
 But, on http://troop604.org/mailman/listinfo/families  the archives link is
 http://troop604.org/pipermail/
 
 which is obviously wrong.   AH, it seems if I set the archives to PRIVATE, 
 the link works (.../mailman/private/listname), but if its set to 'PUBLIC', 
 it comes up wrong.
 
 any clues? 

Looks like a bug in 2.1.4.
I made the following change to HTMLFormatter.py in the Mailman directory
which works for me.

- --- HTMLFormatter.pyMon Sep 29 08:01:22 2003
+++ HTMLFormatter.py.newSat Mar 13 20:58:13 2004
@@ -326,7 +326,7 @@
 return ('FORM Method=POST ACTION=%s' % full_url)

 def FormatArchiveAnchor(self):
- -return 'a href=%s' % self.GetBaseArchiveURL()
+return 'a href=%s' % (self.GetBaseArchiveURL() + self.internal_name() + 
'/')

 def FormatFormEnd(self):
 return '/FORM'


- -- 
Tril 0. Byte [EMAIL PROTECTED] http://tril.tunes.org/ 
PGP key fingerprint: DADB ED32 6E54 80D0 7E69  7549 C3A3 446F CAA4 66C0
This message is placed in the public domain.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQFAU+e5w6NEb8qkZsARAklsAKC4QR1/ESBFj42hnYLQsV5nzRH+PgCgnGIc
0+7KF60vs0qnUDp8qQWdsFo=
=CbIH
-END PGP SIGNATURE-

--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/


Re: [Mailman-Users] Internal Server Error for Administrative Page

2004-03-14 Thread Jon Carnes
On Thu, 2004-03-11 at 10:01, Andy Malato wrote:
 Hi,
 
 
 I have a working mailman installation and everything has pretty much
 worked as it should.  The other day I noticed that when trying to login
 to the administration page of one particular list I get an Internal
 Server Error.  This is not the case with my other lists, all other lists
 work without a problem.  I tried running check_db and list_members -i on
 this list, but those tests came up clean.  

Nice!

 Does anyone have any
 suggestions or ideas as to what could be causing the admin page of this
 list not to work?

Does the error have any detail in it?  Do the Mailman logs reveal any
details?  Have you run check_perms on the install?

Good luck - Jon Carnes


--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/