[Mailman-Users] Variables interpretation in archive templates

2006-09-19 Thread Frederik Questier
Hi,

I want to have the date of the messages displayed in the archive index entry
and the description or the subject_prefix of the list in the archive toc.

I can get adaptions of the templates nicely working,
but I can't get any of these interpreted:

%(datestr_html)s   in mailman/templates/en/archidxentry.html
%(description)sin mailman/templates/en/archtocnombox.html
%(subject_prefix)s in mailman/templates/en/archtocnombox.html

Will things like these (examples from mailman as distributed) *do* work:
%(datestr_html)s in mailman/templates/en/article.html
%(subject_html)s in mailman/templates/en/article.html
%(description)s  in mailman/templates/en/article.html/admindbpreamble.html


What should I do to get the first examples interpreted by mailman/bin/arch ?
Using other variables, or adapt mailman/bin/arch or...?

Thanks


--
Frederik Questier
http://questier.com
--
Mailman-Users mailing list
Mailman-Users@python.org
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/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


Re: [Mailman-Users] can't call command line functions from php

2006-09-19 Thread Anne Ramey

Mark Sapiro wrote:
 Anne Ramey wrote:

   
 I have my php script running as a user in the mailman group, but when I
 try to do:
//add user to Admin email list
$command = /usr/local/mailman/bin/add_members -r .$Filename. 
 admins;
system($command, $status);

 I get a status of 1 returned to me and it doesn't add the users.  
 
 and:

   
 My safe_mode is Off.  There are no errors in my http log and none output 
 to the screen.  I can run other commands with system and 
 shell_exec...just not any mailman commands.
 


 Are you sure you're executing the command as the mailman group?

 Try

 chmod g+s /usr/local/mailman/bin/add_members

 and see if that helps. If it does, the problem is with the group
 executing the command.


   
That did not help.  Does anyone have any other ideas?  If it were all 
system commands, that would be one thing, but it appears to be just mailman.

Anne
--
Mailman-Users mailing list
Mailman-Users@python.org
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/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


Re: [Mailman-Users] can't call command line functions from php

2006-09-19 Thread Anne Ramey

Mark Sapiro wrote:
 Anne Ramey wrote:

   
 I have my php script running as a user in the mailman group, but when I
 try to do:
//add user to Admin email list
$command = /usr/local/mailman/bin/add_members -r .$Filename. 
 admins;
system($command, $status);

 I get a status of 1 returned to me and it doesn't add the users.  
 
 and:

   
 My safe_mode is Off.  There are no errors in my http log and none output 
 to the screen.  I can run other commands with system and 
 shell_exec...just not any mailman commands.
 


 Are you sure you're executing the command as the mailman group?

 Try

 chmod g+s /usr/local/mailman/bin/add_members

 and see if that helps. If it does, the problem is with the group
 executing the command.

 You don't want to leave add_members as SETGID if non Mailman admins
 have shell access to your box as SETGID will allow anyone to
 successfully run the command.
   
That didn't help.  I have found an error:
IOError: [Errno 13] Permission denied: 
'/usr/local/mailman/lists/mailman/config.pck'
it was in my main apache log, not the log for the virtual server I am 
running the command off of.  What I get permission denied to depends on 
what command I'm trying to run.  Sometimes it's a lock file.  If it's a 
group thing, I don't understand why--my perl scripts can run these 
commands fine, but my php cannot.  They both run from the same web 
server, so they'll both be running as the same user. 

Anne
--
Mailman-Users mailing list
Mailman-Users@python.org
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/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


Re: [Mailman-Users] can't call command line functions from php

2006-09-19 Thread Anne Ramey

Mark Sapiro wrote:
 Anne Ramey wrote:

   
 I have my php script running as a user in the mailman group, but when I
 try to do:
//add user to Admin email list
$command = /usr/local/mailman/bin/add_members -r .$Filename. 
 admins;
