RE: [Mailman-Users] Almost there

2001-06-05 Thread Mike T. Gholson
> -Original Message- > From: Nigel Metheringham [mailto:[EMAIL PROTECTED]] > > The config file you are working from is not referencing the list > handling stuff at all - not even to decline the addresses. I've copied the reference material from the README.EXIM and cross r

Re: [Mailman-Users] Unsubscribe password less

2001-06-05 Thread Bob [EMAIL PROTECTED]
> I'm still trying to find a way to unsubscribe though email without the use > of a user specific password and without a confirm requirement. Is there a > way to do it? http://www.nleaudio.com/bnotes/mailman.htm -- Mailman-Users maillist - [E

[Mailman-Users] Removing single address from multiple lists

2001-06-05 Thread Sarah K. Miller
I know many people have asked for a way to remove a single address from multiple lists. Here's my solution (run as a script): #!/bin/ksh if [ -z $1 ];then print usage: mass_remove email_address exit fi email=$1 lists=`/home/mailman/bin/find_member $email |grep -v found` if [ ""$l

Re: [Mailman-Users] set gid didn't work?

2001-06-05 Thread Barry A. Warsaw
> "A" == Amanda <[EMAIL PROTECTED]> writes: >> A> I couldn't get it to compile when I used >> --with-mail-gid=401. >> Hmm, what kind of error did you get? A> C&P from an earlier post I made to this list: Unfortunately... A> it apparently won't configure that way. When I

[Mailman-Users] From address on subscribe

2001-06-05 Thread Galbraith, Randy
All, I've installed and set up Mailman 2.0.5. Everything works except one small snag. When a user subscribes to one of my lists the "from" address is set to... [EMAIL PROTECTED] This won't work for me, instead I need it to read... [EMAIL PROTECTED] '"daffy" is a development box I work o

[Mailman-Users] smtp connections refused

2001-06-05 Thread Richard Pyne
Is there any way to capture the smtp sessions from Mailman? I have a new installation on a new server that every attempt to send ANY email from Mailman show an 'connection refused' entry in the smtp-failure log. Other mail from this server seems to be moving without any trouble, so I am fairly

Re: [Mailman-Users] Member list in header/footer

2001-06-05 Thread Phil Stracchino
On Tue, Jun 05, 2001 at 11:21:51AM -0400, Scott Barron wrote: > > Well, I managed to add a List-Members: header (along with the other List-* > headers in Cookheader.py). Believe me, I think this is just as stupid an idea > as you do and will try one more time to explain the purpose of mailing li

Re: [Mailman-Users] Using Mailman Lists

2001-06-05 Thread Phil Stracchino
On Tue, Jun 05, 2001 at 11:20:35AM -0400, Bill Jones wrote: > How do you send a message to a list? I think I have everything > configured properly but when I send a message to @ domain> I get "User Unknown" back from sendmail on the mailman server. I > cannot find a user's guide or any documentati

[Mailman-Users] delete

