Re: [Mailman-Users] error install MM on MAC OS x

2006-04-29 Thread Terry Allen
Hi again, I found time to look for the minimal guide I had done: http://www.gnu.org/software/mailman/mailman-install/node50.html Look down towards the bottom of that page & you should be able to see it's steps - the steps should also apply to OSX 10.4.x -- Bye for now,

Re: [Mailman-Users] Recompiling question.

2006-04-29 Thread Brad Knowles
At 10:36 PM -0700 2006-04-29, William D. Tallman wrote: > What happens if I don't 'install'? Then the existing code doesn't get replaced. > Do the recompiled execuatbles simply > remain in the build directory? Yes. >

Re: [Mailman-Users] Recompiling question.

2006-04-29 Thread William D. Tallman
On Sat, Apr 29, 2006 at 08:54:41PM -0700, Mark Sapiro wrote: > William D. Tallman wrote: > > >Is there a canonical method of recompiling Mailman without losing all > >the entries and data? > > configure ; make install > > See the UPGRADING document at the top level of the distribution for > more

Re: [Mailman-Users] error install MM on MAC OS x

2006-04-29 Thread Dan Phillips
On Apr 29, 2006, at 10:59 PM, Brad Knowles wrote: > Either you use the Apple custom management GUI with the > Apple-modified versions of the old code, or you use the new code > (with the new features and the security fixes) with the standard > Mailman web or CLI management interface. Just to clar

Re: [Mailman-Users] error install MM on MAC OS x

2006-04-29 Thread Brad Knowles
At 7:48 PM -0700 2006-04-29, Allan Hansen wrote: > I agree that the Server Admin interface for Mailman is limited and > too buggy to be of serious use. It can, however, allow someone new to the > OS set up Mailman lists with not much ado, which was the situation at > hand, Brad. Installing Mai

Re: [Mailman-Users] Recompiling question.

2006-04-29 Thread Mark Sapiro
William D. Tallman wrote: >Is there a canonical method of recompiling Mailman without losing all >the entries and data? configure ; make install See the UPGRADING document at the top level of the distribution for more information. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gam

Re: [Mailman-Users] error install MM on MAC OS x

2006-04-29 Thread Allan Hansen
At 21:07 -0500 4/29/06, Brad Knowles wrote: >At 4:24 PM -0700 2006-04-29, Allan Hansen wrote: > >> May I suggest that you get hold of >> Mac OS X Server and install that on you server instead. It comes >> with Mailman already installed and ready to go. It has a lot of other >> tools pre-install

[Mailman-Users] Recompiling question.

2006-04-29 Thread William D. Tallman
Is there a canonical method of recompiling Mailman without losing all the entries and data? Thanks, Bill Tallman -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://ww

Re: [Mailman-Users] error install MM on MAC OS x

2006-04-29 Thread Brad Knowles
At 4:24 PM -0700 2006-04-29, Allan Hansen wrote: > May I suggest that you get hold of > Mac OS X Server and install that on you server instead. It comes > with Mailman already installed and ready to go. It has a lot of other > tools pre-installed that will be very useful to you. The Mac is >

Re: [Mailman-Users] Message HTML/Plain text. Wish client displayHTML when possible

2006-04-29 Thread Mark Sapiro
Thomas Carpentier wrote: > >Do you know if there's a php script that permits to send commands to mailman ? See the thread that starts at for one discussion of invoking the bin/* commands via php. You can find others with

Re: [Mailman-Users] Message HTML/Plain text. Wish client display HTML when possible

2006-04-29 Thread Thomas Carpentier
Thanks all for your explanations. I'll probably go for two lists. Do you know if there's a php script that permits to send commands to mailman ? My idea is the following: A page web where we can choose HTML or text on registration, like http://registration.euro.apple.com/applenews/uk/subscribe/

Re: [Mailman-Users] error install MM on MAC OS x

2006-04-29 Thread Terry Allen
>Celes, > >May I suggest that you get hold of >Mac OS X Server and install that on you server instead. It comes >with Mailman already installed and ready to go. It has a lot of other >tools pre-installed that will be very useful to you. The Mac is >a great platform for servers. > >That all said, yo

Re: [Mailman-Users] error install MM on MAC OS x

2006-04-29 Thread Allan Hansen
Celes, May I suggest that you get hold of Mac OS X Server and install that on you server instead. It comes with Mailman already installed and ready to go. It has a lot of other tools pre-installed that will be very useful to you. The Mac is a great platform for servers. That all said, you'll like

Re: [Mailman-Users] Message HTML/Plain text. Wish client display HTML when possible

2006-04-29 Thread John W. Baxter
On 4/29/06 7:50 AM, "Thomas Carpentier" <[EMAIL PROTECTED]> wrote: > Sending a message in both Plain Text and HTML doesn't seem to be a > solution. Apple mail displays the Plain Text only (as immediate > alternative). Eudora displays the two parts, plain text and HTML. No > idea about others prog

Re: [Mailman-Users] [Mailman-Developers] Sender field

