Re: Message format *again*

2003-09-27 Thread Chuck Swiger
Greg 'groggy' Lehey wrote:
[ ... ]
I don't see anything in the standards that defines this format, so I
suppose the answer should be yes.  On a more practical basis, I
don't know of any UNIX-based MUA which treats this correctly, and none
of the messages I looked at it had this attribute.  In addition, I
can't see how format=flowed can distinguish between computer output
(which should be quoted unchanged, possibly with very long lines) and
text, which RFC 2822 recommends to be 78 characters or less.  It also
makes it almost impossible to quote.
Netscape/Mozilla is the most common MUA which uses format=flowed.  Mozilla 
certainly meets the UNIX-based MUA requirement, as it is available as a 
FreeBSD port.  This message should be an example of that MIME content-type, and 
the raw ASCII representation should be fine for 80-column viewing.

Quoting email written in format=flowed should also be okay, although not 
perfect, since Mozilla sometimes has a habit of prepending a space before a 
quoted line inconsistently, resulting in output like:

 Original Message 
Subject: Re: Mask IP:port with Domain Name
Date: Fri, 27 Jun 2003 11:46:20 -0400
From: Chuck Swiger [EMAIL PROTECTED]
To: John DeStefano [EMAIL PROTECTED]
CC: [EMAIL PROTECTED]
Message-id: [EMAIL PROTECTED]
MIME-version: 1.0
Content-type: text/plain; format=flowed; charset=us-ascii
John DeStefano wrote:
 Chuck Swiger wrote:
 There's no way to avoid the port number in the URL, then.  Consider
 switching to a provider that lets you host local services...
 
 Does that then nullify your previous recommendations?
Nope.  It just means that you can only get one of the two things you asked for.

 Can you recommend any such providers?

Of dynamic DNS?  Yes: www.dyndns.org.

 By hosting local services, do you mean DNS?

No, I meant being able to run Apache on port 80.  You said you didn't want to
see IP or port number; the former can be solved by dynamic DNS, the latter can't
be solved if your ISP blocks port 80.
[ ... ]
--
Mozilla tries to special-case the reformatting of quoted text to avoid breaking 
quotation levels, but it displays   andthe same-- as a single colored 
vertical bar so it's not possible for a user to notice the issue during composition.

For a detailed review of various test cases, please consult:

http://bugzilla.mozilla.org/show_bug.cgi?id=199776

--
-Chuck
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Message format *again* (was: Why mplayer in FreeBSD 5.1 behave not so good as Debian in my computer?)

2003-09-27 Thread Greg 'groggy' Lehey
On Saturday, 27 September 2003 at  0:32:22 -0500, Dan Nelson wrote:
 In the last episode (Sep 27), Greg 'groggy' Lehey said:
 [Format recovered--see http://www.lemis.com/email/email-format.html]
 On Friday, 26 September 2003 at 14:26:38 -0500, Eugene Lee wrote:
 On Fri, Sep 26, 2003 at 04:48:49AM -0700, Kris Kennaway wrote:

 1) Please wrap your lines at 70 characters so your emails may be
 easily read

 Just curious, is format=flowed disallowed here?

 I don't see anything in the standards that defines this format, so I
 suppose the answer should be yes.  On a more practical basis, I
 don't know of any UNIX-based MUA which treats this correctly, and
 none of the messages I looked at it had this attribute.  In addition,
 I can't see how format=flowed can distinguish between computer
 output (which should be quoted unchanged, possibly with very long
 lines) and text, which RFC 2822 recommends to be 78 characters or
 less.  It also makes it almost impossible to quote.

 So yes, it's disallowed in the sense that it's discouraged, and
 that a number of people, myself included, tend to delete such
 messages unread.  Follow the URL below for more details.

 RFC2646 defines format=flowed, and does a pretty good job of explaining
 the wrapping, joining, and quoting rules.

Hmm, interesting.  I've added it to
http://.lemis.com/email/email-rfc.html.  I suppose there are other
places where I should refer to it as well.

 The nice thing about correctly-generated format=flowed text is that
 it looks just like regular text, so a MUA that doesn't understand
 flowed text can still display perfectly readable output.  Paragraphs
 are wrapped at 72 chars, and a trailing space is added at the wrap
 point as a hint that the next line is a logical continuation.  Lines
 not ending in a space are not flowed, so it's easy to specify what
 text will be flowed and what won't.

