[Mailman-Users] New lists fail... Do I need to create aliases for Exim?

2005-11-28 Thread Andrew Steele
Back in September I asked some questions about problems I was having getting Mailman running on the virtual server supplied by my ISP. Configuration was complicated by the fact that I do not have full admin access to the server. Anyway, with some effort we have finally resolved most of the iss

Re: [Mailman-Users] New install: Uncaught runner exception: nothing torepeat

2005-10-22 Thread Dwight Tovey
Dwight Tovey said: > > Mark Sapiro said: >> You're almost there. If you look at lines 97 and 98 in >> /usr/local/mailman/Mailman/Handlers/SpamDetect.py, you'll see >> >> for header, regex in mm_cfg.KNOWN_SPAMMERS: >> cre = re.compile(regex, re.IGNORECASE) >> >> Thus, the bad regex is i

Re: [Mailman-Users] New install: Uncaught runner exception: nothing torepeat

2005-10-22 Thread Dwight Tovey
Mark Sapiro said: > You're almost there. If you look at lines 97 and 98 in > /usr/local/mailman/Mailman/Handlers/SpamDetect.py, you'll see > > for header, regex in mm_cfg.KNOWN_SPAMMERS: > cre = re.compile(regex, re.IGNORECASE) > > Thus, the bad regex is in the KNOWN_SPAMMERS list in m

Re: [Mailman-Users] New Members auto placed on moderation.

2005-10-22 Thread Mark Sapiro
David wrote: >I am trying to set it so new members are auto placed on moderation at >sign up and once proved worthy of not spamming and posting inappropriate >material moved to unmoderated status. Is this possible? Privacy options...->Sender filters->default_member_moderation = Yes -- Mark

[Mailman-Users] New Members auto placed on moderation.

2005-10-22 Thread David
I am trying to set it so new members are auto placed on moderation at sign up and once proved worthy of not spamming and posting inappropriate material moved to unmoderated status. Is this possible? Thanks David -- Mailman-Users mailing list

Re: [Mailman-Users] New install: Uncaught runner exception: nothing torepeat

2005-10-22 Thread Mark Sapiro
Dwight Tovey wrote: > >Next I go in to the list info page and sign up. The confirmation message >succesfully goes out. I then confirm the subscription (either by clicking >on the supplied link or sending back a reply) and from the logs I can see >that Mailman tries to send out a notification to t

[Mailman-Users] New install: Uncaught runner exception: nothing to repeat

2005-10-22 Thread Dwight Tovey
Hello all. I'm trying to install Mailman 2.1.6 on a Linux system and get it running with an existing Qmail. For the most part I thought everything went smoothly, but now I've run into a snag. I can create a mailing list with 'newlist -u www.mydom.ain -e mydom.ain listname' and the list administr

Re: [Mailman-Users] new posts not going through

2005-10-01 Thread Mark Sapiro
Con Wieland wrote: >I should have included this originally. I had a list that the >subscribers file seems to have become corrupted creating some invalid >addresses (I have corrected this). As indicated in the log/smtp- >failure log these messages seem to be "stuck" on mailman. They are >no

Re: [Mailman-Users] new posts not going through

2005-10-01 Thread Con Wieland
I should have included this originally. I had a list that the subscribers file seems to have become corrupted creating some invalid addresses (I have corrected this). As indicated in the log/smtp- failure log these messages seem to be "stuck" on mailman. They are not being accepted by my MT

Re: [Mailman-Users] new posts not going through

2005-10-01 Thread Mark Sapiro
Con Wieland wrote: >I'm getting these every 3 minutes in the logs/post file and I am >unable to receive new posts any ideas? > > >Oct 01 12:27:33 2005 (2883) post to physics-astronomy-seminars from >[EMAIL PROTECTED], size=4208, message-id=<4339B35A. >[EMAIL PROTECTED]>, 22 failures What's

[Mailman-Users] new posts not going through

2005-10-01 Thread Con Wieland
I'm getting these every 3 minutes in the logs/post file and I am unable to receive new posts any ideas? Oct 01 12:27:33 2005 (2883) post to physics-astronomy-seminars from [EMAIL PROTECTED], size=4208, message-id=<4339B35A. [EMAIL PROTECTED]>, 22 failures Oct 01 12:30:40 2005 (2883) post to

Re: [Mailman-Users] new and improved stupid error

2005-09-23 Thread John Dennis
On Fri, 2005-09-23 at 09:22 -0700, Sean Roe wrote: > Hi All, > > I am getting the following error now when I start up mailman: > > [client 192.168.4.199] Exception exceptions.A > ttributeError: "MysqlMemberships instance has no attribute 'cursor'" in > ethod MysqlMemberships.__del__ of > tanc

