[Mailman-Users] mass subscription options

2004-06-30 Thread Charles Sprickman
Hello, I'm really happy with Mailman; I recently upgraded an install that was at least a year or two old, so I basically took ownership of the project. Nice stuff, especially with the htdig patches. I have one more little question. I don't want to let people do mass subscriptions via the web int

Re: [Mailman-Users] htdig and paths

2004-06-30 Thread Richard Barrett
Charles On 30 Jun 2004, at 20:11, Charles Sprickman wrote: On Wed, 30 Jun 2004, Richard Barrett wrote: This is explained in the INSTALL.htdig-mm file (or its HTML version) added to the $build directory by the patch: I can't tell you how many times I read that page. Lots of info in one page... :) B

Re: [Mailman-Users] Bounce address showing

2004-06-30 Thread Brad Knowles
At 12:34 PM -0700 2004-06-30, Marci O'Daffer, Managing Director wrote: From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John Jones (or whoever is sending the message) See

Re: [Mailman-Users] Global NOMAIL?

2004-06-30 Thread Jeff Barger
On Jun 30, 2004, at 3:18 PM, Tracey McCartney wrote: Hi: I am the admin and one of three mods for an announce-only list. Is there an e-mail command I can use to set everyone on the list to NOMAIL temporarily so that I can then turn mail back on for a few people in order to do some testing? The

[Mailman-Users] Bounce address showing