system($command, $status);

 I get a status of 1 returned to me and it doesn't add the users.  
 
 and:

   
 My safe_mode is Off.  There are no errors in my http log and none output 
 to the screen.  I can run other commands with system and 
 shell_exec...just not any mailman commands.
 


 Are you sure you're executing the command as the mailman group?

 Try

 chmod g+s /usr/local/mailman/bin/add_members

 and see if that helps. If it does, the problem is with the group
 executing the command.

 You don't want to leave add_members as SETGID if non Mailman admins
 have shell access to your box as SETGID will allow anyone to
 successfully run the command.
   
Sorry for the multitude of emails, but I'm hammering on this and keep 
finding out new tidbits.  The scripts only work as mailman and root on 
this machine...it is the live server (this is the test) that can 
successfully run from the perl scripts.  So my issue is different than I 
thought.  My check_perms gives me No problems found.  I have added a 
couple of users to the mailman group, I've tried the chmod g+s for all 
the scripts.  All to no effect.  I'm beginning to wonder if it may be a 
systems issue--something wrong with the way it's handling group permissions.

Anne
--
Mailman-Users mailing list
Mailman-Users@python.org
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/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


Re: [Mailman-Users] can't call command line functions from php

2006-09-19 Thread Tokio Kikuchi
 couple of users to the mailman group, I've tried the chmod g+s for all 
 the scripts.  All to no effect.  I'm beginning to wonder if it may be a 
 systems issue--something wrong with the way it's handling group permissions.

Scripts can't be run under setuid/setgid on *nix systems.  You may have 
to change the user's primary group as mailman or use newgrp command on 
solaris.

-- 
Tokio Kikuchi, [EMAIL PROTECTED]
http://weather.is.kochi-u.ac.jp/
--
Mailman-Users mailing list
Mailman-Users@python.org
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/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


Re: [Mailman-Users] Bug in Mailman version 2.1.5

2006-09-19 Thread Stefan Grote
Mark Sapiro schrieb:

Stefan Grote wrote:
  

okay, but my Mailman error log is empty and my apache logs are empty too.




This can happen for a few reasons, but the most likely is a syntax
error in mm_cfg.py.

  

i don't touch the config. its ah fresh install from a Debian packet...
any ideas anyway?
--
Mailman-Users mailing list
Mailman-Users@python.org
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/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


Re: [Mailman-Users] Bug in Mailman version 2.1.5

2006-09-19 Thread Oleg Dambaev
Stefan Grote wrote:
 Mark Sapiro schrieb:

   
 Stefan Grote wrote:
  

 
 okay, but my Mailman error log is empty and my apache logs are empty too.


   
 This can happen for a few reasons, but the most likely is a syntax
 error in mm_cfg.py.

  

 
 i don't touch the config. its ah fresh install from a Debian packet...
 any ideas anyway?

   