2006-04-29 Thread John W. Baxter
On 4/29/06 8:00 AM, "Stephen J. Turnbull" <[EMAIL PROTECTED]> wrote: > Sender doesn't instruct *conformant* MTAs at all, does it? AFAIK the > only thing that a RFC 2821-conforming MTA looks at is the Return-Path > header, and it's supposed to remove that. There is no Return-Path: header during t

Re: [Mailman-Users] Error checking on bulk subscribe files

2006-04-29 Thread Mark Sapiro
Jesse Sanford wrote: > >I had a user move a list from another provider onto an install on my >system yesterday. Instead of uploading a -delimited file with >one email address per line, they uploaded a tab-delimited file with a >tab between each address. As an added factor, they mistakenly h

[Mailman-Users] Error checking on bulk subscribe files

2006-04-29 Thread Jesse Sanford
Hi folks, I'm learning a lot about Mailman all of a sudden. I had a user move a list from another provider onto an install on my system yesterday. Instead of uploading a -delimited file with one email address per line, they uploaded a tab-delimited file with a tab between each address. As

Re: [Mailman-Users] [Mailman-Developers] Sender field

2006-04-29 Thread Brad Knowles
At 12:00 AM +0900 2006-04-30, Stephen J. Turnbull wrote: > Brad> If we need something that will be noticed by other MTAs > Brad> beyond the envelope sender and the "Return-Path:" & > Brad> "Errors-To:" headers, then we're going to have to carefully > Brad> think about this. > >

Re: [Mailman-Users] Message HTML/Plain text. Wish client display HTML when possible

2006-04-29 Thread Stephen J. Turnbull
> "Thomas" == Thomas Carpentier <[EMAIL PROTECTED]> writes: Thomas> Is there something to do, on the mailman side, such that Thomas> the message is automatically displayed in HTML only (at Thomas> least at first alternative) when the mail program permits Thomas> it and the opti

Re: [Mailman-Users] Message HTML/Plain text. Wish client display HTMLwhen possible

2006-04-29 Thread Mark Sapiro
Thomas Carpentier wrote: > >One of my lists is a newsletter. I use ThundeBird to write my >messages. Some of my membres can (want) HTML and others not. > >Sending a message in both Plain Text and HTML doesn't seem to be a >solution. If you mean Thunderbird's Tools->Options...->Composition->Gen

Re: [Mailman-Users] Filtering Email Marked SPAM

2006-04-29 Thread Lawrence Bowie
Mark Sapiro wrote: > Lawrence Bowie wrote: > >> What is the easist way to globally filter email marked SPAM? > > Assuming you mean in Mailman, use the KNOWN_SPAMMERS list in mm_cfg.py, > e.g. > > KNOWN_SPAMMERS = [('subject', '^.*spam'), ('x-spam-flag', 'yes')] > > This is a list of tuples of (

Re: [Mailman-Users] Filtering Email Marked SPAM

2006-04-29 Thread Mark Sapiro
Lawrence Bowie wrote: >What is the easist way to globally filter email marked SPAM? Assuming you mean in Mailman, use the KNOWN_SPAMMERS list in mm_cfg.py, e.g. KNOWN_SPAMMERS = [('subject', '^.*spam'), ('x-spam-flag', 'yes')] This is a list of tuples of (header, regexp) where header is the nam

[Mailman-Users] Message HTML/Plain text. Wish client display HTML when possible

2006-04-29 Thread Thomas Carpentier
Hi, One of my lists is a newsletter. I use ThundeBird to write my messages. Some of my membres can (want) HTML and others not. Sending a message in both Plain Text and HTML doesn't seem to be a solution. Apple mail displays the Plain Text only (as immediate alternative). Eudora displays the t

[Mailman-Users] Filtering Email Marked SPAM

2006-04-29 Thread Lawrence Bowie
What is the easist way to globally filter email marked SPAM? Thanks, LDB -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchabl

Re: [Mailman-Users] Can '[EMAIL PROTECTED]' be changed ?

2006-04-29 Thread Mark Sapiro
Ace Suares wrote: > >But unfortunately we already have >add_virtualhost('list.domain.com', 'list.domain.com') in place, since the >webinterface is at https://list.domain.com and the mail gets handled >@list.domain.com Mailman is just doing what seems to me to be the right thing. You have add_v

Re: [Mailman-Users] [Mailman-Developers] Sender field

2006-04-29 Thread Stephen J. Turnbull
> "Brad" == Brad Knowles <[EMAIL PROTECTED]> writes: At 7:50 PM -0400 2006-04-28, Barry Warsaw wrote: >> Whatever else we decide, I don't agree, or at least, it won't >> help us. $3.6.6 says that Resent-* headers are to be added by >> a user. It also says that these are purely i

Re: [Mailman-Users] Can '[EMAIL PROTECTED]' be changed ?

2006-04-29 Thread Ace Suares
Thx, But unfortunately we already have add_virtualhost('list.domain.com', 'list.domain.com') in place, since the webinterface is at https://list.domain.com and the mail gets handled @list.domain.com But I'll figure this out, we need to move to 2.1.8 anyway, soon. Thanx, Ace On Friday 21 Apri