[Mailman-Users] new and improved stupid error

2005-09-23 Thread Sean Roe
Hi All, I am getting the following error now when I start up mailman: [client 192.168.4.199] Exception exceptions.A ttributeError: "MysqlMemberships instance has no attribute 'cursor'" in > ignored I think the other sysadmin may of removed something by accident (or on purpose) :) Again, I am

Re: [Mailman-Users] New User/Administrator of a list

2005-09-08 Thread Brad Knowles
At 8:05 AM +1000 2005-09-09, Clayton Mic wrote: > I have just taken over the administration/moderation of our Mailman > site and appear to be having a problem with our Archives section > getting the following message when accessing the Archives. You haven't given us much in the way of

[Mailman-Users] New User/Administrator of a list

2005-09-08 Thread Clayton Mic
I have just taken over the administration/moderation of our Mailman site and appear to be having a problem with our Archives section getting the following message when accessing the Archives. Forbidden You don't have permission to access /pipermail/members_aha.net.au/ on this server. Additional

Re: [Mailman-Users] New mailman user

2005-09-06 Thread Andrew Steele
On 5 Sep 2005 at 14:54, Mark Sapiro wrote: > SuExec in the apache config. See > http://mail.python.org/pipermail/mailman-users/2004-August/038874.html and > the web page it points to. Whilst on 5 Sep 2005 at 16:48, Dan Phillips wrote: > I don't remember the specifics of your setup (OS, MTA, etc.

Re: [Mailman-Users] New mailman user

2005-09-05 Thread Mark Sapiro
Andrew Steele wrote: > >I checked and find every attempt to access the mailman/admin or >listinfo addresses eg: http://airedale.cnet.org/mailman/listinfo >returns the following entry in the web server log: > >[Mon Sep 5 22:11:09 2005] [error] [client 82.38.50.159] Premature >end of script heade

Re: [Mailman-Users] New mailman user

2005-09-05 Thread Andrew Steele
On 3 Sep 2005 at 15:14, Mark Sapiro wrote: > I'm guessing you now have a cgi wrapper group mismatch error. See > http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq06.016.htp Thanks for this although I certainly hope this isn't the case. I'm fast reaching the point of throwing the towel

Re: [Mailman-Users] New mailman user

2005-09-03 Thread Mark Sapiro
Andrew Steele wrote: >On 3 Sep 2005 at 12:25, Mark Sapiro wrote: > >> If you are sending to the [EMAIL PROTECTED] address, it might be an alias or >> Exim/Mailman integration problem. Exim/Mailman integration is described at >> http://www.exim.org/howto/mailman21.html. > >It does seem that the ali

Re: [Mailman-Users] New mailman user

2005-09-03 Thread Andrew Steele
On 3 Sep 2005 at 12:25, Mark Sapiro wrote: > To what address are you sending the message? The symptoms you describe > are exactly what you'd see if you are sending to [EMAIL PROTECTED] > instead of [EMAIL PROTECTED] Thanks for the reply... I went back and double checked. I was definitely sendi

Re: [Mailman-Users] New mailman user

2005-09-03 Thread Mark Sapiro
Andrew Steele wrote: >I'm a new Mailman user. I've just had my ISP install Mailman for me. >They created a test list and this appears to work just fine. > >I've now created the first list for myself using the web browser >interface. > >On sending a test message I receive a copy of the message

[Mailman-Users] New mailman user

2005-09-03 Thread Andrew Steele
I'm a new Mailman user. I've just had my ISP install Mailman for me. They created a test list and this appears to work just fine. I've now created the first list for myself using the web browser interface. On sending a test message I receive a copy of the message - I am the list owner AND al

Re: [Mailman-Users] new list announcements coming from "mailman-admin"

2005-07-22 Thread Mark Sapiro
Matt Emerson wrote: >On our system (Mac OS X Server, using the bundled Postfix and bundled >Mailman 2.1.4), when we create a new list with the newlist command, >the new list announcement that is sent to the list owner comes from >"[EMAIL PROTECTED]". This address is also cited as the >address to

[Mailman-Users] new list announcements coming from "mailman-admin"

2005-07-22 Thread Matt Emerson
On our system (Mac OS X Server, using the bundled Postfix and bundled Mailman 2.1.4), when we create a new list with the newlist command, the new list announcement that is sent to the list owner comes from "[EMAIL PROTECTED]". This address is also cited as the address to which questions should be

Re: [Mailman-Users] new to mime filters

