[Mailman-Users] 2.0b3 *-admin and *-request error; posting OK...

Mentor Cana mentor at alb-net.com
Fri May 19 16:35:59 CEST 2000


Some additional info:

When sending to <listname>-request@, I get this message:
"TypeError: not enough arguments; expected 1, got 0"

When sending to <listname>-admin@, I get this:
"AttributeError: recips"


Any help will be greatly appreciated!

thanks,
mentor

On Fri, 19 May 2000, at 07:39, Mentor Cana wrote:

> Hello,
> 
> Just upgraded to the latest CVS and some problems started.
> 
> No message is delivered to <listname>-admin@ and <listname>-request@ . I
> get the "unknown mailer error 1". 
> 
> However, at the same time messages are being distributed OK.
> 
> I'll appreciate a quick response....
> 
> later,
> Mentor
> 
> 
> ------------------------------------------------------
> Mailman-Users maillist  -  Mailman-Users at python.org
> http://www.python.org/mailman/listinfo/mailman-users
> 





Return-Path: <sgibson at digital-impact.com>
Delivered-To: mailman-users at python.org
Received: from simon.digital-impact.com (simon.responsiblemail.net [216.32.177.21])
	by dinsdale.python.org (Postfix) with ESMTP id A4FA01CC69
	for <mailman-users at python.org>; Wed, 17 May 2000 18:58:53 -0400 (EDT)
Received: (from sgibson at localhost)
	by simon.digital-impact.com (8.10.0/8.10.0) id e4HMwr218399
	for mailman-users at python.org; Wed, 17 May 2000 15:58:53 -0700 (PDT)
Received: from research.peopledesigntechnology.com (localhost [127.0.0.1])
	by simon.digital-impact.com (8.10.0/8.10.0) with ESMTP id e4HMt5H17231
	for <sgibson at digitalimpact.com>; Wed, 17 May 2000 15:55:05 -0700 (PDT)
Received: from sporty.pdt (adsl-216-62-8-129.dsl.rcsntx.swbell.net [216.62.8.129])
	by research.peopledesigntechnology.com (8.9.3/8.9.3) with ESMTP id RAA27869
	for <sgibson at digitalimpact.com>; Wed, 17 May 2000 17:55:04 -0500
Received: (from fife at localhost)
	by sporty.pdt (8.9.3/8.9.3) id RAA09131
	for sgibson at digitalimpact.com; Wed, 17 May 2000 17:55:02 -0500
Date: Wed, 17 May 2000 17:55:02 -0500
From: Ryan Fife <fife at anywhereYouGo.com>
To: "Shane Y. Gibson" <sgibson at digitalimpact.com>
Message-ID: <20000517175502.B8871 at anywhereYouGo.com>
References: <20000512160003.4A0E51CDB6 at dinsdale.python.org> <391C31CB.2341A745 at digitalimpact.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Mailer: Mutt 1.0us
In-Reply-To: <391C31CB.2341A745 at digitalimpact.com>; from sgibson at digitalimpact.com on Fri, May 12, 2000 at 09:31:07AM -0700
X-Status: A
X-Keywords: 
X-UID: 259
Subject: [Mailman-Users] Re: Customize "listinfo" HTML
Sender: mailman-users-admin at python.org
Errors-To: mailman-users-admin at python.org
X-BeenThere: mailman-users at python.org
X-Mailman-Version: 2.0beta3
Precedence: bulk
List-Id: Mailman mailing list management users <mailman-users.python.org>

Sorry for the delay - was losing money in vegas on a vacation...

I haven't done anything that involved, but my quick glance at the code
says you should use a HeadlessDocument instead of a document, then you
can modify the listinfo script to drop in your own head, body, and
closing tags...if your server does ssi, I don't see a reason you couldn't
drop the include directives in there.

wow, we are really stretching my python and mailman knowledge here...so
hope this helps!  (btw, I'm basing all this off 1.1...may be different
in 2...)

On Fri, May 12, 2000 at 09:31:07AM -0700, Shane Y. Gibson wrote:
> 
> Ryan,
> 
> Thanks for the reply!  I must profess that MailMan is my
> first bit of exposure to Python, so I'm a veritable 'babe
> in the woods' here.  Would it be possible to get a quick
> pointer what I should modify to do the following:
> 
>   1.	remove the <html>, <head>, and <body> tags
>   2.	replace them with (preferably via an 'include' type
> 	call) my own HTML
>   3.	remove the trailing </body> and </html> tags
>   4.	again, replace them with my own
> 
> I just want it to look like the rest of the modified HTML
> for the system.  It currently looks silly to go from our Corp.
> intranet, to the standard ListInfo page, then to the modified
> list pages that look like our intranet site!
> 
> v/r
> Shane
> 
> mailman-users-request at python.org wrote:
> 
> > Subject: Re: [Mailman-Users] Customize "listinfo" HTML
> > Date: Thu, 11 May 2000 16:03:06 -0500
> > From: Ryan Fife <fife at anywhereYouGo.com>
> > To: mailman-users at python.org
> > References: <3919DBD6.34945C9F at digitalimpact.com>
> > 
> > It isn't templatized yet...you have to edit the python file:
> > 
> > Mailman/Cgi/listinfo.py
> > 
> > and change the tag information there.  Tis a pain, but I haven't
> > complained because I haven't done anything to fix it yet!  :)
> 
> --
> Shane Y. Gibson                                sgibson at digitalimpact.com
> Sr. Network Engineer                           (650) 356-3432  work
> IT Data Center Operations                      (650) 303-3803  cellular
> Digital Impact, Inc.                           (888) 786-4863  pager
> "The Science of eMarketing!"                   (650) 356-3515  fax
> 
>       "Personal responsibility is our most important evolution.
>        The notion that we are the product of our environment is 
>        our greatest sin."                     ---Margaret Meade

-- 

Ryan Fife
fife at anywhereYouGo.com
"There's only 24 hours in a day and 2.5 of those are wasted sleeping."





More information about the Mailman-Users mailing list