Re: [Mailman-Users] Mail list statistics

2014-02-07 Thread Mark Sapiro
On 02/07/2014 09:33 AM, Alain Williams wrote: >> >> The script is attached and I am happy for this to become part of mailman or >> put >> into an associated library. >> >> You need to run it in the list's archive directory. > > Drat, this list does not allow attachments, so here it is in line:

Re: [Mailman-Users] Mail list statistics

2014-02-07 Thread Alain Williams
On Fri, Feb 07, 2014 at 05:23:22PM +, Alain Williams wrote: > I sometimes get asked how many messages are sent out to a mail list. > > So I wrote a script to tell me. This works under ksh or bash. > > The script is attached and I am happy for this to become part of mailman or > put > into an

[Mailman-Users] Mail list statistics

2014-02-07 Thread Alain Williams
I sometimes get asked how many messages are sent out to a mail list. So I wrote a script to tell me. This works under ksh or bash. The script is attached and I am happy for this to become part of mailman or put into an associated library. You need to run it in the list's archive directory. Reg

[Mailman-Users] mail list script sending out spam and crashing server big style

2006-10-20 Thread stephen
Heal Secretary writes: > My web host suspended my account because - > > "mail list script sending out spam and crashing server big style" As far as I can see, you did everything right that you could do. Do check for the SpamAssassin feature mentioned by [EMAIL PROTECTED] (This should be on

Re: [Mailman-Users] mail list script sending out spam and crashing server big style

2006-10-20 Thread Patrick Bogen
On 10/19/06, Heal Secretary <[EMAIL PROTECTED]> wrote: > I am using Mailman 2.1.9.cp 1. I am locked in to CPanel and not at > liberty, myself to do an upgrade from this version. If you or someone in your organization has the expertise, you might consider switching to an alternate host that gives y

Re: [Mailman-Users] mail list script sending out spam and crashingserver big style

2006-10-20 Thread [EMAIL PROTECTED]
Nigel: Does your host with cPanel offer SpamAssassin ?? I had exact same prob early on. My Host ( with shameless plug -:) = Bluehost.com) suggested I turn it on so I did and for 18-20 months NO more problems!! Regards. Ed -- Mai

[Mailman-Users] mail list script sending out spam and crashing server big style

2006-10-20 Thread Heal Secretary
My web host suspended my account because - "mail list script sending out spam and crashing server big style" They tell me that this was some kind of highjacking of my Mailman script to send out spam. Can anyone explain what actually happened, please, and what I can do to stop it happening agai

[Mailman-Users] Mail List Question for Mailman

2006-01-05 Thread Mark Phillips
I am new to mailman, so please excuse this newbie question. Our ISP has mailman installed on our web server, but I am not sure it will solve our mail list problem. I have looked through the documentation on the mailman web site, but I have not found an answer to my questions. We are a large lit

Re: [Mailman-Users] Mail List Password

2005-09-12 Thread Brad Knowles
At 1:15 PM -0400 2005-09-12, Phil wrote: > I have forgotten the password to one of my mail lists. For the life of me I > can't seem to find a way to reset the password. Any help? The control > panel would be Plesk 7 Go to the Mailman FAQ Wizard at

Re: [Mailman-Users] Mail List Password

2005-09-12 Thread Matt Ryanczak
Phil, Try the command change_pw in your mailman bin directory. Here's the output of change_pw --help Usage: change_pw [options] Options: --all / -a Change the password for all lists. --domain=domain -d domain Change the password for all lists in the virtual d

[Mailman-Users] Mail List Password

2005-09-12 Thread Phil
I have forgotten the password to one of my mail lists. For the life of me I can't seem to find a way to reset the password. Any help? The control panel would be Plesk 7 -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.

Re: [Mailman-Users] Mail list which is a collection of lists

2004-12-22 Thread Mark Sapiro
Thomas Waters wrote: >I'd like to make some mail lists which are collections of other lists > > >I can set this up and have the mail go out OK, personA gets messages >sent to list 4, but personA can't post to list 4- message gets held as >post from non-member. Can these lists be made to work

[Mailman-Users] Mail list which is a collection of lists

2004-12-22 Thread Thomas Waters
Mailman 2.1.2 on OS X Panther Server I'd like to make some mail lists which are collections of other lists List1: PersonA PersonB PersonC List2 PersonD PersonE PersonF List3: PersonG PersonH PersonI List 4: List 1 List 2 (This would go to 6 people, 3 from 1 and 3 from 2) I can set this up and have