2001-06-05 Thread Raj Rangaraj
I like my name taken off the list. [EMAIL PROTECTED] -- Mailman-Users maillist - [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users

Re: [Mailman-Users] Publicly advertised lists

2001-06-05 Thread Ben Burnett
Kris, I just checked the link you included below and I saw one list, perl-cgi, advertized. Are you still having this problem? -Ben --- Original Copy --- >Subject: [Mailman-Users] Publicly advertised lists > Date: 06/05/2001 2:00 AM > From: Kris Sanders <[EMAIL PROTECTED]> > To: [EMAIL

Re: [Mailman-Users] set gid didn't work?

2001-06-05 Thread Amanda
Thank you, Nigel, for the suggestion. :-) Unfortunately... it apparently won't configure that way. When I run ./configure --with-mail-gid=401 it says: [ No existing group found for the mail_wrapper program. This is the group that your mail delivery agent runs under, and uses to run filter progr

Re: [Mailman-Users] set gid didn't work?

2001-06-05 Thread Barry A. Warsaw
I'm coming in in the middle of this thread, but if mail-wrapper is complaining with the following message: > Jun 4 16:49:58 tux Mailman mail-wrapper: Failure to exec > script. WANTED gid 12, GOT gid 401. (Reconfigure to take 401?) then it doesn't matter that there is no group name with gid 401

[Mailman-Users] Re: MIME messages

2001-06-05 Thread Richard Chonak
The user probably has an e-mail program whose default setting is to generate "multipart/alternative" mail with the message in both plain text and HTML format. Since this is evil anyway, I'd just urge him to turn it off and send plain text only (non-MIME). If the user actually likes to send t

Re: [Mailman-Users] set gid didn't work?

2001-06-05 Thread Nigel Metheringham
On 05 Jun 2001 08:58:04 -0700, Amanda wrote: > > >Jun 4 16:49:58 tux qmail: 991698598.174168 delivery 5: deferral: > > >Failure_to_exec_script._WANTED_gid_12,_GOT_gid_401.__(Reconfigure_to_take_401?) > > > > > >The kicker is, there *is* no group with gid 401. So I'm a little baffled... > > >What

Re: [Mailman-Users] set gid didn't work?

2001-06-05 Thread Amanda
Well, you know, I read the docs six times... twice before getting started, once as I was going through the process, and three more times after it broke, trying to figure out what happened. It didn't get any more helpful. What the install documentation says is: [ --with-mail-gid= Specify an al

Re: [Mailman-Users] Member list in header/footer

2001-06-05 Thread Scott Barron
Well, I managed to add a List-Members: header (along with the other List-* headers in Cookheader.py). Believe me, I think this is just as stupid an idea as you do and will try one more time to explain the purpose of mailing list software. You raise some good points that I will bring up to my bo

[Mailman-Users] Public lists

2001-06-05 Thread Kris Sanders
Title: Public lists I have a list that I want public and according to the privacy options it should be showing up to regular users, yet when I goto my.domain/mailman/listinfo.cgi it is not there but if I were to look at the admin page my.domain/mailman/admin.cgi the list will show. How can I ge

[Mailman-Users] Unsubscribe password less

2001-06-05 Thread Enriko Groen
Hi, I'm still trying to find a way to unsubscribe though email without the use of a user specific password and without a confirm requirement. Is there a way to do it? I have tried using the listmoderator command, but the unsubscriber still needs to confirm the request. -- Enriko Groen, Hosting

RE: [Mailman-Users] Using Mailman Lists

2001-06-05 Thread Enriko Groen
> -Original Message- > From: Bill Jones [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, June 05, 2001 17:21 > To: [EMAIL PROTECTED] > Subject: [Mailman-Users] Using Mailman Lists > > > How do you send a message to a list? I think I have everything > configured properly but when I send a me

[Mailman-Users] Using Mailman Lists

2001-06-05 Thread Bill Jones
How do you send a message to a list? I think I have everything configured properly but when I send a message to @ I get "User Unknown" back from sendmail on the mailman server. I cannot find a user's guide or any documentation. TIA, Bill J. --

[Mailman-Users] MIME messages

2001-06-05 Thread Joaquim Homrighausen
While setting up a test list with the current release version of Mailman, I got a complaint from a user saying that he could not subscribe to the list. The transcript follows: This is an automated response. There were problems with the email commands you sent to Mailman via the administrative

RE: [Mailman-Users] Adjusting From: Field

2001-06-05 Thread Jason Maderios
Again-- Anyone know how to adjust the from field for the mailing list. I need to change it from saying [EMAIL PROTECTED] To [EMAIL PROTECTED] TIA, Jason Maderios On Monday, June 4, 2001, at 07:04 PM, Jason Maderios wrote: > Anyone know where I can adjust the From: field on a mailing list

Re: [Mailman-Users] Help! Digest went nuts!

2001-06-05 Thread Barry A. Warsaw
> "CVR" == Chuq Von Rospach <[EMAIL PROTECTED]> writes: >> Who's file I/O routines? Is the MTA mistaking the NUL for an >> EOF? CVR> AFAIKT, it's Python's, and mailman. my archives of the raw CVR> input shows that sendmail was passing it along to mailman, CVR> and mailm

Re: [Mailman-Users] Need mail merge capability

2001-06-05 Thread Nigel Metheringham
On 04 Jun 2001 13:55:43 -0400, Jim Saghir wrote: > I am running mailman under linux and would like to send a bulk email where > the email address of the recipient is included in the mesage body text (by > replacing a tag for example). > Does mailman have this capability or do you know of a utilit

Re: [Mailman-Users] Member list in header/footer

2001-06-05 Thread Nigel Metheringham
On 04 Jun 2001 13:24:58 -0400, Scott Barron wrote: > Those that sign my paycheck wish to see the list of member addresses in the > message header. Can I do this with the current mailman? I've found where to > add headers and the list of variables to insert certain things but the member > list wa

RE: [Mailman-Users] Almost there

2001-06-05 Thread Nigel Metheringham
On 04 Jun 2001 14:00:26 -0700, Mike T. Gholson wrote: > [root@fairlady mailman]# /usr/exim/bin/exim -d2 -bt ... > What do you think? The config file you are working from is not referencing the list handling stuff at all - not even to decline the addresses. Go back to your exim config, make sure

Re: [Mailman-Users] Some observations and suggestions...

2001-06-05 Thread Fil
@ Barry A. Warsaw ([EMAIL PROTECTED]) : > PH> Subject: RE: Wcms-announce -- confirmation of subscription > PH> -- request 6715 58 > > I've seen reports of this before, and it could get worse in MM2.1 > since the cookie is longer now. I should probably just shorten it to > "confirm ".