2005-05-01 Thread Mark Sapiro
Jarrel Pertschuk wrote: Hey there trying to learn how to filter attachments with a list of extensions. I'd like to write a filter that will scan for all items like .exe, .dll and a long list of things of that sort and delete them. Not sure how to do this. Can anyone help with this basic questio

Re: [Mailman-Users] new to mime filters

2005-04-30 Thread Brad Knowles
At 3:53 PM -0700 2005-04-29, Jarrel Pertschuk wrote: Hey there trying to learn how to filter attachments with a list of extensions. I'd like to write a filter that will scan for all items like .exe, .dll and a long list of things of that sort and delete them. Not sure how to do this. Can anyon

[Mailman-Users] new to mime filters

2005-04-30 Thread Jarrel Pertschuk
Hey there trying to learn how to filter attachments with a list of extensions. I'd like to write a filter that will scan for all items like .exe, .dll and a long list of things of that sort and delete them. Not sure how to do this. Can anyone help with this basic question? Thanks, -Jay --

Re: [Mailman-Users] New Mailman Administrator Questions

2005-02-25 Thread Mike Lyne
Hi folks, Many thanks to Brad and Mark for their help - the FAQ on python.org looks absolutely essential reading. Question 1 - Is there a way to add large numbers of email addresses as List members to Mailman easily and quickly in one, or a few, simple actions? From the responses from Brad and

Re: [Mailman-Users] New Mailman Administrator Questions

2005-02-25 Thread Mark Sapiro
Mike Lyne wrote: > >The questions I have are as follows:- > >I need to be able to verify a Membership Number for applicants for the >3 Members only Lists before approving their addition to the appropriate >List - Mailman allows an (optional) Name to be submitted through the web >interface for joini

Re: [Mailman-Users] New Mailman Administrator Questions

2005-02-25 Thread Brad Knowles
At 12:42 PM + 2005-02-25, Mike Lyne wrote: Question 1 - Is there a way to add large numbers of email addresses as List members to Mailman easily and quickly in one, or a few, simple actions? There are the command-line tools. See

[Mailman-Users] New Mailman Administrator Questions

2005-02-25 Thread Mike Lyne
Hi, I will shortly become the List Admin for 11 mailing lists being transferred from Majordomo to Mailman all at the same time (the big bang approach). I've read the manuals and understand a lot of the admin functions but have some areas that I am not clear about and am looking for some guidance p

Re: [Mailman-Users] New member needs help

2005-02-18 Thread Mark Sapiro
Bonnie Lungren at WEI wrote: > >My need is to have the IP address in the welcome message replaced with >our company name. I understand that there is a .txt template somewhere >that I can edit. Could you please direct me on how to find it and how to >edit it? Editing templates is discussed in http

[Mailman-Users] New member needs help

2005-02-18 Thread Bonnie Lungren at WEI
I have searched the FAQ pages and found some information regarding my problem, however, being new to the list, it is over my head. I haven't a clue about cgi bins, grunners etc. My need is to have the IP address in the welcome message replaced with our company name. I understand that there is a

Re: [Mailman-Users] New user question

2005-01-23 Thread Mark Sapiro
Patrick Hartman wrote: > >I understand that Mailman is a discussion list tool, but was wondering >if it was possible to use it to send out e-mails from the >administrator to the subscribers only (without the users >reply/discussion aspect)? Just wondering if I am barking up the wrong >tree with Mai

Re: [Mailman-Users] New user question

2005-01-23 Thread David Relson
On Sun, 23 Jan 2005 21:23:45 -0600 Patrick Hartman wrote: > Hi all, I am working with a client who needs to start doing bulk > e-mail blasts to a opt-in e-mail list. He has Mailman on his site > already, and since I have not heard of it before tonight I am trying > to do a little homework on it. >

[Mailman-Users] New user question

2005-01-23 Thread Patrick Hartman
Hi all, I am working with a client who needs to start doing bulk e-mail blasts to a opt-in e-mail list. He has Mailman on his site already, and since I have not heard of it before tonight I am trying to do a little homework on it. I understand that Mailman is a discussion list tool, but was wonder

[Mailman-Users] new HOWTO - Migrate from LISTSERV to Mailman

2005-01-18 Thread Peter Schneider-Kamp
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi! I have written up information on how to migrate from L-Soft's LISTSERV to Mailman. The HOWTO is available at http://www-i2.informatik.rwth-aachen.de/~nowonder/ls2mm/ Of course, this is work in progress. Kind regards, Peter -BEGIN PGP SIGNATURE--

Re: [Mailman-Developers] Re: [Mailman-Users] new feature request (was: Re: setting a list for no daily reminders?)

