[Mailman-Users] Mailman on MacOS X

2003-01-16 Thread Claus Atzenbeck
Hi, I have MacOS X (version 10.2.3, but not the server version). I would like to install a mailing list server. Is there any documentation on installing Mailman on MacOS X? I have not found any MacOS specific doc on the web. Any hints? Thanks! Claus -

[Mailman-Users] backing up

2003-01-16 Thread ian webster
I would like to know if I can back up a list that I have in mailman to a spreadsheet or database. _ MSN 8: advanced junk mail protection and 2 months FREE*. http://join.msn.com/?page=features/junkmail

Re: [Mailman-Users] Mailman on MacOS X

2003-01-16 Thread Dan Phillips
http://www.afp548.com/Articles/mail/python-mailman.html gives detailed instructions for installing MM 2.0.13. According to the author, it will soon be updated to reflect the differences in 2.1. That, along with the "readme.macosx" file included with the MM source should give you plenty to go on

[Mailman-Users] mailpasswds

2003-01-16 Thread sean pambianco
Hi, Is there anyway to run the mailpasswds cron jobs for just one list as opposed for all lists on my mailman server? Thanks, Sean -- Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users Mailman FA

RE: [Mailman-Users] Archives in HTML?

2003-01-16 Thread Jim Hale
I shoulda just waited. :) Someone sent a message to one of my lists and it automatically took care of the Archives. :) Now I need to learn how to customize the display in Mhonarc - which as they say at the end of some movies, 'But that is another story...' Thanks for the help! :) Jim Hale --- '

RE: [Mailman-Users] Sub-lists and authorized posting

2003-01-16 Thread Neulinger, Nathan
I managed to make a patch to do this based on the "list_exploder" patch that is in the sourceforge patches area for 2.0. I've got a patch against 2.1 if anyone is interested. Basically lets you put: +list@thisdomain in the *_these_nonmembers boxes, and it will expand that to the contents of tha

[Mailman-Users] user feedback on plain digests

2003-01-16 Thread Bryan Fullerton
Several of my list owners are quite unhappy with the state of plain text digests in 2.1. Here's one comment sent to me this morning: = I must admit that until this post appeared I had not noticed that the messages were still numbered. Since the index is numbered, the number is really usefull

Re: [Mailman-Users] mailinglists for multiple domains on one server

2003-01-16 Thread Richard B. Pyne
I am using 2.1... I still have not found a way to set the list's preferred domain until after the list is created. Please, show me where in the newlist script or the create cgi you can set the domain for the list! --Richard On 15 Jan 2003 at 20:41, Raquel Rice wrote: On Wed, 15 Jan 2003 21:07

Re: [Mailman-Users] spam filter

2003-01-16 Thread Dan Wilder
On Thu, Jan 16, 2003 at 08:27:17AM -0700, Kory Wheatley wrote: > Hi, > > I would like to discard any email that comes from the from address > "[EMAIL PROTECTED]". I know you can put a filter value in the mm_cfg.py and > that will filter mail to be held for moderation; for example, "from: > [EMAI

Re: [Mailman-Users] mailinglists for multiple domains on one server

2003-01-16 Thread Raquel Rice
On Thu, 16 Jan 2003 09:24:31 -0700 "Richard B. Pyne" <[EMAIL PROTECTED]> wrote: > > On 15 Jan 2003 at 20:41, Raquel Rice wrote: > > On Wed, 15 Jan 2003 21:07:03 -0700 > "Richard B. Pyne" <[EMAIL PROTECTED]> wrote: > > > Yes, except it does not have the ability to set the domain at or > > before

Re: [Mailman-Users] mailinglists for multiple domains on one server

2003-01-16 Thread Richard B. Pyne
Eating (a very small piece of) humble pie After I sent my reply, I did find the notes in bin/newlist telling how to specify the domain as part of the list name (i.e. [EMAIL PROTECTED]). However, the create cgi will not permit including the @dom.ain in the list name and therefore defaults to

Re: [Mailman-Users] backing up

2003-01-16 Thread Satya
On Jan 16, 2003 at 13:02, ian webster wrote: >I would like to know if I can back up a list that I have in mailman to a >spreadsheet or database. How about running bin/list_members, and doing whatever you want with the resulting list of email addresses? No-sleep-and-not-familiar-with-Sun-keyboar

[Mailman-Users] Re: [Mailman-Developers] spam filter

2003-01-16 Thread Satya
(Fups set to -users only) On Jan 16, 2003 at 08:27, Kory Wheatley wrote: >I would like to discard any email that comes from the from address >"[EMAIL PROTECTED]". Wouldn't we all! Yes, I've gotten multiple spam from that, as well. >[EMAIL PROTECTED]", but I would rather have it be automatically

[Mailman-Users] Help with setup of mailman on one machine with MTA on a second server..

2003-01-16 Thread Gerard Godin
Is there a FAQ or tutorial somewhere on doing this well? Right now I'm trying: On MTA: /etc/aliases -> test: [EMAIL PROTECTED] test-owner: test-owner@mailman On mailmanhost: /etc/aliases -> test-subscribe: "|/usr/local/mailman/mail/mailman subscribe test" etc... problem

[Mailman-Users] htdig integration patches bug fixed (I hope)

2003-01-16 Thread Richard Barrett
If you use my Mailman/htdig integration patches and are using MM 2.1 final you will definitely find the new version of the #444884 patch I have just uploaded useful. This revised patch incorporates a fix for a fairly gross bug in $prefix/Mailman/Cgi/htdig.py; don't ask: the embarrassment is too