Re: [Mailman-Users] Mail List Encryption

2002-09-25 Thread Kyle Rhorer
On Wednesday 25 September 2002 13:43, J C Lawrence wrote: > A common definition of a crypted list: > > Mail sent to the list is crpyted with the list's public key. > > The list uncrypts the mail and broadcasts it to each member. > > Prior to transmission each message is crypted with that ind

Re: [Mailman-Users] Mail List Encryption

2002-09-25 Thread Kyle Rhorer
On Wednesday 25 September 2002 12:40, [EMAIL PROTECTED] wrote: > I am inclined to agree with Jon (that what you really want is for > your list members to do the encrypting) That would only work in a shared-secret environment. If you want to use public key crypto, then Mailman would have to decr

Re: [Mailman-Users] Mail List Encryption

2002-09-25 Thread J C Lawrence
On 25 Sep 2002 09:37:03 -0400 Jon Carnes <[EMAIL PROTECTED]> wrote: > I find it hard to believe that you would want an open mailing list > manager like Mailman *and* want to run encrypted email out of it... There are a number of uses for crypted lists ranging from cypherpunks to discussion of s

Re: [Mailman-Users] Mail List Encryption

2002-09-25 Thread mailman
I am inclined to agree with Jon (that what you really want is for your list members to do the encrypting), for an additional reason: if its important that the messages be encrypted on their way -out-, its important that they be encrypted on their way -in-. Don't ask Mailman to do something that i

Re: [Mailman-Users] Mail List Encryption

2002-09-25 Thread Jon Carnes
I find it hard to believe that you would want an open mailing list manager like Mailman *and* want to run encrypted email out of it... Wouldn't you be happier with a semi-static mailing alias and then having all your folks use PGP (or GPG) to encrypt their email? On Wed, 2002-09-25 at 05:09, Nor

Re: [Mailman-Users] Mail List Encryption

2002-09-25 Thread Norbert Bollow
> I do I setup Mailman so that all emails being sent out are encrypted? > Or do I need to specify this in the Sendmail? This is not trivial at all; I think the most tricky issue will probably be the matter of key management (and this definately needs to be done at "Mailman" level, not at the "sen

[Mailman-Users] Mail List Encryption

2002-09-24 Thread Wang, Mary Y
Hi, I do I setup Mailman so that all emails being sent out are encrypted? Or do I need to specify this in the Sendmail? Any clue? Thanks for any inputs. Mary -- Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/lis

Re: [Mailman-Users] Mail List Not Working

2002-08-12 Thread Richard Barrett
At 13:07 12/08/2002 +, Venu wrote: >Hi, > >I have configured mailman on my Linux system. Using the newlist command i >have created a list and added one user through the web interface. > >When i send a mail to this list it bounces back > >error is " unknown user: "testlist" " > >testlist is th

[Mailman-Users] Mail List Not Working

2002-08-12 Thread Venu
Hi, I have configured mailman on my Linux system. Using the newlist command i have created a list and added one user through the web interface. When i send a mail to this list it bounces back error is " unknown user: "testlist" " testlist is the list name. Am i missing anything in the confi

Re: [Mailman-Users] mail list cant be sent from

2002-01-21 Thread Ashley M. Kirchner
ottercrk wrote: > This problem has continuedi am the administrator and i send updates > out monthlyi approve them and they do not send outi submit and it > starts to go to your system , then i get a error saying can not find > the page or sitefor the last 3 months i have a list that is usel

[Mailman-Users] mail list cant be sent from

2002-01-21 Thread ottercrk
This problem has continued i am the administrator   and i send updates out monthly i approve them  and they do not send out i submit  and it starts to go to your system  , then i get a error saying can not find the page  or site for the last 3 months i have a list that is useless   , what can

[Mailman-Users] mail list

2001-09-27 Thread golburgh
hi, does this allow me to develope or acquire an e mail llist? i am interested in obesity in the Miami, Dade County, Florida area.

[Mailman-Users] Mail list management

2001-04-03 Thread Zev Percowitz
Dear Mail Gurus:   What  equipment does one need to set up a mail list program.   And, how does it work in conjunction with web pages?   I would like to generate my own leads and am curious what it would take.   Thank You.   Zev