2004-12-31 Thread VAEZ(daneshjooye sharif)
Brad Knowles <[EMAIL PROTECTED]> wrote:At 1:30 PM -0500 2004-11-22, Mark wrote: > Seeing that there is no way to do this without > changing the code, and that many Mailman users are not Python > programmers or do not have the permission to make such changes on the > server they are using, I thin

Re: [Mailman-Developers] Re: [Mailman-Users] new feature request (was: Re: setting a list for no daily reminders?)

2004-12-31 Thread VAEZ(daneshjooye sharif)
Brad Knowles <[EMAIL PROTECTED]> wrote:At 1:30 PM -0500 2004-11-22, Mark wrote: > Seeing that there is no way to do this without > changing the code, and that many Mailman users are not Python > programmers or do not have the permission to make such changes on the > server they are using, I thin

Re: [Mailman-Users] new list created for vhost but links use defaultmachine name for lists instead

2004-12-06 Thread Mark Sapiro
R Richman wrote: > >I did set the general option preference for preferred host name to >example3.com what I can't figure out is where I need to set the virtual >host option(s) so that the pages will reflect the correct virtual host >and not the server name (example.com). I so far can't figure

[Mailman-Users] new list created for vhost but links use default machine name for lists instead

2004-12-06 Thread R Richman
Ok now that I have my other issues resolved (finally!) I now run into the problem with virtual hosts. I have 3 lists currently setup on my server. Will call the server domain example.com, the working domain example2.com and the semi-working domain example3.com (hope that makes sense...) I hav

Re: [Mailman-Users] New Mailman user - Contribs.Org (SME/E-Smith) addon - 2.1.3 Bug?

2004-11-23 Thread Brad Knowles
At 9:51 AM +0100 2004-11-23, Brad Knowles wrote: If you're concerned about privacy issues, I'd encourage you to upgrade to version 2.1.5 and perhaps turn off the archive function, or at least make sure that people can't download the non anti-spammed version of the archives (see

Re: [Mailman-Users] New Mailman user - Contribs.Org (SME/E-Smith) addon - 2.1.3 Bug?

