Re: [Mailman-Users] formatting issue? [solved]

2016-12-12 Thread Dave Stevens
On Sun, 11 Dec 2016 19:28:50 -0800 Dave Stevens wrote: > I'm trying to subscribe to a list by sending to > -requ...@domain.tld with a blank subject line and then two > subscribe commands in the body, like this > > subscribe=addr...@domain.tld > subscribe=phonenum...@phoneprovider.com > > the s

[Mailman-Users] formatting issue?

2016-12-11 Thread Dave Stevens
I'm trying to subscribe to a list by sending to -requ...@domain.tld with a blank subject line and then two subscribe commands in the body, like this subscribe=addr...@domain.tld subscribe=phonenum...@phoneprovider.com the second command phonenumber is formatted as nnn-nnn- Mailman rejects t

Re: [Mailman-Users] Formatting problems with AOL subscribers

2015-10-13 Thread Laura Creighton
In a message of Wed, 14 Oct 2015 12:42:22 +1100, "Steven D'Aprano" writes: >Hi, > >I run an announcement-only mailing list with mailman, and some of my >subscribers are having problems with the formatting of the text. >Specifically AOL users. This could be an outlook 10 problem not an AOL one. h

Re: [Mailman-Users] Formatting problems with AOL subscribers

2015-10-13 Thread Mark Sapiro
On 10/13/2015 06:42 PM, Steven D'Aprano wrote: > > but AOL users say that they get a single block of text with no > paragraphs. I'm not sure if that means that it just lacks the blank > lines between paragraphs, or if it means that the entire post is > converted to a single paragraph. Friends

[Mailman-Users] Formatting problems with AOL subscribers

2015-10-13 Thread Steven D'Aprano
Hi, I run an announcement-only mailing list with mailman, and some of my subscribers are having problems with the formatting of the text. Specifically AOL users. What I'm sending is plain text with hard end-of-lines, and blank lines between paragraphs (rather like this email itself). The email

Re: [Mailman-Users] Formatting the Welcome Message

2014-06-12 Thread Sylvain Viart
Le 11/06/2014 18:01, Larry Kuenning a écrit : Thus _this is important_ will be underlined in Thunderbird, _but this is also important_ will not (at least if the line break falls within the markers, as it did when I tested this by sending it to myself). Yep it doesn't work. Is a ticket opened

Re: [Mailman-Users] Formatting the Welcome Message

2014-06-11 Thread Larry Kuenning
On 6/11/2014 11:39 AM, Mark Sapiro wrote: You can put things like *this is bold* in the message and some MUAs will understand that the text between the asterisks is to be rendered in a bold font. Similarly /italic/ and _underlined_. However, Thunderbird, which I use, tries to do this *but fail

Re: [Mailman-Users] Formatting the Welcome Message

2014-06-11 Thread Odhiambo Washington
On 11 June 2014 18:39, Mark Sapiro wrote: > On 06/11/2014 03:20 AM, Odhiambo Washington wrote: > > Can the welcome message be formatted in html? > > > > I have put html tags to make certain parts of the welcome message bold > > but the tags are displaying in raw format instead of bolding:) > > >

Re: [Mailman-Users] Formatting the Welcome Message

2014-06-11 Thread Mark Sapiro
On 06/11/2014 03:20 AM, Odhiambo Washington wrote: > Can the welcome message be formatted in html? > > I have put html tags to make certain parts of the welcome message bold > but the tags are displaying in raw format instead of bolding:) The welcome message is sent as a text/plain message. Thu

[Mailman-Users] Formatting the Welcome Message

2014-06-11 Thread Odhiambo Washington
Can the welcome message be formatted in html? I have put html tags to make certain parts of the welcome message bold but the tags are displaying in raw format instead of bolding:) -- Best regards, Odhiambo WASHINGTON, Nairobi,KE +254733744121/+254722743223 "I can't hear you -- I'm using the sc

Re: [Mailman-Users] Formatting incoming mail in Mailman

2010-02-13 Thread Stephen J. Turnbull
Mark Sapiro writes: > multipart/related > multipart/alternative > text/plain > text/html > image/xxx > > which are produced by some Microsoft MUAs and possibly others. If you > don't pass multipart/related, that entire message will be filtered. If > you do pass al

Re: [Mailman-Users] Formatting incoming mail in Mailman

2010-02-13 Thread Mark Sapiro
Hank van Cleef wrote: >The esteemed Mark Sapiro has said: >> >> Presumably you are using pass_mime_types to remove the 'non-matching' >> types. What's in pass_mime_types? > >(copied from the options page): >mixed >alternative >text/plain >text/html The above is not correct. If you have a single

Re: [Mailman-Users] Formatting incoming mail in Mailman

2010-02-13 Thread Hank van Cleef
The esteemed Mark Sapiro has said: > > Hank van Cleef wrote: > > >I just sent a message to my list from a webmail account, and got an > >empty text body in what was sent out from the list. Sent a second > >message to a user account which I read with elm to see what's in > >the message body. >

Re: [Mailman-Users] Formatting incoming mail in Mailman

2010-02-13 Thread Mark Sapiro
Hank van Cleef wrote: >I just sent a message to my list from a webmail account, and got an >empty text body in what was sent out from the list. Sent a second >message to a user account which I read with elm to see what's in >the message body. > >This is all of what comes through sendmail into

[Mailman-Users] Formatting incoming mail in Mailman

2010-02-13 Thread Hank van Cleef
I just sent a message to my list from a webmail account, and got an empty text body in what was sent out from the list. Sent a second message to a user account which I read with elm to see what's in the message body. This is all of what comes through sendmail into the mbox: send a line or t

Re: [Mailman-Users] Formatting the html inside of article.html

2008-10-06 Thread Edward Ned Harvey
> >By any chance, can you tell me a simple change, to fix the In-Reply-To > >problem? > > > Yes, it's very simple. See > coders/mailman/2.1/revision/1017>. Awesome. You're the best. :-) And I'm glad to see the other "bugfix" in there too, addition of "R

Re: [Mailman-Users] Formatting the html inside of article.html

2008-10-06 Thread Mark Sapiro
Edward Ned Harvey wrote: > >I am looking at the "&In-Reply-To=" of the email url. I know you said this >was a bug fixed in 2.1.10, however, due to selinux messing around with the >"apache" and "mailman" users' processes, I spent about a day or two trying >to build my own mailman unsuccessfully. I

Re: [Mailman-Users] Formatting the html inside of article.html

2008-10-06 Thread Edward Ned Harvey
> The '%' character is the leadin for interpolation in templates. Thus if > you want a literal % in a template, you have to double it - %%58%%20. Thanks, that's very helpful - Next question - I am looking at the "&In-Reply-To=" of the email url. I know you said this was a bug fixed in 2.1.10,

Re: [Mailman-Users] Formatting the html inside of article.html

2008-10-06 Thread Mark Sapiro
Edward Ned Harvey wrote: >Hey, I'm not sure exactly what and how the escape sequences are getting >processed when generating an archived article out of article.html. > > > >I want to have something like this as the end result: > >Reply To: %(author_html)sHREF="mailto:%(email_url)s

[Mailman-Users] Formatting the html inside of article.html

2008-10-06 Thread Edward Ned Harvey
Hey, I'm not sure exactly what and how the escape sequences are getting processed when generating an archived article out of article.html. I want to have something like this as the end result: Reply To: %(author_html)shttp://mail.python.org/mailman/listinfo/mailman-users Mailma

Re: [Mailman-Users] Formatting the Subject-field in other languages

2005-11-02 Thread Hannah Schroeter
Hi! On Thu, Nov 03, 2005 at 06:34:38AM +0900, Tokio Kikuchi wrote: >What is your problem? Will you please describe it in more detail or >show me some example? And, what is your mailman version? I have no specific problem with mailman. I just wanted to point out how futile and possibly senseles

Re: [Mailman-Users] Formatting the Subject-field in other languages

2005-11-02 Thread Tokio Kikuchi
Hi, What is your problem? Will you please describe it in more detail or show me some example? And, what is your mailman version? Hannah Schroeter wrote: > Hello! > > On Tue, Nov 01, 2005 at 09:30:25PM +0900, Tokio Kikuchi wrote: > >>[...] > > >>Here is your patch. We have already integra

Re: [Mailman-Users] Formatting the Subject-field in other languages

2005-11-02 Thread Hannah Schroeter
Hello! On Tue, Nov 01, 2005 at 09:30:25PM +0900, Tokio Kikuchi wrote: >[...] >Here is your patch. We have already integrated German and Dannish dialects. Does that really make sense? They don't even manage to use *one* localized reply prefix, witness "AW:" in a German version of one silly "mail

Re: [Mailman-Users] Formatting the Subject-field in other languages

2005-11-01 Thread Tokio Kikuchi
Hi, [HUV] VS: VS: VS: VS: VS: VS: VS: VS: Järvenpää So, Here you see that as normal Re: is instead VS: Such a localized Re: altanative can cause troubles: http://www.geocities.com/vsre_2000/ (I can't read Finnish. It just hit google search. ;-) I'm running Mailman 2.1.6 on a Debian

Re: [Mailman-Users] Formatting the Subject-field in other languages

2005-11-01 Thread Brad Knowles
At 11:12 AM +0200 2005-11-01, Rene Hertell wrote: > I've got the impression that Mailman cleans multiple Re's and Fw's from > the subject-line (and not the email-client), but now when a user sends > an message with an email-client that uses other abbreviations as the > English ones, they just

[Mailman-Users] Formatting the Subject-field in other languages

2005-11-01 Thread Rene Hertell
Hi all, I have been searching for some time now a way in cleaning up the subject-field when people send messages with email-clients that use different locale that English, but I could not find any solution. I've got the impression that Mailman cleans multiple Re's and Fw's from the subject-line (

Re: [Mailman-Users] Formatting

2005-10-03 Thread Brad Knowles
At 4:25 PM +0200 2005-10-03, Stefan Henrico wrote: > Does anyone know how mailman formats the emails? According to the various MIME headers that are on the message. These include Content-type, Content-transfer-encoding, etc > I'm getting the text files down from the server and ins

[Mailman-Users] Formatting

2005-10-03 Thread Stefan Henrico
Hi guys Does anyone know how mailman formats the emails? I'm getting the text files down from the server and inserting it into our local database, but having trouble formatting the text. Can anyone help me? :) Kind Regards, Stefan Henrico --

[Mailman-Users] Formatting archives that don't have newlines...

2003-07-02 Thread Bausch, Jean
Pug Bainter (pug at pug.net) said something that sounded like: > I have a problem (mostly with M$ Outlook users) that when a user > sends a message without newlines in it (because their email client > auto-displays it "properly" for them), the message gets stored just > like this in the arc

Re: [Mailman-Users] Formatting archives that don't have newlines...

2003-06-21 Thread Pug Bainter
I never heard anything on this. Does anyone have a clue? Pug Bainter ([EMAIL PROTECTED]) said something that sounded like: > Good Morning, > > I tried looking through the patches, bugs and FAQs for this, but > either couldn't find it or didn't know the magic phrase to use. > > I have a pro