Yes, if the MUA (and the user) adhere to the conventions.  I've taken
a look at the messages I've received recently with format=flowed, and
they're all  80 characters long.  That's the intention of the RFC, of
course, but it happens so regularly that I wonder whether my MTA is
reformatting.  That doesn't appear to be right, though.

Greg
--
When replying to this message, please copy the original recipients.
If you don't, I may ignore the reply or reply to the original recipients.
For more information, see http://www.lemis.com/questions.html
See complete headers for address and phone numbers.
NOTE: Due to the currently active Microsoft-based worms, I am limiting
all incoming mail to 131,072 bytes.  This is enough for normal mail,
but not for large attachments.  Please send these as URLs.


pgp0.pgp
Description: PGP signature


Message format *again* (was: Why mplayer in FreeBSD 5.1 behave not so good as Debian in my computer?)

2003-09-26 Thread Greg 'groggy' Lehey
[Format recovered--see http://www.lemis.com/email/email-format.html]

On Friday, 26 September 2003 at 14:26:38 -0500, Eugene Lee wrote:
 On Fri, Sep 26, 2003 at 04:48:49AM -0700, Kris Kennaway wrote:

 On Fri, Sep 26, 2003 at 04:11:55PM +0800, zch wrote:

 I have installed mplayer through cvsup while the error message,
 your system is too SLOW to play this,always jump out. I had
 recompiled mplayer with without-runtime-computercheck, but the
 eror is still as before. While mplayer in Debian is well. And the
 two system audios are all oss drivered. Could anybody give some
 suggestion? Thanks!

 1) Please wrap your lines at 70 characters so your emails may be easily read

 Just curious, is format=flowed disallowed here?

I don't see anything in the standards that defines this format, so I
suppose the answer should be yes.  On a more practical basis, I
don't know of any UNIX-based MUA which treats this correctly, and none
of the messages I looked at it had this attribute.  In addition, I
can't see how format=flowed can distinguish between computer output
(which should be quoted unchanged, possibly with very long lines) and
text, which RFC 2822 recommends to be 78 characters or less.  It also
makes it almost impossible to quote.

So yes, it's disallowed in the sense that it's discouraged, and that
a number of people, myself included, tend to delete such messages
unread.  Follow the URL below for more details.

Greg
--
When replying to this message, please take care not to mutilate the
original text.
For more information, see http://www.lemis.com/email.html
Finger [EMAIL PROTECTED] for PGP public key.
See complete headers for address and phone numbers.
NOTE: Due to the currently active Microsoft-based worms, I am limiting
all incoming mail to 131,072 bytes.  This is enough for normal mail,
but not for large attachments.  Please send these as URLs.


pgp0.pgp
Description: PGP signature


Re: Message format *again* (was: Why mplayer in FreeBSD 5.1 behave not so good as Debian in my computer?)

2003-09-26 Thread Dan Nelson
In the last episode (Sep 27), Greg 'groggy' Lehey said:
 [Format recovered--see http://www.lemis.com/email/email-format.html]
 On Friday, 26 September 2003 at 14:26:38 -0500, Eugene Lee wrote:
  On Fri, Sep 26, 2003 at 04:48:49AM -0700, Kris Kennaway wrote:
 
  1) Please wrap your lines at 70 characters so your emails may be
  easily read
 
  Just curious, is format=flowed disallowed here?
 
 I don't see anything in the standards that defines this format, so I
 suppose the answer should be yes.  On a more practical basis, I
 don't know of any UNIX-based MUA which treats this correctly, and
 none of the messages I looked at it had this attribute.  In addition,
 I can't see how format=flowed can distinguish between computer
 output (which should be quoted unchanged, possibly with very long
 lines) and text, which RFC 2822 recommends to be 78 characters or
 less.  It also makes it almost impossible to quote.

 So yes, it's disallowed in the sense that it's discouraged, and
 that a number of people, myself included, tend to delete such
 messages unread.  Follow the URL below for more details.

RFC2646 defines format=flowed, and does a pretty good job of explaining
the wrapping, joining, and quoting rules.

The nice thing about correctly-generated format=flowed text is that it
looks just like regular text, so a MUA that doesn't understand flowed
text can still display perfectly readable output.  Paragraphs are
wrapped at 72 chars, and a trailing space is added at the wrap point as
a hint that the next line is a logical continuation.  Lines not ending
in a space are not flowed, so it's easy to specify what text will be
flowed and what won't.

I'd use it myself if I can ever get around to hacking joe's
paragraph-reformat function to add the trailing spaces..

-- 
Dan Nelson
[EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]