2004-11-23 Thread Brad Knowles
At 11:12 PM -0500 2004-11-22, Jim Danvers wrote: I discovered this list via aformention googling, and sure enough, I even came across another sme user who posted with a question back on the 4th of this month (Nov. '04 -- link here: http://mail.python.org/pipermail/mailman-users/2004-November/04

[Mailman-Users] New Mailman user - Contribs.Org (SME/E-Smith) addon - 2.1.3 Bug?

2004-11-22 Thread Jim Danvers
Hey all... Long story short. Friend of mine has been dealing with cancer for the past 5 years (two distinct types / diagnosis) He has been chronicling his story to fellow cyclists and friends via self built distribution lists using the built in mail client that comes with his windows machine

Re: [Mailman-Users] New users

2004-09-28 Thread Mark Sapiro
Bhavin Shah wrote: > >We would like to educate new users regarding how to use the mailing list, what are >the options availbale etc. etc. > >Is it possible to send them complete information regarding the mailing list. > You can add list specific text to the welcome message on the administration

[Mailman-Users] New users

2004-09-28 Thread Bhavin Shah
Dear Sir, We would like to educate new users regarding how to use the mailing list, what are the options availbale etc. etc. Is it possible to send them complete information regarding the mailing list. Regards, Bhavin -- Mailman-Users mai

Re: [Mailman-Users] new-confirmed members getting a "Members ModeratorAuthentication " screen

2004-09-12 Thread Mark Sapiro
Bob Branch wrote: >I have my privacy options set at "Confirm and approve" on version 2.1.5. >The problem is: >After a new member replies to the confirmation message, they get another email >requesting that they go to an address that is the "Members Moderator >Authentication" screen, and it asks t

[Mailman-Users] new-confirmed members getting a "Members Moderator Authentication " screen

2004-09-12 Thread Bob Branch
I have my privacy options set at "Confirm and approve" on version 2.1.5. The problem is: After a new member replies to the confirmation message, they get another email requesting that they go to an address that is the "Members Moderator Authentication" screen, and it asks them for the Moderators p

Re: [Mailman-Users] New Subscriptions (2.1.5)

2004-08-31 Thread A.Zeneski
Okay, I have NO idea what I did.. I changed Defaults.py to use Sendmail delivery module instead, then I started seeing a bunch of errors in the error log. I switched it back to the SMTPDirect module and all of a sudden emails started flowing through. Very, very strange! One question, I have

Re: [Mailman-Users] New Subscriptions (2.1.5)

2004-08-31 Thread A.Zeneski
In addition the /usr/local/bin/python -S /usr/local/mailman/cron/mailpasswds command did not send anything either. But as I said before mailing list posts have been coming in fine. On Aug 31, 2004, at 3:15 PM, A.Zeneski wrote: Brad, Thanks for the quick reply. I have been searching mailing li

Re: [Mailman-Users] New Subscriptions (2.1.5)

2004-08-31 Thread A.Zeneski
Brad, Thanks for the quick reply. I have been searching mailing list archives and the faq for keywords such as no confirmation email, no moderation email, no admin email, etc I checked out the link you posted and it didn't make much sense to me. Users are able to request the subscription and

Re: [Mailman-Users] New Subscriptions (2.1.5)

2004-08-31 Thread Brad Knowles
At 1:17 PM -0400 2004-08-31, A.Zeneski wrote: However, when a new user subscribes no confirmation email is sent and since the list(s) require confirmation, none of the new users are getting subscribed. I look in 'logs/subscribe' and see a TON of pending requests, but none have been confirmed.

Re: [Mailman-Users] New Subscriptions (2.1.5)

2004-08-31 Thread A.Zeneski
As a followup to this message, I have also discovered that no administrative emails are being sent. We have a bunch of messages which are pending approval which no email has been sent to either the poster or the admins regarding the post. Where should I be looking to solve this? On Aug 31, 2004

[Mailman-Users] New Subscriptions (2.1.5)

2004-08-31 Thread A.Zeneski
I have installed Mailman 2.1.5 used the mass add to subscribe a bunch of existing users, all received a confirmation regarding their subscription. However, when a new user subscribes no confirmation email is sent and since the list(s) require confirmation, none of the new users are getting sub

Re: [Mailman-Users] New user - Mailman question

2004-08-22 Thread Brad Knowles
At 5:38 PM -0700 2004-08-21, Charles Mikecz Vamossy wrote: You may think my ISP's spamware is stupid and for all I know you may be right. Auto-whitelist management systems (such as TMDA) are greatly despised amongst much of the Internet community. I don't know if your ISP is using this partic

Re: [Mailman-Users] New user - Mailman question

2004-08-21 Thread Brad Knowles
At 12:31 AM -0400 2004-08-21, Charles Mikecz Vamossy wrote: Thank you for your clarification. I had no idea - why would I? - that signing up for a mailing list would generate all these individual e-mails coming in from people, as opposed emails coming from the list itself. Had I known that -

Re: [Mailman-Users] New user - Mailman question

2004-08-21 Thread Brad Knowles
At 12:55 AM -0400 2004-08-21, Charles Mikecz Vamossy wrote: You really expect ordinary users, who sign up for a discussion list to understand autoresponders, mandatory white lists, etc??? If they're going to use these tools, they need to understand something about how to configure them properly

Re: Fwd: [Mailman-Users] New user - Mailman question

2004-08-21 Thread Brad Knowles
At 12:50 AM -0400 2004-08-21, Charles Mikecz Vamossy wrote: It is also the intuitive thing to do and is also the common practice with most list management services. Oh? How many decades have you been doing this? How many decades have you been administering such services? You can't make an a

Re: [Mailman-Users] New user - Mailman question

2004-08-20 Thread Richard Barrett
up for a daily digest form, mailed firectly from the list and not all this "crap" - as you call it. Charles -Original Message- From: Richard Barrett <[EMAIL PROTECTED]> Sent: Aug 20, 2004 4:17 PM To: Charles Mikecz Vamossy <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] Su

Re: Fwd: [Mailman-Users] New user - Mailman question

2004-08-20 Thread Tokio Kikuchi
Charles Mikecz Vamossy wrote: It is also the intuitive thing to do and is also the common practice with most list management services. I write to a list - I expect my responses come from the list, especially if I sign up for a daily digest. Instead I am bombarded by hostile individual response

Re: [Mailman-Users] New user - Mailman question

2004-08-20 Thread Charles Mikecz Vamossy
At 02:22 PM 8/20/2004 -0700, Mark Sapiro wrote: Jeff Barger wrote: > >On Aug 20, 2004, at 4:22 PM, Richard Barrett wrote: > >> Am I alone in taking exception to people posting to this list and then >> having some crap software intercepting the responses they have >> solicited from the list's subscr

Re: Fwd: [Mailman-Users] New user - Mailman question

2004-08-20 Thread Charles Mikecz Vamossy
At 04:17 PM 8/20/2004 -0500, you wrote: On Fri, 2004-08-20 at 15:22, Richard Barrett wrote: > Am I alone in taking exception to people posting to this list and then > having some crap software intercepting the responses they have > solicited from the list's subscribers. Well, if they only want to r

Re: [Mailman-Users] New user - Mailman question