Good practice after a new install do $PREFIX/bin/check_perms and 
$PREFIX/bin/check_perms -f and try creating default (initial) list 
`mailman' with `$PREFIX/bin/newlist mailman`

Try this, may help.
--
Mailman-Users mailing list
Mailman-Users@python.org
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/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


[Mailman-Users] List My Other Subscriptions Not working

2006-09-19 Thread Dave Troiano
Hi all,

As list admin for over 90 lists, I have the need to
frequently perform an inquiry to see which lists a
member is subscribed to. 

As suggest here, this option is an ideal solution:


By extension, an admin of any list can go to the
membership list pages
and click any members address to get the members
options page and then
click the List my other subscriptions button to get
the names of all
the lists to which the member belongs.


But, my problem is that this is not working. I have
version 2.1.8.

When I try to do this, I receive the following error
message:

Note: The list administrator may not view the other
subscriptions for 
this
user.

It seems like this should work, and I should not be
receiving this 
error
message. Does anyone know of a way to resolve this
issue so that I may 
see
what other lists a specific member is on?

Please help!

Thank you in advance for any help.

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
--
Mailman-Users mailing list
Mailman-Users@python.org
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/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


[Mailman-Users] invalid checksum while doing portinstall

2006-09-19 Thread Zbigniew Szalbot
Hello,

I have a problem installing mailman under FreeBSD 6.1. When I go to ports 
to install mailman, it gives me an error message about invalid checksum.

Distinfo file shows the following):

MD5 (mailman/mailman-2.1.9rc1.tgz) = 26c94b95b0ce3b4403314dbc900f672d
SHA256 (mailman/mailman-2.1.9rc1.tgz) = 
941f255d99ebbfa7a351dfa52c43684598d78afc
21204fa240c8bb51a3175f46
SIZE (mailman/mailman-2.1.9rc1.tgz) = 7851444

and installation is halted by the following error:

===  Extracting for mailman-with-htdig-2.1.9.r1
= MD5 Checksum OK for mailman/mailman-2.1.9rc1.tgz.
= SHA256 Checksum OK for mailman/mailman-2.1.9rc1.tgz.
= No MD5 checksum recorded for mailman/indexing-2.1.6-0.1.patch.gz.
= No SHA256 checksum recorded for mailman/indexing-2.1.6-0.1.patch.gz.
= No suitable checksum found for mailman/indexing-2.1.6-0.1.patch.gz.
= No MD5 checksum recorded for mailman/htdig-2.1.6-0.1.patch.gz.
= No SHA256 checksum recorded for mailman/htdig-2.1.6-0.1.patch.gz.
= No suitable checksum found for mailman/htdig-2.1.6-0.1.patch.gz.
*** Error code 1

Stop in /usr/ports/mail/mailman.
** Command failed [exit code 1]: /usr/bin/script -qa 
/tmp/portinstall.86052.0 env make WITH_HTDIG=1
** Fix the problem and try again.
** Listing the failed packages (*:skipped / !:failed)
 ! mail/mailman  (unknown build error)
---  Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed

Could anyone offer any advice on how to install mailman? I tried deleting 
the distinfo file and using cvsup to generate a new one but it has not 
helped either.

Many thanks for your help.

Warm regards,


--
Zbigniew Szalbot
--
Mailman-Users mailing list
Mailman-Users@python.org
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/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


Re: [Mailman-Users] [Fwd: archive emails are garbled]

2006-09-19 Thread Justin Zygmont
Mark Sapiro wrote:
 Justin Zygmont wrote:
 
The messages appear as HTML code, and do not display an HTML looking 
email when it arrives to the subscribers.
 
 
 
 This indicates that the MIME structure of the message has somehow been
 corrupted or you are looking at a 'plain' format digest as opposed to
 a 'mime' digest or an individual message from the list.
 
 
 
I'm using mailman-2.1.5.1-34.rhel4.3 and tried different content 
filering options, it didn't seem to help though.  Here is a sample of 
part of an email:
 
 
 
 The sample doesn't help. What we need to see is the headers of the
 message and it's subparts. Ideally, both what you send to the list and
 what you get back.
 
 Send a very short, HTML message to the list with a Bcc: to yourself.
 Then view the message source of both the Bcc: and the message from the
 list. If you want help, you can copy and paste these message sources
 into a post to this list.

ok, thanks.  Here is a paste of the message sources.  These both don't 
show up as HTML in thunderbird for some reason, I guess mailman may not 
be the cause?  Messages below were each shortened to save size.


Emailed directly to me:



 From - Tue Sep 19 14:51:50 2006
X-Account-Key: account2
X-UIDL: 1154544464.3663
X-Mozilla-Status: 0001
X-Mozilla-Status2: 
Return-Path: [EMAIL PROTECTED]
X-Original-To: [EMAIL PROTECTED]
Delivered-To: [EMAIL PROTECTED]
Received: from citybillingcityfone.net (citybilling.cityfone.local 
[192.168.43.30])
by citysupport.cityfone.local (Postfix) with ESMTP id A8CA12543C1
for [EMAIL PROTECTED]; Tue, 19 Sep 2006 14:50:05 -0700 (PDT)
Received: from citybilling.cityfone.local (localhost [127.0.0.1])
by citybillingcityfone.net (8.13.4+Sun/8.13.3) with ESMTP id 
k8JLovlg007676
for [EMAIL PROTECTED]; Tue, 19 Sep 2006 14:50:57 -0700 (PDT)
Received: (from [EMAIL PROTECTED])
by citybilling.cityfone.local (8.13.4+Sun/8.13.3/Submit) id 
k8JLovKo007675
for [EMAIL PROTECTED]; Tue, 19 Sep 2006 14:50:57 -0700 (PDT)
Date: Tue, 19 Sep 2006 14:50:57 -0700 (PDT)
From: [EMAIL PROTECTED]
Message-Id: [EMAIL PROTECTED]
X-Authentication-Warning: citybilling.cityfone.local: jan set sender to 
[EMAIL PROTECTED] using -r
To: [EMAIL PROTECTED]
Subject: test
X-IMAPbase: 1154544464 3663
Status: O
X-UID: 3663
Content-Length: 3344
X-Keywords: 


!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN
html
head
titleMoreMobility Points Report/title
style
!--
td.littletext  { font-family: Arial; font-size: 10pt }
h1 { font-family: Arial; font-size: 14pt }
h2 { font-family: Arial; font-size: 12pt }
td.bigtext { font-family: Arial; font-size: 14pt }
--
/style
/head
body
img src=http://citynet/public/CityNetReportsLogo.gif; /hr
h1Connection Points/h1
hr
h2These are clawbacks for phones returned in 30 days./h2
table border=1 width=100%
tr
td class=littletextLine/td
td class=littletextHandset Code/td
td class=littletextActivation Date/td
td class=littletextDealer/td
td class=littletextPoints/td
/tr
tr
td colspan=4 class=littletextTotal/td
td class=littletext align=right   0/td
/tr
/table
brbrhrtable width=100%trtd align=left 
class=littletextcopy; 2004-2006 Test report. All Rights 
Reserved./tdtd align=right class=littletextReport generated on 
September 14, 2006 00:00./td/tr/table
/body
/html




Same message, sent to me through mailman:


 From - Tue Sep 19 14:56:50 2006
X-Account-Key: account2
X-UIDL: 1154544464.3664
X-Mozilla-Status: 0001
X-Mozilla-Status2: 
Return-Path: [EMAIL PROTECTED]
X-Original-To: [EMAIL PROTECTED]
Delivered-To: [EMAIL PROTECTED]
Received: from citysupport.cityfone.local (localhost.localdomain 
[127.0.0.1])
by citysupport.cityfone.local (Postfix) with ESMTP id 995942543C1;
Tue, 19 Sep 2006 14:55:06 -0700 (PDT)
X-Original-To: [EMAIL PROTECTED]
Delivered-To: [EMAIL PROTECTED]
Received: from citybillingcityfone.net (citybilling.cityfone.local
[192.168.43.30])
by citysupport.cityfone.local (Postfix) with ESMTP id B424F2543C1
for [EMAIL PROTECTED]; Tue, 19 Sep 2006 14:55:04 -0700 (PDT)
Received: from citybilling.cityfone.local (localhost [127.0.0.1])
by citybillingcityfone.net (8.13.4+Sun/8.13.3) with ESMTP id
k8JLtuVL007686
for [EMAIL PROTECTED]; Tue, 19 Sep 2006 14:55:56 -0700 (PDT)
Received: (from [EMAIL PROTECTED])
by citybilling.cityfone.local (8.13.4+Sun/8.13.3/Submit) id
k8JLtu47007685
for [EMAIL PROTECTED]; Tue, 19 Sep 2006 14:55:56 -0700 (PDT)
Date: Tue, 19 Sep 2006 14:55:56 -0700 (PDT)
From: [EMAIL PROTECTED]
Message-Id: [EMAIL PROTECTED]
X-Authentication-Warning: citybilling.cityfone.local: jan set sender to
[EMAIL PROTECTED] using -r
To: [EMAIL PROTECTED]
Subject: [Reportgroup] test
X-BeenThere: [EMAIL PROTECTED]
X-Mailman-Version: 2.1.5
Precedence: list
Sender: [EMAIL PROTECTED]
Errors-To: [EMAIL PROTECTED]
X-IMAPbase: 1154544464 3664
Status: O
X-UID: 3664
Content-Length: 

Re: [Mailman-Users] [Fwd: archive emails are garbled]

2006-09-19 Thread Dragon
Justin Zygmont sent the message below at 15:28 9/19/2006:

ok, thanks.  Here is a paste of the message sources.  These both don't
show up as HTML in thunderbird for some reason, I guess mailman may not
be the cause?  Messages below were each shortened to save size.


Emailed directly to me:

  From - Tue Sep 19 14:51:50 2006
X-Account-Key: account2
X-UIDL: 1154544464.3663
X-Mozilla-Status: 0001
X-Mozilla-Status2: 
Return-Path: [EMAIL PROTECTED]
X-Original-To: [EMAIL PROTECTED]
Delivered-To: [EMAIL PROTECTED]
Received: from citybillingcityfone.net (citybilling.cityfone.local
[192.168.43.30])
 by citysupport.cityfone.local (Postfix) with ESMTP id A8CA12543C1
 for [EMAIL PROTECTED]; Tue, 19 Sep 2006 14:50:05 -0700 (PDT)
Received: from citybilling.cityfone.local (localhost [127.0.0.1])
 by citybillingcityfone.net (8.13.4+Sun/8.13.3) with ESMTP 
 id k8JLovlg007676
 for [EMAIL PROTECTED]; Tue, 19 Sep 2006 14:50:57 -0700 (PDT)
Received: (from [EMAIL PROTECTED])
 by citybilling.cityfone.local (8.13.4+Sun/8.13.3/Submit) id 
 k8JLovKo007675
 for [EMAIL PROTECTED]; Tue, 19 Sep 2006 14:50:57 -0700 (PDT)
Date: Tue, 19 Sep 2006 14:50:57 -0700 (PDT)
From: [EMAIL PROTECTED]
Message-Id: [EMAIL PROTECTED]
X-Authentication-Warning: citybilling.cityfone.local: jan set sender to
[EMAIL PROTECTED] using -r
To: [EMAIL PROTECTED]
Subject: test
X-IMAPbase: 1154544464 3663
Status: O
X-UID: 3663
Content-Length: 3344
X-Keywords:
 End original message. -

The most immediate problem I see is that these messages are missing 
any sort of MIME headers (as defined in RFC2045). Without those 
headers, there is no definitive way for the mail client to know what 
the content is. Some MUAs will then default to plain-text and not try 
to even guess what the content type is. Some (like Eudora which I 
use) may detect the HTML structure of the message body and render it.

I am curious how you are creating these messages, are you composing 
them in an MUA in HTML format or are you cutting and pasting an HTML 
document from another editor into the message body? If the latter, 
you are not going to get the correct headers to identify the message 
content to a MIME compliant MUA. If the former, your MUA should be 
inserting these headers correctly.


As stated in section 1 of RFC2046:


The first document in this set, 
http://www.faqs.org/rfcs//rfcs/rfc2045.htmlRFC 2045, defines a 
number of header
fields, including Content-Type. The Content-Type field is used to
specify the nature of the data in the body of a MIME entity, by
giving media type and subtype identifiers, and by providing auxiliary
information that may be required for certain media types.  After the
type and subtype names, the remainder of the header field is simply a
set of parameters, specified in an attribute/value notation.  The
ordering of parameters is not significant.

In general, the top-level media type is used to declare the general
type of data, while the subtype specifies a specific format for that
type of data.  Thus, a media type of image/xyz is enough to tell a
user agent that the data is an image, even if the user agent has no
knowledge of the specific image format xyz.  Such information can
be used, for example, to decide whether or not to show a user the raw
data from an unrecognized subtype -- such an action might be
reasonable for unrecognized subtypes of text, but not for
unrecognized subtypes of image or audio.  For this reason,
registered subtypes of text, image, audio, and video should
not contain embedded information that is really of a different type.
Such compound formats should be represented using the multipart or
application types.





Dragon

~~~
  Venimus, Saltavimus, Bibimus (et naribus canium capti sumus)
~~~

--
Mailman-Users mailing list
Mailman-Users@python.org
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/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


[Mailman-Users] problems with apache2 and internet explorere

2006-09-19 Thread Instituto de Ingenieria Área de Sistemas Unix/Linux
hello, until recently i managed a succesful mailman 2.1.7 mailing  list in a
Suse 9.2 machine with Apache2, but last week i installed a patch for
apache2, and since then ive been having the following problem when someone
tries to enter to the admin page with internet explorer 6 (NOTE: Im using
ssl validation with apache):

[error] SSL Re-negotiation in conjunction with POST method not
supported!\nhint: try SSLOptions +OptRenegotiate

i tried adding the SSLOptions in my vhost file but it still doesn't work

Also there aren't  problems when someone access the page with firefox

-- 
Instituto de Ingeniería de la UNAM
Coordinación de Sistemas de Cómputo
Área de Sistemas Unix/Linux
--
Mailman-Users mailing list
Mailman-Users@python.org
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/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


Re: [Mailman-Users] invalid checksum while doing portinstall

2006-09-19 Thread Todd Zullinger
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Zbigniew Szalbot wrote:
 Hello,
 
 I have a problem installing mailman under FreeBSD 6.1. When I go to ports 
 to install mailman, it gives me an error message about invalid checksum.
 
 Distinfo file shows the following):
 
 MD5 (mailman/mailman-2.1.9rc1.tgz) = 26c94b95b0ce3b4403314dbc900f672d
 SHA256 (mailman/mailman-2.1.9rc1.tgz) = 
 941f255d99ebbfa7a351dfa52c43684598d78afc
 21204fa240c8bb51a3175f46
 SIZE (mailman/mailman-2.1.9rc1.tgz) = 7851444

This is a problem with your FreeBSD ports system, not with Mailman.
You're more likely to get a quick answer from one of the FreeBSD
lists[1].

[1] http://www.freebsd.org/community/mailinglists.html

- -- 
ToddOpenPGP - KeyID: 0xBEAF0CE3 | URL: www.pobox.com/~tmz/pgp
==
No sense being pessimistic, it probably wouldn't work anyway

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)

iQFDBAEBAgAtBQJFEJCvJhhodHRwOi8vd3d3LnBvYm94LmNvbS9+dG16L3BncC90
bXouYXNjAAoJEEMlk4u+rwzjDo4H/iJO+0iM/Wa7TV5jnT2pIuSBCpNaxOqCMNkt
nMeomhk/A5WjDUh2334EnCqpBDFyjn10lqMp8bB6u6NeasqqVQCdZLeaI6FIMxrY
mnvJxoltr6GYR2XKDu7lM62faG8bNHljMZYQo2wlO/ayh6JaG2tiXCIVoENGnlhU
ZRfB4d+6H49p6RQnalfnffhpIM8Cp8EVrvqHkm4eXTP4j0nte94WOG0UIGcbYXhR
bRoc9RVJ80D5dUMAcLwENauGU1O+S9C1FwflaFrQf0lxWCyJTEWnJpZseNADSHDV
0r+t00wKV6JRrKnveQEIhScubIlu/Py7e6wXq7UZgA8kjqPEqw8=
=h6bC
-END PGP SIGNATURE-
--
Mailman-Users mailing list
Mailman-Users@python.org
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/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


Re: [Mailman-Users] invalid checksum while doing portinstall

2006-09-19 Thread Carl Zwanzig
In a flurry of recycled electrons, Zbigniew Szalbot wrote:

 I have a problem installing mailman under FreeBSD 6.1. When I go to ports 
 to install mailman, it gives me an error message about invalid checksum.

 Could anyone offer any advice on how to install mailman? I tried deleting 
 the distinfo file and using cvsup to generate a new one but it has not 
 helped either.

The bsd ports tree is never (and can't be) screamingly up to the minute. 
Since for mailman IIRC there aren't any bsd-specific patches needed, I'd 
pull the release tarball and build in /usr/local/src.

z!
--
Mailman-Users mailing list
Mailman-Users@python.org
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/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


Re: [Mailman-Users] Variables interpretation in archive templates

2006-09-19 Thread Mark Sapiro
Frederik Questier wrote:

I can get adaptions of the templates nicely working,
but I can't get any of these interpreted:

%(datestr_html)s   in mailman/templates/en/archidxentry.html
%(description)sin mailman/templates/en/archtocnombox.html
%(subject_prefix)s in mailman/templates/en/archtocnombox.html

Will things like these (examples from mailman as distributed) *do* work:
%(datestr_html)s in mailman/templates/en/article.html
%(subject_html)s in mailman/templates/en/article.html
%(description)s  in mailman/templates/en/article.html/admindbpreamble.html


What should I do to get the first examples interpreted by mailman/bin/arch ?
Using other variables, or adapt mailman/bin/arch or...?


You need to look at the calls to quick_maketext() in
mailman/Mailman/Archiver/HyperArch.py. These are what get the
appropriate template file and provide the substitution dictionary (the
'd' argument) which is specific to each template.

If you want to add substitution variables to one of the archive
templates, you have to add their definitions to the dictionary passed
to quick_maketext() in HyperArch.py for that template.

-- 
Mark Sapiro [EMAIL PROTECTED]   The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan

--
Mailman-Users mailing list
Mailman-Users@python.org
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/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


Re: [Mailman-Users] Bug in Mailman version 2.1.5

2006-09-19 Thread Mark Sapiro
Stefan Grote wrote:

i don't touch the config. its ah fresh install from a Debian packet...
any ideas anyway?

Try changing

STEALTH_MODE = 1

to

STEALTH_MODE = 0

in scripts/driver and see if that gets you a more informative message.
Also check the web server error log.

If you're still stuck, try the following command as the mailman user

python scripts/driver listinfo


-- 
Mark Sapiro [EMAIL PROTECTED]   The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan

--
Mailman-Users mailing list
Mailman-Users@python.org
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/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


Re: [Mailman-Users] List My Other Subscriptions Not working

2006-09-19 Thread Mark Sapiro
Dave Troiano wrote:

When I try to do this, I receive the following error
message:

Note: The list administrator may not view the other
subscriptions for 
this
user.

It seems like this should work, and I should not be
receiving this 
error
message.


Why should the admin of one list be allowed to view/change information
for a user's other subscriptions to lists of which she/he may not be
the admin?


Does anyone know of a way to resolve this
issue so that I may 
see
what other lists a specific member is on?


If you are the site admin, log on with the site password and you will
be able to do this. If you are not the site admin, but you have access
to the command line scripts, use bin/find_member.

-- 
Mark Sapiro [EMAIL PROTECTED]   The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan

--
Mailman-Users mailing list
Mailman-Users@python.org
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/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


Re: [Mailman-Users] problems with apache2 and internet explorere

2006-09-19 Thread Mark Sapiro
Instituto de Ingenieria Área de Sistemas Unix/Linux wrote:

hello, until recently i managed a succesful mailman 2.1.7 mailing  list in a
Suse 9.2 machine with Apache2, but last week i installed a patch for
apache2, and since then ive been having the following problem when someone
tries to enter to the admin page with internet explorer 6 (NOTE: Im using
ssl validation with apache):


Offhand, this looks to me like an Apache 2/MSIE issue, not a Mailman
issue. Have you tried Apache support lists? Have you tried just
removing the Apache patch?

-- 
Mark Sapiro [EMAIL PROTECTED]   The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan

--
Mailman-Users mailing list
Mailman-Users@python.org
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/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp