From owner-freebsd-questions@FreeBSD.ORG Mon Aug 29 19:34:14 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DFB5316A41F for ; Mon, 29 Aug 2005 19:34:14 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FCE843D45 for ; Mon, 29 Aug 2005 19:34:14 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id EB83E5F54; Mon, 29 Aug 2005 15:34:13 -0400 (EDT) Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 08428-01; Mon, 29 Aug 2005 15:34:11 -0400 (EDT) Received: from [192.168.1.3] (pool-68-161-79-217.ny325.east.verizon.net [68.161.79.217]) by pi.codefab.com (Postfix) with ESMTP id 61B8B5C5D; Mon, 29 Aug 2005 15:34:09 -0400 (EDT) Message-ID: <43136342.1090505@mac.com> Date: Mon, 29 Aug 2005 15:34:26 -0400 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.11) Gecko/20050801 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Gary Kline References: <20050829172012.GA8261@thought.org> <200508291409.52670.kellers@njit.edu> <4313509A.2030100@scls.lib.wi.us> <20050829185256.GB40278@thought.org> In-Reply-To: <20050829185256.GB40278@thought.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at codefab.com Cc: freebsd-questions@freebsd.org Subject: Re: mailman: 403: browser access forbidden. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Aug 2005 19:34:15 -0000 Gary Kline wrote: [ ... ] > Thanks much, both of you. One more thing that may > save me more time: Which text and html files can I > edit (carefully), to insert the instruvtions to > "Unsubscribe" by sending a simple email? The > -questions list has this as a footer. Mailman does that for you by default for non-digest mode traffic. See: http://example.com/mailman/admin/test/?VARHELP=nondigest/msg_footer ...(pick a real hostname) which contains something like this by default: _______________________________________________ %(real_name)s mailing list %(real_name)s@%(host_name)s %(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s To unsubscribe, send any mail to "%(real_name)s@%(host_name)s" ...with %() expansion from Python doing all of the work. Python is very cool. -- -Chuck