2004-08-20 Thread Charles Mikecz Vamossy
At 04:36 PM 8/20/2004 -0400, Jeff Barger wrote: On Aug 20, 2004, at 4:22 PM, Richard Barrett wrote: Am I alone in taking exception to people posting to this list and then having some crap software intercepting the responses they have solicited from the list's subscribers. Nope, I expect that's a

Re: [Mailman-Users] New user - Mailman question

2004-08-20 Thread Charles Mikecz Vamossy
]> Sent: Aug 20, 2004 4:17 PM To: Charles Mikecz Vamossy <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] Subject: Re: [Mailman-Users] New user - Mailman question On 20 Aug 2004, at 20:39, Charles Mikecz Vamossy wrote: > HI, I am a new member of the list and a list administrator responsible

Re: Fwd: [Mailman-Users] New user - Mailman question

2004-08-20 Thread Charles Mikecz Vamossy
ng to this list and then having some crap software intercepting the responses they have solicited from the list's subscribers. Begin forwarded message: From: [EMAIL PROTECTED] Date: 20 August 2004 21:17:52 BST To: [EMAIL PROTECTED] Subject: Re: Re: [Mailman-Users] New user - Mailman question R

Re: [Mailman-Users] New user - Mailman question

2004-08-20 Thread Charles Mikecz Vamossy
At 02:22 PM 8/20/2004 -0700, you wrote: Jeff Barger wrote: > >On Aug 20, 2004, at 4:22 PM, Richard Barrett wrote: > >> Am I alone in taking exception to people posting to this list and then >> having some crap software intercepting the responses they have >> solicited from the list's subscribers. >

Re: [Mailman-Users] New user - Mailman question

2004-08-20 Thread Jeff Barger
On Aug 20, 2004, at 5:32 PM, Mark Sapiro wrote: David Blomquist wrote: On Fri, 2004-08-20 at 15:22, Richard Barrett wrote: Am I alone in taking exception to people posting to this list and then having some crap software intercepting the responses they have solicited from the list's subscribers. We

Re: Fwd: [Mailman-Users] New user - Mailman question

2004-08-20 Thread Mark Sapiro
David Blomquist wrote: >On Fri, 2004-08-20 at 15:22, Richard Barrett wrote: >> Am I alone in taking exception to people posting to this list and then >> having some crap software intercepting the responses they have >> solicited from the list's subscribers. > >Well, if they only want to receiv

Re: [Mailman-Users] New user - Mailman question

2004-08-20 Thread Mark Sapiro
Jeff Barger wrote: > >On Aug 20, 2004, at 4:22 PM, Richard Barrett wrote: > >> Am I alone in taking exception to people posting to this list and then >> having some crap software intercepting the responses they have >> solicited from the list's subscribers. > >Nope, I expect that's a pretty crowd

Re: Fwd: [Mailman-Users] New user - Mailman question

2004-08-20 Thread David Blomquist
On Fri, 2004-08-20 at 15:22, Richard Barrett wrote: > Am I alone in taking exception to people posting to this list and then > having some crap software intercepting the responses they have > solicited from the list's subscribers. Well, if they only want to receive messages from the list itsel

Re: [Mailman-Users] New user - Mailman question

2004-08-20 Thread Jeff Barger
On Aug 20, 2004, at 4:22 PM, Richard Barrett wrote: Am I alone in taking exception to people posting to this list and then having some crap software intercepting the responses they have solicited from the list's subscribers. Nope, I expect that's a pretty crowded room :) -Jeff ---

Fwd: [Mailman-Users] New user - Mailman question