2004-06-30 Thread Marci O'Daffer, Managing Director
I am getting complaints from one Mailman user about the bounces address showing in her header. When she gets mail, rather than showing the message as "from" the person who sent it (and yes, the list set to show the sender's email address) it reads like this: From: [EMAIL PROTECTED]

[Mailman-Users] Global NOMAIL?

2004-06-30 Thread Tracey McCartney
Hi: I am the admin and one of three mods for an announce-only list. Is there an e-mail command I can use to set everyone on the list to NOMAIL temporarily so that I can then turn mail back on for a few people in order to do some testing? The list has about 435 subscribers, and using the web i

Re: [Mailman-Users] htdig and paths

2004-06-30 Thread Charles Sprickman
On Wed, 30 Jun 2004, Richard Barrett wrote: > This is explained in the INSTALL.htdig-mm file (or its HTML version) > added to the $build directory by the patch: I can't tell you how many times I read that page. Lots of info in one page... :) Anyhow, today I went and double-checked my ScriptAlia

Re: [Mailman-Users] From Address and non-member posts

2004-06-30 Thread Richard Barrett
On 30 Jun 2004, at 17:16, Ian A B Eiloart wrote: --On Wednesday, June 30, 2004 10:55 am -0400 David Relson <[EMAIL PROTECTED]> wrote: On Wed, 30 Jun 2004 15:44:17 +0200 Ralf Hildebrandt wrote: * Yogesh Subhash Talekar <[EMAIL PROTECTED]>: > hi > > two questions: > > 1. When I post to my mailming

Re: [Mailman-Users] From Address and non-member posts

2004-06-30 Thread Brad Knowles
At 5:16 PM +0100 2004-06-30, Ian A B Eiloart wrote: > 1. When I post to my mailming list the From address comes like > "[EMAIL PROTECTED]". Why can't I have the from address as > the address of the sender? Because that's where bounces go, and you want automatic unsubscription to work, don't yo

Re: [Mailman-Users] From Address and non-member posts

2004-06-30 Thread Ian A B Eiloart
--On Wednesday, June 30, 2004 10:55 am -0400 David Relson <[EMAIL PROTECTED]> wrote: On Wed, 30 Jun 2004 15:44:17 +0200 Ralf Hildebrandt wrote: * Yogesh Subhash Talekar <[EMAIL PROTECTED]>: > hi > > two questions: > > 1. When I post to my mailming list the From address comes like > "[EMAIL PROTEC

Re: [Mailman-Users] From Address and non-member posts

2004-06-30 Thread David Relson
On Wed, 30 Jun 2004 15:44:17 +0200 Ralf Hildebrandt wrote: > * Yogesh Subhash Talekar <[EMAIL PROTECTED]>: > > hi > > > > two questions: > > > > 1. When I post to my mailming list the From address comes like > > "[EMAIL PROTECTED]". Why can't I have the from address as > > the address of the sen

[Mailman-Users] Re: 2.1.5 and htdig patches for 2.1.4 - SOLVED

2004-06-30 Thread Will Froning
Figured it out. I was stupid and copied over TOC_htsearch.html (the 2.1.1 version) to ~mailman/templates/site/en/. It had the old style htsearch information. Thanks, Will On Fri, 11 Jun 2004 08:48:05 -0700, Will Froning <[EMAIL PROTECTED]> wrote: Does anyone know if the htdig patches for

Re: [Mailman-Users] upgrading Panther Server basic install 2.1.2 to 2.1.5

2004-06-30 Thread Brad Knowles
At 8:15 AM -0500 2004-06-30, Dan Phillips wrote: This is a completely different animal however, in that non-Server Panther does not come with Mailman already installed (at least mine didn't). This is just a plain fresh install rather than an update of an Apple modified installation. I understa

Re: [Mailman-Users] htdig and paths

2004-06-30 Thread George Theall
On Wed, Jun 30, 2004 at 06:40:50AM +0100, Richard Barrett wrote: > On 30 Jun 2004, at 05:23, Charles Sprickman wrote: > >I'm at my wit's end here... I've got MM 2.1.5 w/htdig patches (via > >FreeBSD port), > Normal installation of Mailman, after applying the patch to the source > distribution

Re: [Mailman-Users] From Address and non-member posts

2004-06-30 Thread Ralf Hildebrandt
* Yogesh Subhash Talekar <[EMAIL PROTECTED]>: > hi > > two questions: > > 1. When I post to my mailming list the From address comes like > "[EMAIL PROTECTED]". Why can't I have the from address as the > address of the sender? Because that's where bounces go, and you want automatic unsubscription

[Mailman-Users] From Address and non-member posts

2004-06-30 Thread Yogesh Subhash Talekar
hi two questions: 1. When I post to my mailming list the From address comes like "[EMAIL PROTECTED]". Why can't I have the from address as the address of the sender? 2. I want the posts from non-members to go through successfully and without moderation? How to do it from command line? Also, I w

Re: [Mailman-Users] qrunner

2004-06-30 Thread Yogesh Subhash Talekar
This will typically happen when you run "mailmanctl" command as a non-mailman user. Make sure that the /etc/rc.d/mailman script runs the "maimanctl stop/start/restart" command as "su -c mailmanctl mailman start/stop/restart" Or add a script to /etc/rc.d/rc.local which runs mailmanctl start comman

Re: [Mailman-Users] upgrading Panther Server basic install 2.1.2 to 2.1.5

2004-06-30 Thread Dan Phillips
On Jun 30, 2004, at 5:54 AM, Brad Knowles wrote: At 9:54 PM -0500 2004-06-29, Larry Stone wrote: Well, I have Mailman 2.1.4 running just fine on Panther (regular, not Server). I basically followed the instructions contained in

[Mailman-Users] Extract list of lists with population?

2004-06-30 Thread Brendan Chard
Is there a command I can run that will quickly tell me the name of each list on a server AND the number of members in that list? If not, what's the quickest way to check list membership totals? Thanks -Brendan -- Mailman-Users mailing list [EM

Re: [Mailman-Users] upgrading Panther Server basic install 2.1.2 to 2.1.5

2004-06-30 Thread Brad Knowles
At 8:33 PM -0400 2004-06-29, Thomas Waters wrote: Mailman has worked really well for me, but as someone coming to Panther Server and Mailman from running a webstar server, it is a big jump- a BIG change. Better docs to help the newbie/clueless would go a long way. We understand. We'd like to

Re: [Mailman-Users] upgrading Panther Server basic install 2.1.2 to 2.1.5

2004-06-30 Thread Brad Knowles
At 9:54 PM -0500 2004-06-29, Larry Stone wrote: Well, I have Mailman 2.1.4 running just fine on Panther (regular, not Server). I basically followed the instructions contained in (which deals with getting Mailman running u