[Mailman-Users] Unsubscribed email addresses: Is there a log?

2003-07-11 Thread Angel Gabriel
I would like to have a list of all people that have unsubscribed from some mailing lists since my list began. Is there anyway for me to get these records? -- Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/ma

[Mailman-Users] Doc Correction - EXIM bounce check

2003-07-11 Thread _Chris McKeever_
The README.exim file had some ACL code for letting the bounce mechanism work, it seems there was a couple small syntax errors not letting exim start, working code (in terms of letting exim start) is as follows - not tested to ensure it provides the desired effect: # Accept bounces to lists even

RE: [Mailman-Users] newbie - couple administration items

2003-07-11 Thread _Chris McKeever_
> -Original Message- > From: _Chris McKeever_ [mailto:[EMAIL PROTECTED] > > > Just put mailman on with exim, all is working well. I am > trying to figure > out how to do a couple small task, so far I havent found anything. > > 1 - I would like to change the footer of the message of

Re: [Mailman-Users] Virtual Domains

2003-07-11 Thread Matt Thoene
On Friday, July 11, 2003 @ 8:48:06 AM [-0700], Vivek Khera wrote: MT>> Does anyone subscribed to the list have mailman working with virtual MT>> domains? 1 IP, multiple domains, multiple url's? If so, can you possible MT>> point me to a howto on it? I'm having a terrible time getting it to MT>> wo

[Mailman-Users] newbie - couple administration items

2003-07-11 Thread _Chris McKeever_
Just put mailman on with exim, all is working well. I am trying to figure out how to do a couple small task, so far I havent found anything. 1 - I would like to change the footer of the message of the already existing lists. I think that has something to so with data/citelist.cfg, but I dont kno

[Mailman-Users] Digest Question...

2003-07-11 Thread Customer & Technical Support
Hello all... I finally got lucky enough to get MM 2.1.2 installed on my server. I like it a LOT better than the 2.0.13 version. It has all of the features I wanted added in. However it does one thing I don't like at all... In the digest version of the list I get a link after a lot of messag

[Mailman-Users] Staggering delivery? Howto?

2003-07-11 Thread Angel Gabriel
Is it possible for me to set mailman to deliver, say, 20 mails a minute? The list is a oneway list for announcements only, but as soon as people recieve the message, they all come and check the website, which is hosted on the same machine, this chews on my bandwith, and brings my machine to it's

Re: [Mailman-Users] Install problems Error 500

2003-07-11 Thread Scott Brown
[Fri Jul 11 13:54:54 2003] [error] [client 209.102.125.168] Premature end of script headers: /usr/local/mailman/cgi-bin/admin [Fri Jul 11 13:54:54 2003] [error] [client 209.102.125.168] File does not exist: home/naturall/public_html/500.shtml At 07:49 PM 7/11/03 +0100, Richard Barrett wrote: At

[Mailman-Users] Making it easy to subscribe with a "nomail" setting

2003-07-11 Thread JC Dill
I need to add ~80 names to a list and have these particular subscribers set to not receive email. Is there a way to do this when bulk adding? Is there a way to request this type of setting when adding if you subscribe via email? There isn't a way when subscribing one's self via the webpage. T

Re: [Mailman-Users] Install problems Error 500

2003-07-11 Thread Richard Barrett
At 06:59 11/07/2003, Scott Brown wrote: Hello, My Apache setup has the user/group set to: apache and apache. So, I ran ./configure --prefix=/usr/local/mailman --with-cgi-gid=apache make install and it goes just fine. But when I goto http://www.mywebsite.com/mailman/admin I get the l

Re: [Mailman-Users] [Mailer-Daemon@server.pl: Mail deliveryfailed: returning message to sender]

2003-07-11 Thread Richard Barrett
At 14:03 11/07/2003, Jakub Mateusz Mikusek (mick3y) wrote: Hello, it's me again with the same problem - google shows only 3. results and I didn't find any solution. Below I've attached logs and other useful(IMO) informations: Regards, Jakub /etc/mail/exim.conf MAILMAN_HOME=/var/spool/mailman MAILM

[Mailman-Users] list server bounces going through news gateway

2003-07-11 Thread Eric McDonald
Hi everyone: I have a list server that's tied to a news server through the gateway, specifically soc.nonprofit.org When someone posts a message to the newsgroup, it gets forwarded to the nonprofit list server that I maintain, but if one of the users on the listserver has the mail bounced back, an

[Mailman-Users] How to remove a list?

2003-07-11 Thread Todd Felmly
Here's a really simple and stupid question... How do you remove a list? I know you can run rmlist from the command line but is there a way to do it via the web interface? If I go to http://mydomain/mailman/rmlist/listname I am scolded that I am being a sneaky list owner! Todd ---

[Mailman-Users] After installing mailman under Gentoo linux,I get...

2003-07-11 Thread Evert Meulie
I did follow all the instructions in the README.gentoo.gz document, but still get the following error... What did I miss? Greetings, Evert Meulie http://evert.meulie.net/ * email : [EMAIL PROTECTED] =

Re: [Mailman-Users] Dealing with duplicate messages

2003-07-11 Thread Angel Gabriel
On Thu, 2003-07-10 at 17:27, Martyn Drake wrote: > > > I'm running several internal MailMan mailing lists which are in turn > have other MailMan mailing lists subscribed to it. In addition, the > same people are subscribed to other mailing lists on the system. > > The problem is that they're co

[Mailman-Users] Problem with qfiles/ after an upgrade.

2003-07-11 Thread Josef Karthauser
Hi, I've just upgraded to mailman-2.1.1 from a 1.x version. For a reason that I can't fathom when I start mailman with 'mailmanctl start' I get the following errors: Traceback (most recent call last): File "/usr/local/mailman/bin/qrunner", line 270, in ? main() File "/usr

Re: [Mailman-Users] newbie question

2003-07-11 Thread Ed Hill
On Thu, 2003-07-10 at 18:30, Brad Knowles wrote: > At 2:12 PM -0400 2003/07/10, Ed Hill wrote: > > > Thanks for responding! I'm using mailman-2.1.2-2 as shipped with RH 9 > > and the machine has the name "forge.lcs.mit.edu" with a CNAME of > > "dev.mitgcm.org" pointing to the same IP address.

Re: [Mailman-Users] Virtual Domains

2003-07-11 Thread Vivek Khera
> "MT" == Matt Thoene <[EMAIL PROTECTED]> writes: MT> Does anyone subscribed to the list have mailman working with virtual MT> domains? 1 IP, multiple domains, multiple url's? If so, can you possible MT> point me to a howto on it? I'm having a terrible time getting it to MT> work. The directi

[Mailman-Users] too many hops?

2003-07-11 Thread Daniel A. Creed
When getting messages from one particular AOL user I am seeing too many hops error messages in my maillog. Does anyone know what might be causing this? -- Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailma

RE: [Mailman-Users] Virtual Domains

2003-07-11 Thread Phil Iovino
I am as well. For one clients' lists I cnamed lists.client.com to mail.nxtek.net, the server that hosts Mailman. Right now the host_name is mail.nxtek.net. Is that what I change to lists.client.com? Do I also have to add lists.client.com to local-host-names? > -Original Message- > From:

[Mailman-Users] [Mailer-Daemon@server.pl: Mail delivery failed:returning message to sender]

2003-07-11 Thread Jakub Mateusz Mikusek (mick3y)
Hello, it's me again with the same problem - google shows only 3. results and I didn't find any solution. Below I've attached logs and other useful(IMO) informations: Regards, Jakub /etc/mail/exim.conf MAILMAN_HOME=/var/spool/mailman MAILMAN_WRAP=/usr/lib/mailman/mail/mailman MAILMAN_UID=mailm