Re: [Mailman-Users] Changing the "-bounces" address

2009-10-21 Thread Stephen J. Turnbull
Mark Sapiro writes: > >I have been asked to change the senders address to list-mails rather > >than list-bounces. > I have never done this because I don't have PHBs asking (telling) me to > do nonsense. C'mon, Mark, you know it's not nonsense in organizations that use Outlook. The "on behal

[Mailman-Users] Edit monthly password reminder?

2009-10-21 Thread John Fleming
Can I edit the monthly password reminder text? (I did look through the docs, but I don't find that answer, although I'm sure it's been asked.) Thanks - John No virus found in this outgoing message. Checked by AVG - www.avg.com Version: 8.5.423 / Virus Database: 270.14.25/2450 - Release Date: 10

Re: [Mailman-Users] regexp help

2009-10-21 Thread Mark Sapiro
Savoy, Jim wrote: > >I just re-read Mark's comments, and he says: > >--- >So assuming that what you want is to bypass the other >header_filter_rules, you need to "add new item" before the current rule >1 so the new rule becomes #1. Then the new rule 1 regexp should be > > ^from:.*(\s|<)some\.p

Re: [Mailman-Users] Increase Mailman Performance

2009-10-21 Thread Mark Sapiro
Hien HUYNH HUU wrote: > How to increase Mailman Performance ? Now I'm using mailman with qmail > . I see that I takes about 50 mins to send all 10.000 messages . I think this > is a slow speed because I've heard that qmail can handle 10 million emails > per day. > In my qmail, I inst

Re: [Mailman-Users] Enabling the option "the should get the messagethat his mail has been approved" in Mailman

2009-10-21 Thread Mark Sapiro
ankush grover wrote: >I am using mailman 2.1.5 on RHEL 4 in production and 2.1.9-4 on Centos >5 in Testing environment. I am trying to configure an option in >mailman that is "the sender should get the message that his mail has >been approved". The sender gets the mail whenever his mail gets >reje

Re: [Mailman-Users] Changing the port number used to when you need toapprove messages

2009-10-21 Thread Mark Sapiro
Glenn Magle wrote: >Can you tell me where to look to change the port # of the web link to >approve messages. We have some lists using port 8080 and they will not >work, all ports without this are fine. When the lists were created, you had something like DEFAULT_URL_PATTERN = 'http://%s:8080

Re: [Mailman-Users] phantom bounces

2009-10-21 Thread Mark Sapiro
Michael Shulman wrote: > >I am having a strange problem. One of my users is repeatedly being >automatically unsubscribed from a mailing list, supposedly due to the >receipt of too many bounces from his (working) email address. The list >is configured to notify me when bounces trigger a disabling

Re: [Mailman-Users] Help with removing my messages

2009-10-21 Thread Mark Sapiro
Someone wrote: > >Before I knew that my name would be published on the web, I wrote about six >messages on a genealogy list.  I need to have them removed due to safety >concerns.  The list administrator has not been able to do this.  May I please >ask you for your help? Refer the list administ

Re: [Mailman-Users] Internal Server Error

2009-10-21 Thread Mark Sapiro
Carl Parsons wrote: > >We have been trying to get mailman working on a fedora 10 installation >I can get it working on a internal server but my external server gives >the following error. >I use webmin which places virtual servers in /home so I had to recompile >suexec to work in a different root

Re: [Mailman-Users] message bounce from good addresses

2009-10-21 Thread Mark Sapiro
Rik Pierce wrote: > >We have received some recent bounces from your address. Your current *bounce >score* is 1.0 out of a maximum of 5.0. Please double check that your >subscribed address is correct and that there are no problems with delivery >to this address. Your bounce score will be automatical

Re: [Mailman-Users] Changing the "-bounces" address

2009-10-21 Thread Mark Sapiro
Cox, Chris wrote: >I have been asked to change the senders address to list-mails rather >than list-bounces. >Did you try this sort of change already, and was it successful ? I have never done this because I don't have PHBs asking (telling) me to do nonsense. You can change the list-bounces addr

Re: [Mailman-Users] hepl with python syntax, etc.

2009-10-21 Thread Mark Sapiro
mar...@umn.edu wrote: > >Hello! I have three questions. I really will appreciate your help! > >As you will notice from the questions, I am dealing with spam mail from >people who writes from "konwn" servers -- I already filter messages with >heathers that show "spam" and "unknown". One of the majo

Re: [Mailman-Users] regexp help

2009-10-21 Thread Geoff Shang
On Wed, 21 Oct 2009, Savoy, Jim wrote: Yep - I could do that. Have exim rewrite the headers before it sends out the message, but the people on the mailing list do want to know who the email originally came from. They just don't want everyone to have access to their mailing list, just this one ac

Re: [Mailman-Users] regexp help

2009-10-21 Thread Savoy, Jim
>CNulk writes: >Hi Jim, >I may be completely wrong (heck, wouldn't be the first time), but why >not have your "unique.name" address be an alias to a simple >bash/perl/etc. script which simply accepts the email message, rewrites >the message to be from the unique.name address, and sends it on to t

Re: [Mailman-Users] regexp help

2009-10-21 Thread Savoy, Jim
>> To: "Name, Unique" >George Booth wrote: >Jim, I don't know if this will help, but this is what I use for our lists' >spam filters to accept from our domain: >^...@]+@(.+\.|)unique\.name$ >Worth a shot? OK, but the domain isn't "unique.name" - that is the username. The domain is uleth.ca.

Re: [Mailman-Users] regexp help

2009-10-21 Thread Savoy, Jim
I looked at one of the actual headers (I am not posting the actual name I am using as we don't want anyone to mail to it just yet!) but it looked like this: To: "Name, Unique" Since there is a dot in the username, I thought maybe that was fouling up the regular expression, so I tried all of thes

Re: [Mailman-Users] basic set-up question regarding gnu mailman

2009-10-21 Thread Geoff Shang
On Sat, 10 Oct 2009, Thomas Reale wrote: I am about to begin the installation process for gnu mailman. I'm learning some Python for this very purpose, but I seem to be getting hung up on some of the jargon, and I believe I might be intuitively inept at a starting point. I have two questions:

Re: [Mailman-Users] regexp help

2009-10-21 Thread Savoy, Jim
George Booth wrote: >Why don't you just add the email account to the list, set it for no mail, and set it so it's unmoderated? Well that was the first thing I did, but that didn't work because the mail is not technically coming from that account. It's coming from whoever originally sent it (the

Re: [Mailman-Users] regexp help

2009-10-21 Thread George Booth
Why don't you just add the email account to the list, set it for no mail, and set it so it's unmoderated? > -Original Message- > From: mailman-users-bounces+g.booth=usm@python.org > [mailto:mailman-users-bounces+g.booth=usm@python.org] On > Behalf Of Savoy, Jim > Sent: Wednesday

Re: [Mailman-Users] regexp help

2009-10-21 Thread Savoy, Jim
>Jim, try from: .*@(?!.*uleth.ca) The 'anything before the @ sign' is obvious, but the '?!.*' is to test for possible machine names, in case they're there. Nope. That failed. I added a "\n" to the front of this and that failed as well. I didn't think I would have to make any accommodations for t

Re: [Mailman-Users] regexp help

2009-10-21 Thread Savoy, Jim
>I wrote: >Anyway, just wanted to say that I fixed my regexp problem. I am running >an older version of Mailman, so tried this instead: > \nfrom:.*unique.name >and it worked! Looks like I spoke to soon. It actually did not work. I have also tried \n.*unique.name and that failed as well (I ass

[Mailman-Users] regexp help

2009-10-21 Thread Savoy, Jim
Hi all - I am trying to have all of the mail sent to a certain email account automatically forwarded to a moderated mailing list (moderated to everyone accept the mail from this particular email account). So I created the account (we'll call it unique.n...@some.domain) and set up the mailing lis

[Mailman-Users] regexp help

2009-10-21 Thread Savoy, Jim
Sorry to break the thread on this (my previous message didn't go through, so I guess this list is being moderated now). Anyway, just wanted to say that I fixed my regexp problem. I am running an older version of Mailman, so tried this instead: \nfrom:.*unique.name and it worked!

Re: [Mailman-Users] Mailman error

2009-10-21 Thread Clovis Tristao
Hi, Had several users that were removed from the system, and inadvertently not been unenrolled from the list. Thus the list was waged on behalf of unknown users. Once you have removed users from the list returned to work. Thank you for your assistance, Clóvis Em 21-10-2009 13:04, Mark Sapiro

Re: [Mailman-Users] Genaliases Command Help

2009-10-21 Thread Mark Sapiro
Carlos Williams wrote: >When installing MailMan, the guide explains that I need to run the >/usr/lib/mailman/bin/genaliases to "to initialize your aliases file". >I do so as instructed and get the following response: > >[r...@mail bin]# ./genaliases >[r...@mail bin]# > >As you can see I am issued

Re: [Mailman-Users] Archive is not showing messages

2009-10-21 Thread Mark Sapiro
Adam Nichols wrote: >When I go to the archive page, I get the "No messages have been posted >to this list yet, so the archives are currently empty. You can get more >information about this list." > > > >This is a newly created list. I have the archive option set to yes. I >can see the emails in

Re: [Mailman-Users] Apache Configuration for Mailman

2009-10-21 Thread Mark Sapiro
Carlos Williams wrote: >I am trying to install / configure MailMan on my mail server which is >running Postfix 2.6 & Apache 2 on CentOS 5 x64. I am following the >guide on the MailMan page labeled "5 Set up your web server". I am >confused here because it advises me to do the following: > > Scri

Re: [Mailman-Users] mailmanctl fails to start runners

2009-10-21 Thread Mark Sapiro
Ian Kaufman wrote: > >I am having trouble getting my mailman instance to run. It was working for >sometime, >but I had to move some files around and add a new disk to the system, and >now >it refuses to start. The error I see is: > >Starting mailman: Traceback (most recent call last): > File "/usr

Re: [Mailman-Users] Settings for list addresses

2009-10-21 Thread Mark Sapiro
Anne Anderson wrote: > >We are running Mailman 2.1.9 on Linux SLES 10. The name of this server is >mail.westmont.edu, so in mm_cfg.py we have these settings: > >DEFAULT_URL_PATTERN = 'http://%s/mailman/' >DEFAULT_NNTP_HOST = 'mail.westmont.edu' >DEFAULT_EMAIL_HOST = 'mail.westmont.edu' >DEFAULT_UR

Re: [Mailman-Users] Mailman error

2009-10-21 Thread Mark Sapiro
Clovis Tristao wrote: > >Since yesterday the mailman stopped sending messages to the lists. > >The message: > >/var/log/mailman/post: >Oct 06 10:27:50 2009 (2335) post to listname-l from usern...@foo.com, >size=2633, message-id=<4aca34fa.8030...@foo.com>, 322 failures > >/var/log/mailman/smtp-fail

Re: [Mailman-Users] Mailman archives

2009-10-21 Thread Krishnadas Kossery
Thank you Mark. We found a work around by providing a link in the footer as an attachment. Krishna -Original Message- From: Mark Sapiro [mailto:m...@msapiro.net] Sent: Wednesday, October 21, 2009 7:39 AM To: Krishnadas Kossery; mailman-users@python.org Subject: Re: [Mailman-Users] M

Re: [Mailman-Users] Mailman archives

2009-10-21 Thread Mark Sapiro
Krishnadas Kossery wrote: >When messages are archived in mailman, they are losing their original format. >Tables appear as text and are not readable. I would like to retain the >original format as is. What is the "original format". Please be more specific as to what is sent to the list, what

Re: [Mailman-Users] expost user list as csv

2009-10-21 Thread Mark Sapiro
Svante Tidholm wrote: > >Then suddenly I realized this is weird way >to do it, it must be smarter to use the list_member command in bin/, >but I can't get a nicely formatted CSV file as with mailman- >subscribers.py. Has anyone a smart idea on how to fix this? Or maybe I >should add it as a

Re: [Mailman-Users] How do I export contact information from mailmain

2009-10-21 Thread Mark Sapiro
Jason Touw wrote: >I have a list of names that I would like to export from all my lists and >cannot seem to find a way how to do this? Does anyone know?? If you really mean 'export', see the FAQ at . If you mean 'import', use bin/add_members or admin mass subscribe

Re: [Mailman-Users] Why are old messages appearing all of a sudden all the time?

2009-10-21 Thread Tanstaafl
On 10/21/2009 9:52 AM, Adam McGreggor wrote: > On Wed, Oct 21, 2009 at 09:34:51AM -0400, Tanstaafl wrote: >> This is a bit annoying. > > Those with an X-Mailman-Approved-At: header, par chance? Oh, right... sorry... -- Best regards, Charles

Re: [Mailman-Users] Why are old messages appearing all of a sudden all the time?

2009-10-21 Thread Adam McGreggor
On Wed, Oct 21, 2009 at 09:34:51AM -0400, Tanstaafl wrote: > This is a bit annoying. Those with an X-Mailman-Approved-At: header, par chance? -- If tin whistles are made of tin, what are foghorns made of? -- Mailman-Users mailing list Mailman-U

[Mailman-Users] Why are old messages appearing all of a sudden all the time?

2009-10-21 Thread Tanstaafl
This is a bit annoying. -- Best regards, Charles -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9

Re: [Mailman-Users] expost user list as csv

2009-10-21 Thread Barry Finkel
Svante Tidholm wrote: >Hi all, >I've been using a shell script to compile a list of all subscribers on >a list for our intranet at a site I'm taking care of. This is done >with the mailman-subscribers.py script and some smart commands that >parse the csv file in different ways. > >I run thi

Re: [Mailman-Users] Apache Configuration for Mailman

2009-10-21 Thread Adam McGreggor
On Thu, Oct 08, 2009 at 08:57:17AM -0400, Carlos Williams wrote: > it advises me to do the following: > > ScriptAlias /mailman/ /usr/lib/mailman/cgi-bin/ > > When I add that line into my /etc/httpd/conf/httpd.conf file, I get > this error when I restart Apache: > > [r...@mail conf]# serv

Re: [Mailman-Users] Genaliases Command Help

2009-10-21 Thread Adam McGreggor
On Fri, Oct 09, 2009 at 12:49:40PM -0400, Carlos Williams wrote: > When installing MailMan, the guide explains that I need to run the > /usr/lib/mailman/bin/genaliases to "to initialize your aliases file". > I do so as instructed and get the following response: > > [r...@mail bin]# ./genaliases >

Re: [Mailman-Users] how to change host servers for mailing list ?

2009-10-21 Thread Adam McGreggor
On Tue, Oct 13, 2009 at 03:16:44PM -0400, Cathleen McGuire wrote: > Hi -- I am helping one of your users with her Mailman mailing list. Her web > site is called vijali.net and it is hosted on Lunarpages. Never heard of "lunarpages". Do they provide shell access to Mailman, or just over-the-web? >

Re: [Mailman-Users] help.

2009-10-21 Thread Adam McGreggor
On Tue, Oct 13, 2009 at 12:57:29PM -0500, Greg wrote: > I am lost! I need step by step instruction on launching the Mailman system. > I need to be able to send a lot of emails at once and have no idea on how to > even get started. I have read and checked out every link provided and still > can't fi

Re: [Mailman-Users] Problems with Hotmail

2009-10-21 Thread LuKreme
On 20-Oct-2009, at 08:05, Adrià wrote: We have problems with sended emails to Hotmail. Welcome to the Internet. Hotmail users don’t receive emails from mailman lists, please help us to solucionate the problem. Anyone using hotmail should be well used to not receiving emails. -- Gods don

Re: [Mailman-Users] My question is: Is there a way to remove an archive?

2009-10-21 Thread Adam McGreggor
On Wed, Oct 21, 2009 at 10:50:51AM +0200, Ralf Hildebrandt wrote: > * A.J. van den Berg : > > Hello, > > > > My question is: Is there a way to remove an archive? > > Yes. And presuming the OP wanted to know how (but didn't actually ask), and was unaware of , and whilst it'

Re: [Mailman-Users] Help with removing my messages

2009-10-21 Thread Adam McGreggor
On Sun, Oct 11, 2009 at 06:09:01PM -0700, Jan Peters wrote: > Before I knew that my name would be published on the web, I wrote > about six messages on a genealogy list.  I need to have them removed > due to safety concerns.  The list administrator has not been able to > do this.  May I please ask

Re: [Mailman-Users] How do I export contact information from mailmain

2009-10-21 Thread Adam McGreggor
On Wed, Oct 07, 2009 at 03:35:45PM -0700, Jason Touw wrote: > I have a list of names that I would like to export from all my lists > and cannot seem to find a way how to do this? Does anyone know?? s/names/email addresses/ find_members | tee -a ? -- ``Any person who knowingly causes a nuclear w

Re: [Mailman-Users] Help with removing my messages

2009-10-21 Thread Malcolm Austen
On Mon, 12 Oct 2009 02:09:01 +0100, Jan Peters wrote: Before I knew that my name would be published on the web, I wrote about six messages on a genealogy list. I need to have them removed due to safety concerns. The list administrator has not been able to do this. May I please ask you f

Re: [Mailman-Users] My question is: Is there a way to remove an archive?

2009-10-21 Thread Ralf Hildebrandt
* Ralf Hildebrandt : > * A.J. van den Berg : > > Hello, > > > > My question is: Is there a way to remove an archive? > > Yes. You can simply delete the archives using "rm" Of course you need to disable archiving. -- Ralf Hildebrandt Geschäftsbereich IT | Abteilung Netzwerk Charité - Unive

Re: [Mailman-Users] Problems with Hotmail

2009-10-21 Thread Adam McGreggor
On Tue, Oct 20, 2009 at 04:05:35PM +0200, Adrià wrote: > We have problems with sended emails to Hotmail. > > Hotmail users don’t receive emails from mailman lists, please help us to > solucionate the problem. You'd probably need to work out *why* Hotmail aren't taking your mail. Has your IP addre

Re: [Mailman-Users] Internal Server Error

2009-10-21 Thread Adam McGreggor
On Sun, Oct 11, 2009 at 11:09:30AM +0100, Carl Parsons wrote: > Hi > > We have been trying to get mailman working on a fedora 10 installation > I can get it working on a internal server but my external server gives > the following error. > I use webmin which places virtual servers in /home so I h

Re: [Mailman-Users] expost user list as csv

2009-10-21 Thread Adam McGreggor
On Mon, Oct 19, 2009 at 10:08:42AM +0200, Svante Tidholm wrote: > Hi all, > I've been using a shell script to compile a list of all subscribers on > a list for our intranet at a site I'm taking care of. This is done > with the mailman-subscribers.py script and some smart commands that > parse

Re: [Mailman-Users] My question is: Is there a way to remove an archive?

2009-10-21 Thread Krishnadas Kossery
cd /usr/local/mailman (cd $mailman_prefix) bin/rmlist -r This removes the list and its archives. Krishna -Original Message- From: mailman-users-bounces+krishnadas=marfic@python.org [mailto:mailman-users-bounces+krishnadas=marfic@python.org] On Behalf Of A.J. van den Berg S

Re: [Mailman-Users] Problems with Hotmail

2009-10-21 Thread Ralf Hildebrandt
* Adrià : > Hei, > > > > We have problems with sended emails to Hotmail. Well who hasn't? > Hotmail users don’t receive emails from mailman lists, please help us to > solucionate the problem. Sign up for https://postmaster.live.com -- Ralf Hildebrandt Geschäftsbereich IT | Abteilung Net

Re: [Mailman-Users] My question is: Is there a way to remove an archive?

2009-10-21 Thread Ralf Hildebrandt
* A.J. van den Berg : > Hello, > > My question is: Is there a way to remove an archive? Yes. -- Ralf Hildebrandt Geschäftsbereich IT | Abteilung Netzwerk Charité - Universitätsmedizin Berlin Campus Benjamin Franklin Hindenburgdamm 30 | D-12203 Berlin Tel. +49 30 450 570 155 | Fax: +4

Re: [Mailman-Users] Increase Mailman Performance

2009-10-21 Thread Ralf Hildebrandt
* Hien HUYNH HUU : > Dear all, >How to increase Mailman Performance ? Now I'm using mailman with >qmail. ou could use postfix, which caches connections and sends a message to multiple recipients instead of one mail per recipient. >I see that I takes about 50 mins to send

Re: [Mailman-Users] Reply to all

2009-10-21 Thread Ralf Hildebrandt
* Geral - Alta Densidade : > Hi. > > I’ m trying to configure a mailing list where I want that only the moderator > or administrator receive the reply to the messages. Set an explicit reply-to: > But when someone of the list do reply to all, all the other members receive > it. How can I prevent

Re: [Mailman-Users] List Administrator

2009-10-21 Thread Ralf Hildebrandt
* Kimberly Kopplien : > One of my List Administrator lost their password how do I re-set it for them? ./bin/change_pw -l listname -- Ralf Hildebrandt Geschäftsbereich IT | Abteilung Netzwerk Charité - Universitätsmedizin Berlin Campus Benjamin Franklin Hindenburgdamm 30 | D-12203 Berlin

Re: [Mailman-Users] How do I export contact information from mailmain

2009-10-21 Thread Ralf Hildebrandt
* Jason Touw : > I have a list of names that I would like to export from all my lists > and cannot seem to find a way how to do this? Does anyone know?? I don't understand the question. If you already have the list, what is there to export? -- Ralf Hildebrandt Geschäftsbereich IT | Abteilung N

[Mailman-Users] Mailman / Postfix and Google Apps

2009-10-21 Thread Kirth Bobb
So I have a domain with email hosted with google apps. I have a mailman server setup here in the office and I am able to send emails, like when users subscribe, etc. What do I need to configure to get mailman to read emails from my google apps. Do I need to create a user on my google domain and the

[Mailman-Users] Problems with Hotmail

2009-10-21 Thread Adrià
Hei, We have problems with sended emails to Hotmail. Hotmail users don’t receive emails from mailman lists, please help us to solucionate the problem. Thanks. Adrià espaivirtual -- Mailman-Users mailing list Mailman-Users@python.org ht

[Mailman-Users] My question is: Is there a way to remove an archive?

2009-10-21 Thread A.J. van den Berg
Hello, My question is: Is there a way to remove an archive? Greetings André vd Berg Hofstedenlaan 18 9301RW Roden 050-5013733 avd...@kpnplanet.nl -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listi

[Mailman-Users] Hotmail users don't receive

2009-10-21 Thread Adrià
Please help me. I’m sending a list with mailman, but the Hotmail users don’t recive the email. How can solucionate this? Is important that the hotmail users can receive the list email. Thanks. Adrià Cutillas espaivirtual -- Mailman-Users

[Mailman-Users] expost user list as csv

2009-10-21 Thread Svante Tidholm
Hi all, I've been using a shell script to compile a list of all subscribers on a list for our intranet at a site I'm taking care of. This is done with the mailman-subscribers.py script and some smart commands that parse the csv file in different ways. I run this as a cron script hourly on

[Mailman-Users] Increase Mailman Performance

2009-10-21 Thread Hien HUYNH HUU
Dear all, How to increase Mailman Performance ? Now I'm using mailman with qmail . I see that I takes about 50 mins to send all 10.000 messages . I think this is a slow speed because I've heard that qmail can handle 10 million emails per day. In my qmail, I installed big_concurrency

[Mailman-Users] expost user list as csv

2009-10-21 Thread Svante Tidholm
Hi all, I've been using a shell script to compile a list of all subscribers on a list for our intranet at a site I'm taking care of. This is done with the mailman-subscribers.py script and some smart commands that parse the csv file in different ways. I run this as a cron script hourly on

[Mailman-Users] Enabling the option "the should get the message that his mail has been approved" in Mailman

2009-10-21 Thread ankush grover
I am using mailman 2.1.5 on RHEL 4 in production and 2.1.9-4 on Centos 5 in Testing environment. I am trying to configure an option in mailman that is "the sender should get the message that his mail has been approved". The sender gets the mail whenever his mail gets rejected however no mail goes t

[Mailman-Users] Changing the port number used to when you need to approve messages

2009-10-21 Thread Glenn Magle
Can you tell me where to look to change the port # of the web link to approve messages. We have some lists using port 8080 and they will not work, all ports without this are fine. -- Mailman-Users mailing list Mailman-Users@python.org http://

[Mailman-Users] Mailman and Google Apps Standard

2009-10-21 Thread Kirth Bobb
I'm having some difficulty understanding how to get mailman to work with my Google Domain. Is there any documentation that outlines how to accomplish this? Anyone have any guidance to give. thanks -- Mailman-Users mailing list Mailman-Users@pytho

[Mailman-Users] Reply to all

2009-10-21 Thread Geral - Alta Densidade
Hi. I’ m trying to configure a mailing list where I want that only the moderator or administrator receive the reply to the messages. But when someone of the list do reply to all, all the other members receive it. How can I prevent it? Thank you. Paulo Geada Alta Densidade - Informática,

[Mailman-Users] how to change host servers for mailing list ?

2009-10-21 Thread Cathleen McGuire
Hi -- I am helping one of your users with her Mailman mailing list. Her web site is called vijali.net and it is hosted on Lunarpages. We are currently developing a new web site with a new domain on a new server hosted by GoDaddy.com. We need to keep the vijali.net mailing list, but in June the we

[Mailman-Users] help.

2009-10-21 Thread Greg
I am lost! I need step by step instruction on launching the Mailman system. I need to be able to send a lot of emails at once and have no idea on how to even get started. I have read and checked out every link provided and still can't figure it out. Can you help please? ---

Re: [Mailman-Users] Cannot send mail to mailing lists

2009-10-21 Thread Krishnadas Kossery
Finally we got mailman working. The problem was as simple as our server network interface not listening to any network interfaces other than loopback for SMTP requests. :( Anyways we are up and running. Thanks for the help. Regards, Lego -Original Message- From: Krishnadas Kosser

[Mailman-Users] Mailman archives

2009-10-21 Thread Krishnadas Kossery
When messages are archived in mailman, they are losing their original format. Tables appear as text and are not readable. I would like to retain the original format as is. Please suggest. Regards, Krishna -- Mailman-Users mailing list Mailma

[Mailman-Users] List Administrator

2009-10-21 Thread Kimberly Kopplien
One of my List Administrator lost their password how do I re-set it for them? Thanks, Kimberly Kimberly Kopplien Linn-Benton Community College Information Services Hours: 9 a.m. to 1 p.m. M-F 541-917-4491 -- Mailman

[Mailman-Users] phantom bounces

2009-10-21 Thread Michael Shulman
Hi, I am having a strange problem. One of my users is repeatedly being automatically unsubscribed from a mailing list, supposedly due to the receipt of too many bounces from his (working) email address. The list is configured to notify me when bounces trigger a disabling or unsubscription, but I

[Mailman-Users] Help with removing my messages

2009-10-21 Thread Jan Peters
Dear MailMan, Before I knew that my name would be published on the web, I wrote about six messages on a genealogy list.  I need to have them removed due to safety concerns.  The list administrator has not been able to do this.  May I please ask you for your help? Thank you, Jan Peters

[Mailman-Users] Internal Server Error

2009-10-21 Thread Carl Parsons
Hi We have been trying to get mailman working on a fedora 10 installation I can get it working on a internal server but my external server gives the following error. I use webmin which places virtual servers in /home so I had to recompile suexec to work in a different root I suspect this is the

[Mailman-Users] basic set-up question regarding gnu mailman

2009-10-21 Thread Thomas Reale
To whom it may concern, I am about to begin the installation process for gnu mailman. I'm learning some Python for this very purpose, but I seem to be getting hung up on some of the jargon, and I believe I might be intuitively inept at a starting point. I have two questions: 1) Does the instal

[Mailman-Users] message bounce from good addresses

2009-10-21 Thread Rik Pierce
Is this a place to ask for help with Mailman? If not, please point me in the right direction We have 3 mail lists. The big one is a Notify list in which people sign up to get information about events. A smaller one is our members who we enroll to send our newsletter and members info to. I include

[Mailman-Users] Genaliases Command Help

2009-10-21 Thread Carlos Williams
When installing MailMan, the guide explains that I need to run the /usr/lib/mailman/bin/genaliases to "to initialize your aliases file". I do so as instructed and get the following response: [r...@mail bin]# ./genaliases [r...@mail bin]# As you can see I am issued no errors or anything to that na

Re: [Mailman-Users] Changing the "-bounces" address

2009-10-21 Thread Cox, Chris
Hello Mark I have been asked to change the senders address to list-mails rather than list-bounces. Did you try this sort of change already, and was it successful ? Chris Cox. Solution Support Engineer Cable & Wireless Europe, Asia and USA Direct Dial: +44 (0) 1603 820467 Mobile: +44 (0) 791 7050

[Mailman-Users] hepl with python syntax, etc.

2009-10-21 Thread marisa
Hello! I have three questions. I really will appreciate your help! As you will notice from the questions, I am dealing with spam mail from people who writes from "konwn" servers -- I already filter messages with heathers that show "spam" and "unknown". One of the major problems is some people

[Mailman-Users] trouble starting mailman

2009-10-21 Thread Ian Kaufman
Hi all, I am having trouble getting my mailman instance to run. It was working for sometime, but I had to move some files around and add a new disk to the system, and now it refuses to start. The error I see is: Starting mailman: Traceback (most recent call last): File "/usr/lib/mailman/bin/mai

[Mailman-Users] Apache Configuration for Mailman

2009-10-21 Thread Carlos Williams
I am trying to install / configure MailMan on my mail server which is running Postfix 2.6 & Apache 2 on CentOS 5 x64. I am following the guide on the MailMan page labeled "5 Set up your web server". I am confused here because it advises me to do the following: ScriptAlias /mailman/ /usr/li

[Mailman-Users] How do I export contact information from mailmain

2009-10-21 Thread Jason Touw
I have a list of names that I would like to export from all my lists and cannot seem to find a way how to do this? Does anyone know?? Regards, Jason Touw 5630 W. Atlantic Ave, Delray Beach, FL. 33484 eMail: touwja...@gmail.com Mobile: 561.302.4599

[Mailman-Users] Donation

2009-10-21 Thread Lutz Borkenhagen
Dear ladies and gentlemen, we are start-up company from germany and we want to donate to your project http://www.gnu.org/software/mailman/index.html We are operating the webproject www.finanzvergleich.de and we want to ask you if it is possible, that you announce us with a link on your page, if we

[Mailman-Users] Apache Configuration for Mailman

2009-10-21 Thread Carlos Williams
I am trying to install / configure MailMan on my mail server which is running Postfix 2.6 & Apache 2 on CentOS 5 x64. I am following the guide on the MailMan page labeled "5 Set up your web server". I am confused here because it advises me to do the following: ScriptAlias /mailman/ /usr/l

[Mailman-Users] Archive is not showing messages

2009-10-21 Thread Adam Nichols
When I go to the archive page, I get the "No messages have been posted to this list yet, so the archives are currently empty. You can get more information about this list." This is a newly created list. I have the archive option set to yes. I can see the emails in "/var/lib/mailman/lists//dig

[Mailman-Users] Mailman(error)

2009-10-21 Thread Clovis Tristao
Hi (again), Since yesterday the mailman stopped sending messages to the lists. The message: /var/log/mailman/post: Oct 06 10:27:50 2009 (2335) post to listname-l from usern...@foo.com, size=2633, message-id=<4aca34fa.8030...@foo.com>, 322 failures /var/log/mailman/smtp-failure: Oct 06 10:35:

[Mailman-Users] mailmanctl fails to start runners

2009-10-21 Thread Ian Kaufman
Hi all, I am having trouble getting my mailman instance to run. It was working for sometime, but I had to move some files around and add a new disk to the system, and now it refuses to start. The error I see is: Starting mailman: Traceback (most recent call last): File "/usr/lib/mailman/bin/mai

[Mailman-Users] Settings for list addresses

2009-10-21 Thread Anne Anderson
Hello Mailman folks - We are running Mailman 2.1.9 on Linux SLES 10. The name of this server is mail.westmont.edu, so in mm_cfg.py we have these settings: DEFAULT_URL_PATTERN = 'http://%s/mailman/' DEFAULT_NNTP_HOST = 'mail.westmont.edu' DEFAULT_EMAIL_HOST = 'mail.westmont.edu' DEFAULT_URL_HOST

Re: [Mailman-Users] Cannot send mail to mailing lists

2009-10-21 Thread Krishnadas Kossery
Thanks Adam, Logs - I meant by MTA logs as well as mailman logs (under /usr/local/mailman/logs) Yes - bin/mailmanctl is running and test mails/list creations were done after querunner was started. Is archiving for the lists switched on? Yes - they are. Are messages being delivered to the arch

[Mailman-Users] Mailman error

2009-10-21 Thread Clovis Tristao
Hi, Since yesterday the mailman stopped sending messages to the lists. The message: /var/log/mailman/post: Oct 06 10:27:50 2009 (2335) post to listname-l from usern...@foo.com, size=2633, message-id=<4aca34fa.8030...@foo.com>, 322 failures /var/log/mailman/smtp-failure: Oct 06 10:35:50 2009