2004-08-20 Thread Richard Barrett
e: Re: [Mailman-Users] New user - Mailman question Reply-To: [EMAIL PROTECTED] This is an automatic reply to your email message to [EMAIL PROTECTED] This email address is protected by EarthLink spamBlocker. Your email message has been redirected to a "suspect email" folder for [EMAI

Re: [Mailman-Users] New user - Mailman question

2004-08-20 Thread Richard Barrett
On 20 Aug 2004, at 20:39, Charles Mikecz Vamossy wrote: HI, I am a new member of the list and a list administrator responsible for two lists. Frankly I am struggling with some of the features and functions and I thought I would ask "my elders" for some guidance. Our lists are very simple: we di

Re: [Mailman-Users] New user - Mailman question

2004-08-20 Thread Jeff Barger
On Aug 20, 2004, at 3:39 PM, Charles Mikecz Vamossy wrote: The problem is that non-members have apparently written postings and we, laboring under the impression that if we do nothing, their letters will get deleted, did in fact do nothing - and the letters appeared on the list. Apparently, we

[Mailman-Users] New user - Mailman question

2004-08-20 Thread Charles Mikecz Vamossy
HI, I am a new member of the list and a list administrator responsible for two lists. Frankly I am struggling with some of the features and functions and I thought I would ask "my elders" for some guidance. Our lists are very simple: we distribute weekly information to members about our organi

[Mailman-Users] New install issue: Line 107 / exception.OSError

2004-08-03 Thread Jeff Garvas
I apologize if this is already documented somewhere. While I can find lots of information about this error with other applications (and a different line number) I can't seem to find any information about this with respect to mailman. If I've missed a FAQ I'm just blind :) I have mailman+qmail

Re: [Mailman-Users] New mailman admin questions

2004-07-27 Thread Brad Knowles
At 11:29 PM -0400 2004-07-25, Rob Stampfli wrote: 3. Is there any reason to have the "News" qrunner active if I'm not passing any mail to a news server? (I have turned it off in my mm_cfg.py.) If you're not gating news, then it's safe to turn this off. 4. Can I invoke the qrunner tas

Re: [Mailman-Users] New mailman admin questions

2004-07-26 Thread Yogesh Subhash Talekar
> 1. Is it possible to cause 'config_list -i' to take input from >stdin instead of a file? ** I don't think its possible. > 2. I can force a list to be associated with a particular virtual >host by using 'config_list' to modify "web_page_url" (but it >complains when doing so). Is th

[Mailman-Users] New mailman admin questions

2004-07-25 Thread Rob Stampfli
I am a new administrator of a mailman 2.1.5 package on a Linux Fedora Core 1 box, as well as being new subscriber to this group, so my apologies in advance if my questions have been asked and answered elsewhere. I have looked through the FAQ at www.python.org (excellent document, btw) and didn't

[Mailman-Users] New Lists not being displayed

2004-07-08 Thread Will Nordmeyer
Hi, I saw this question was asked April 4, 2003, but was unable to find an answer to it. I was using mailman V2.1.4, just upgraded to V2.1.5. The last 2 mailing lists created under V2.1.4 aren't showing up on the listinfo pages for the websites in question. I can go to www.domain.com/mailma

[Mailman-Users] New mail server online...

2004-07-05 Thread Brad Knowles
Folks, It looks like the new mail server for python.org is now fully online. There may be a period of catch-up for a while. -- Brad Knowles, <[EMAIL PROTECTED]> "Those who would give up essential Liberty, to purchase a little temporary Safety, deserve neither Liberty nor Safety." -- Benjami

Re: [Mailman-Users] New to mailman and questions

2004-05-22 Thread Brian York
I have a similar issue using postfix. So if you figure out anything will you please let me know and i will do the same. Thanks Brian On Saturday 22 May 2004 08:16, Bob Escher wrote: > Hi All > I am new to mailman and I am running it with xmail. > I finally figured after reading a lot the gener

[Mailman-Users] New to mailman and questions

2004-05-22 Thread Bob Escher
Hi All I am new to mailman and I am running it with xmail. I finally figured after reading a lot the general setup and was able to set list and users up with no problems I was also able to send a subscribe requests out to users and they were able to send them back. The problem is when I tried tosen

[Mailman-Users] New to mailman and

2004-05-21 Thread Bob Escher
Hi All I am new to mailman and I am running it with xmail. I finally figured after reading a lot the general setup and was able to set list and users up with no problems I was also able to send a subscribe requests out to users and they were able to send them back. The problem is when I tried and s

Re: [Mailman-Users] New install on virtual server -- and TWIG is fullof MSQL errors

2004-04-16 Thread Karl R. Balsmeier
Check the error logs & send info, it's probably related. I know for instance if I try to throw "plone" onto a box i've already got MM installed on, that my Python 2.1 will be mangled by the older Python version 'plone' uses. Your TWIG may have suffered a similar fate. Try and get some debug info

Re: [Mailman-Users] New install on virtual server -- and TWIG is full of MSQL errors

2004-04-16 Thread Brad Knowles
At 7:54 PM -0500 2004/04/16, Mark Rauterkus wrote: However, my older version of TWIG is now not able to work. http://www.informationgateway.org/ TWIG give me lots of errors with MSQL. TWIG is a webmail implementation. This doesn't have anything to do with Mailman, which is a mailing list

[Mailman-Users] New install on virtual server -- and TWIG is full of MSQL errors

2004-04-16 Thread Mark Rauterkus
Hi All, I've got a FreeBSD virtual server. I had a MM meltdown -- yanked the old version. Then did vinstall for a new version of MM. Great. Love it. Splendid new features. However, my older version of TWIG is now not able to work. http://www.informationgateway.org/ TWIG give me lots of error

Re: [Mailman-Users] New list password

2004-03-25 Thread Jamie L. Penman-Smithson
On Thu, 2004-03-25 at 07:04, Jason Marty wrote: > I am running Mailman on a Mac with OS X Panther. > When you create a list via the GUI interface it does not ask you to > create an admin password. > If I try to create the list via the Mailman interface I do not know > the password and it will no ac

[Mailman-Users] New list password

2004-03-24 Thread Jason Marty
Title: New list password I am running Mailman on a Mac with OS X Panther. When you create a list via the GUI interface it does not ask you to create an admin password. If I try to create the list via the Mailman interface I do not know the password and it will no accept my other list passwords.

Re: [Mailman-Users] New ML creation problem

2004-02-08 Thread Todd
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Yves Bougardier wrote: > I just installed mailman on my Linux Mandrake 9.2 where there's a postfix > server, but i have the following problem when i want to create a new ML : > > > Traceback: > > Traceback (most recent call last): > File "/usr/lib/m

[Mailman-Users] New ML creation problem

2004-02-08 Thread Yves Bougardier
Hi, I just installed mailman on my Linux Mandrake 9.2 where there's a postfix server, but i have the following problem when i want to create a new ML : Traceback: Traceback (most recent call last): File "/usr/lib/mailman/scripts/driver", line 87, in run_main main() File "/usr/lib/mailm

[Mailman-Users] new 2.1.4 spam filters not working

2004-02-01 Thread randy . stoecker
I just upgraded to Mailman 2.1.4 and am having two problems with the new header_filter_rules spam filter. First, after I have saved the expressions, if I change anything else in the Privacy options (Subscription rules, Sender filters, Recipient filters) and save those changes, it erases everyt

Re: [Mailman-Users] New to Mailman

2004-01-23 Thread Todd
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Adrian Beacham wrote: > Hi there. I am hoping someone can help me. I recently installed > Redhat 9.0 on a machine and included the mailman package in the > install. As I am new to mailman I cant seem to create a list because > I dont have the list crea

[Mailman-Users] New to Mailman

2004-01-23 Thread Adrian Beacham
Hi there. I am hoping someone can help me. I recently installed Redhat 9.0 on a machine and included the mailman package in the install. As I am new to mailman I cant seem to create a list because I dont have the list creators password. For some reason I cant find any documentation on it in the ins

Re: [Mailman-Users] New install errors...Cron and mm_cfg.py

2004-01-22 Thread Brad Knowles
At 9:55 PM -0500 2004/01/22, ReeprFlame wrote: I have just installed Mailman several times (2.0.13). Why are you installing such an old version of Mailman? Have you tried 2.1.4? -- Brad Knowles, <[EMAIL PROTECTED]> "They that can give up essential liberty to obtain a little temporary safety d

[Mailman-Users] New install errors...Cron and mm_cfg.py

2004-01-22 Thread ReeprFlame
I have just installed Mailman several times (2.0.13). to try to solve problems. Here are the 2 that i get every minute that i cannot seem to solve. This add_vh is really gettin annoyin too as it seems to stay weather i delete the line or not in mm_cfg.py... here's the first error: ___

[Mailman-Users] New Install with Mailman 2.1.4 , Sendmail 8.12.10 and having problems

2004-01-04 Thread jsmith
Afternoon all, I have a freebsd 5.1 machine running with sendmail-8.12.10 with sasl New install of Mailman 2.1.4 I was changing out boxes and locations for my server and of course I thought I would use the latest build of everything. This does always seem to cause a few problems that have to be

Re: [Mailman-Users] New Mailman User

2003-12-31 Thread Thomas Hochstein
[EMAIL PROTECTED] (April Cox) scripsit/wrote: > I was able to set it up to not allow members or non-members > to post to the list. But I was unable to prevent it from allowing people to > respond to the email they receive from me. You cannot stop people from responding to the email you send them

[Mailman-Users] New Mailman User

2003-12-30 Thread April Cox
Hi there! I was hoping someone out there could help me. I'm a new user of mailman and am creating a list for a professional organization. It's an outgoing-bound list only, specifically I'll be using it to send out meeting announcements and reminders. I was able to set it up to not allow members or

Re: [Mailman-Users] new trouble with existing lists

2003-12-29 Thread backdoc
Thanks again. /usr/local/etc/rc.d/ was the correct place. There was already a mailman script there. I guess the problem was that I just didn't have a mailman mailing list. Thanks for being so much help. Darren Jon Carnes wrote: You'll probably get a better response on a FreeBSD mailing li

<    1   2   3   4   5   >