Re: [Mailman-Users] post formatting and timing

2007-06-28 Thread Mark Sapiro
Ivan Van Laningham wrote: > > I think something else is going on, besides just the only line > ending. I'm using two versions of T-Bird, 1.5 and 2.0 something, and > both display the message concerned the same way, all crammed together on > a single line. I think there must be some encoding

Re: [Mailman-Users] Formatted email

2007-06-28 Thread Mark Sapiro
Chuck Puckett wrote: > >In any case: filter_content is already set to No. pass_mime_types has >multipart/mixed, /alternative and text/plain. Instructions say "Leave this >field blank to skip this filter test", which might lead one to blank out the >field. But I suspect this is default, yes? I've ce

Re: [Mailman-Users] Formatted email

2007-06-28 Thread Chuck Puckett
Mark, Hmmm. Not sure that Content Filtering is the obvious place, at least for me. I tend to separate (in my mind) content from format. And never been to that particular page before, so didn't really think about it. In any case: filter_content is already set to No. pass_mime_types has multipart/m

Re: [Mailman-Users] Formatted email

2007-06-28 Thread Mark Sapiro
Chuck Puckett wrote: >When I send a message to my Mailman lists (for which I'm a member), I get >the original formatted message. (I put pictures and dress it up: it's >announcing theatre events, good to spice it up). > > > >Some (all?) of my membership apparently have the formatting stripped, and

Re: [Mailman-Users] Problem with mailman and exim.

2007-06-28 Thread Mark Sapiro
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Alberto V. I. wrote: > > I create mailman list and then I receive the notificacion to admin > email, then I create anyother list without problems, beeing notified by > mailman, but I cannot receive mails to list, If I send any mail to list, > I obtain

[Mailman-Users] Formatted email

2007-06-28 Thread Chuck Puckett
When I send a message to my Mailman lists (for which I'm a member), I get the original formatted message. (I put pictures and dress it up: it's announcing theatre events, good to spice it up). Some (all?) of my membership apparently have the formatting stripped, and just get plain text. Does ma

Re: [Mailman-Users] Blank Characters Removed from "Subject:" Line

2007-06-28 Thread Mark Sapiro
Barry Finkel wrote: > >"Stephen J. Turnbull" <[EMAIL PROTECTED]> replied: > >>Can you post a copy of the "raw" header as received by Mailman and as >>sent by Mailman? > >I am not sure I have this information. What I see (and posted) from >the list .mbox file - is that what was received by Mailman

Re: [Mailman-Users] Simple way to change archive settings

2007-06-28 Thread Mark Sapiro
Pat Riehecky wrote: >I know that this falls under the withlist command, but I am not really >python savvy so > >How exactly would I go about deleting the archives for about 15 lists >and setting their archive attributes to off? Actually, withlist is not the best tool for this. It is most eas

Re: [Mailman-Users] Blank Characters Removed from "Subject:" Line

2007-06-28 Thread Barry Finkel
Barry Finkel writes: > > I am running Mailman 2.1.9. I have a list where one posting has a > > "Subject:" line: > > > > Change in Procedure for Computers on list with possible Antivirus > > Problems > > > > The next posting in the thread has: > > > > Change in Procedure for Compute

[Mailman-Users] Simple way to change archive settings

2007-06-28 Thread Pat Riehecky
I know that this falls under the withlist command, but I am not really python savvy so How exactly would I go about deleting the archives for about 15 lists and setting their archive attributes to off? Pat -- Mailman-Users mailing list Mail

Re: [Mailman-Users] A script for changing subscriber/owner email domains

2007-06-28 Thread Patrick Bogen
On 6/28/07, Ben Ostrowsky <[EMAIL PROTECTED]> wrote: > I didn't know any other way to do this, so I wrote a script. Hope it's > not politically incorrect around here to have used Perl. ;) It's probably more correctly done with a withlist script (which would by python), for what it's worth. -- -

[Mailman-Users] A script for changing subscriber/owner email domains

2007-06-28 Thread Ben Ostrowsky
I didn't know any other way to do this, so I wrote a script. Hope it's not politically incorrect around here to have used Perl. ;) Share and enjoy! Ben #!/usr/bin/perl -w # Change all Mailman email addresses from one domain to another. # Example: change_subscriber_domain tblc.lib.fl.us tblc.o

Re: [Mailman-Users] Taboo body?

2007-06-28 Thread Barry Warsaw
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Jun 28, 2007, at 5:45 AM, Stephen J. Turnbull wrote: > Mark Sapiro writes: > >> Implementation of a custom handler to take action on a message >> based on >> pattern matches on the message body would not be difficult, but I >> don't know if anyon

Re: [Mailman-Users] Taboo body?

2007-06-28 Thread Stephen J. Turnbull
Mark Sapiro writes: > Implementation of a custom handler to take action on a message based on > pattern matches on the message body would not be difficult, but I > don't know if anyone has done it. If you need something that's somewhat automatically extensible, the SpamBayes package is written