Re: [Mailman-Users] mailinglists for multiple domains on one server

2003-01-16 Thread Raquel Rice
On Thu, 16 Jan 2003 09:51:11 -0700 "Richard B. Pyne" <[EMAIL PROTECTED]> wrote: > > On 16 Jan 2003 at 8:41, Raquel Rice wrote: > > On Thu, 16 Jan 2003 09:24:31 -0700 > "Richard B. Pyne" <[EMAIL PROTECTED]> wrote: > > > > > I am using 2.1... I still have not found a way to set the list's > > pr

Re: [Mailman-Users] mailinglists for multiple domains on one server

2003-01-16 Thread Richard B. Pyne
Another very small slice of humble pie... I had my mm_cfg.py file: DEFAULT_URL_HOST=lists.kinfolk.org DEFAULT_EMAIL_HOST=lists.kinfolk.org add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST) Had to change them to: DEFAULT_URL_HOST = 'lists.kinfolk.org' DEFAULT_EMAIL_HOST = 'lists.kinfolk.org'

Re: [Mailman-Users] mailinglists for multiple domains on one server

2003-01-16 Thread Raquel Rice
On Thu, 16 Jan 2003 11:19:18 -0700 "Richard B. Pyne" <[EMAIL PROTECTED]> wrote: > Another very small slice of humble pie... > > I had my mm_cfg.py file: > > DEFAULT_URL_HOST=lists.kinfolk.org > DEFAULT_EMAIL_HOST=lists.kinfolk.org > add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST) > > Had

Re: [Mailman-Users] mailinglists for multiple domains on oneserver

2003-01-16 Thread Victor Daniel a.k.a the MacNut
Does the virtual domain have to be on the same server as the mailman list? Can the domain be on another server at another host altogether? At Thu, 16 Jan 2003 09:51:11 -0700, "Richard B. Pyne" <[EMAIL PROTECTED]> wrote: Eating (a very small piece of) humble pie After I sent my reply, I did

[Mailman-Users] passwords

2003-01-16 Thread Jeff Poretsky
Is there any way to set up a list so that there are no passwords required for unsubscribe. Even better if the only password would be for the admin(s). I need this so that someone who wants to unsubscribe can do so with a mailto link with unsubscribe filled in the subject field. Thanks Jeff Poret

Re: [Mailman-Users] passwords

2003-01-16 Thread Matthew Davis
Quoting Jeff Poretsky <[EMAIL PROTECTED]>: > Is there any way to set up a list so that there are no passwords > required for unsubscribe. Even better if the only password would be for > the admin(s). > > I need this so that someone who wants to unsubscribe can do so with a > mailto link with unsu

Re: [Mailman-Users] Question.

2003-01-16 Thread Matthew Davis
Quoting [EMAIL PROTECTED]: > I am not as computer literate as I need to be. I am using Mailman through > Hostway and cannot figure out how to send messages to my members. > > After adding my members from my previous list with another company how do I > > send them monthly emails? > > I am sorr

[Mailman-Users] Postfix / ldap / mailman (user unknown in local)

2003-01-16 Thread Bryan Ragon
I am trying to setup a mail server running Postfix virtual domains, with domain and user info stored in a ldap backend. I tried to follow the directions in the postfix-to-mailman.py file without luck. I like the idea of using that script because then I don't need to worry about creating aliases (

[Mailman-Users] need help with mm-handler contrib

2003-01-16 Thread Jeff Schoby
Hi all, newly converted majordomo heathen here I -think- I followed the instructions right.however, for some reason when I create the list in the web interface, the aliases don't get added to the virtual user table and emails to the new list I create bounce back as 'user unknown' let me k

[Mailman-Users] How do I set up virtual host/domain lists on sameserver?

2003-01-16 Thread Daevid Vincent
I'm sure this has been asked a thousand times, and I have scanned the archives a bit, but there is so many fragments and pieces. I'm amazed that the FAQ or the mailman website don't give specific detailed instructions how to accomplish this task. Why is that?!! Grr. Can someone please point me at

[Mailman-Users] spam filter

2003-01-16 Thread Kory Wheatley
Hi, I would like to discard any email that comes from the from address "[EMAIL PROTECTED]". I know you can put a filter value in the mm_cfg.py and that will filter mail to be held for moderation; for example, "from: [EMAIL PROTECTED]", but I would rather have it be automatically discarded, so th

Re: [Mailman-Users] spam filter

2003-01-16 Thread Matthew Davis
Quoting Kory Wheatley <[EMAIL PROTECTED]>: > I would like to discard any email that comes from the from address > "[EMAIL PROTECTED]". I know you can put a filter value in the mm_cfg.py and > that will filter mail to be held for moderation; for example, "from: > [EMAIL PROTECTED]", but I would r

Re: [Mailman-Users] mailinglists for multiple domains on one server

2003-01-16 Thread Raquel Rice
On Thu, 16 Jan 2003 14:22:19 -0500 "Victor Daniel a.k.a the MacNut" <[EMAIL PROTECTED]> wrote: > > At Thu, 16 Jan 2003 09:51:11 -0700, "Richard B. Pyne" > <[EMAIL PROTECTED]> wrote: > >Eating (a very small piece of) humble pie > > > >After I sent my reply, I did find the notes in bin/newlist

[Mailman-Users] no public lists in listinfo after move

2003-01-16 Thread bsweeney
Hello all- I'm new to this list but have been using mailman successfully for quite some time. I have run into a snag, however. I'm changing mailman servers (going from RedHat 7.1 to RedHat 7.3), and near as I can tell all I needed to do was copy the mailman folder over to the new server, make