Gnus development mailing list
 help / color / mirror / Atom feed
* Re: [John Moreno <phenix@interpath.com>] Re: GNKSA and Gnus
@ 1998-01-04 20:31 John Moreno
  1998-01-04 21:45 ` Russ Allbery
  0 siblings, 1 reply; 14+ messages in thread
From: John Moreno @ 1998-01-04 20:31 UTC (permalink / raw)
  Cc: Karl-Johan Noren, Russ Allbery

[Added Russ Allbery to recipients]

Lars Magne Ingebrigtsen wrote:

>Here's the latest GNKSA evaluation report.  16c has been fixed, I
>think, but 7c will not be fixed.

7c is a requirement that makes it compatible with son-of-1036, and is in there to acknowledge a problem with some SERVERS - i.e. ones that don't handle long lines.  Son-of-1036 specifies that it not be longer than 1000 octets including EOL (2 octets to allow for dos cr/lf), and that (from left to right) the first reference and the last three never be deleted.  Note that 1036 ALLOWS this but doesn't set any guidelines for when and how to do so.  Also note that this should allow any one message to have references going back between 30-40 messages.  This seems, well, not to harsh to me - and can easily result in messages where the references header is much larger than the message itself.

>The GNKSA has evolved from a sensible bare-bones minimum thang into
>something, uh, else, and I think the whole think has become
>pointless.  Gnus will therefore from now on not strive for GNKSA
>compliance.  

I'm sorry to hear that - if you have fixed 16c then the only thing that's out of place is 7c and this can result in either the users server not accepting the article or other servers not propagating their messages.

>-- 
>(domestic pets only, the antidote for overdose, milk.)
>  larsi@ifi.uio.no * Lars Magne Ingebrigtsen
>------- Start of forwarded message -------
>Karl-Johan Noren wrote:
>
>[...]
>
>>> Also did you send a copy of the review to the author?
>>
>>Nope - but I guess I should have, and I don't have the review
>>available on the computer I use right now (I'm not sure it's
>>still on my Unix account either). Gnus have a homepage at
>>
>>   http://www.gnus.org/
>>
>>though, I think.
>
>Well here it is:
>
>============================================================================
>
>                                          GNKSA   Evaluation  Form  v2.0
>
>
>Product Name           : Gnus
>Product Version        : 5.3
>Tested on platform     : Unix/GNU Emacs 19.34
>Available for platforms: Emacs 19
>Evaluation date        : December 10, 1997
>Evaluated by           : Karl-Johan Norén
>
>
>Summary
>=======
>
>Regarding the strict GNKSA requirements (MUSTs), this software:
>
>[ ] PASSES, hence can from now on proudly carry the Seal.
>[X] FAILS on the following points:
>    7c   Does not restrict references sensibly
>    16c  Does not warn when posting quoted text only
>
>
>Additionally, the software violates the `soft' GNKSA requirements
>(SHOULDs) in the following way:
>    10d  Does not omit (proper) signatures from quoted text
>    10e  Does not let the user indicate which part to followup to
>    10g  Attribution line lacks Message-ID of original article
>    16b  Does not refuse posting an empty article
>    16d  Does not refuse to post quoted text only
>    16f  Does not try to prevent posting multiple copies entirely
>
>
>The software sports the following nice net-keeping features unmentioned
>by the GNKSA:
>
>Fully customisable via elisp.

10d  - speaks for itself.
10e  - this applies more to GUI newsreaders and allows them to select the
       portion of the article which they intend to respond to.  It also
       allows the user to include the sig if wanted. 
10g  - well, I disagree with this one myself.  But it's not a requirement,
       and several newsreaders can use it to get that article.
16b  - I guess this could be necessary with some control messages.
16d  - I'm not sure why somebody would need to post a message that was only 
       quoted.
16f  - Does gnus really do this?  Post the same article multiple times?

-- 
John Moreno





^ permalink raw reply	[flat|nested] 14+ messages in thread
* Re: [John Moreno <phenix@interpath.com>] Re: GNKSA and Gnus
@ 1998-01-04 22:04 John Moreno
  1998-01-08  9:14 ` Russ Allbery
  0 siblings, 1 reply; 14+ messages in thread
From: John Moreno @ 1998-01-04 22:04 UTC (permalink / raw)
  Cc: Russ Allbery, ding, Karl-Johan Noren

Kai Grossjohann wrote:

>>>>> On Sun, 4 Jan 98, John Moreno said:
>
>  John> It is a attempt to have software FACILITATE using the correct
>  John> etiquette.  It means that software should provide a method
>
>I can see the advantage of having the option of marking a part of a
>message then hitting the reply button then the user agent inserting
>only that part as quoted text.  Rather than the user always getting
>everything at first and then having to cut away the rest.
>
>While this might be useful, I think it is not an important feature.

It's considered important only in the sense of having features that 
encourage the user to do the right thing - it is NOT a requirement for 
getting the GNKSA.

All of the 'Soft' requirement are features which while considered very 
good and useful and guides the user into correct behavior, may not be 
appropriate for all users or newsreaders.  For instance if most of your 
time on the net was spent in alt.fan.warlord this wouldn't be a very good 
feature for you.

-- 
John Moreno





^ permalink raw reply	[flat|nested] 14+ messages in thread
[parent not found: <199712280107.UAA02498@mail.interpath.net>]
* Re: GNKSA and Gnus
@ 1998-01-05 21:22 John Moreno
  1998-01-05 22:02 ` Lars Balker Rasmussen
  0 siblings, 1 reply; 14+ messages in thread
From: John Moreno @ 1998-01-05 21:22 UTC (permalink / raw)
  Cc: Karl-Johan Noren

Russ Allbery wrote:

>Per Abrahamsen <abraham@dina.kvl.dk> writes:
>
>> I often have to manually edit the references line when posting followups
>> in gnu.misc.discuss in order to make INN accept it.  I guess it happens
>> in gnu.misc.discuss because
>
>> 1) The threads there are very deep.
>> 2) There are a high fraction of Gnus users, thus none of the posters
>>    software will restrict the header.
>
>I stand corrected.
>
>> ##  Maximum size of a single header.
>> #### =()<MAXHEADERSIZE          @<MAXHEADERSIZE>@>()=
>> MAXHEADERSIZE           1024
>
>I believe this only affects headers which are not continued.  If one uses
>continuation lines, headers can be much larger.  (Or that at least is my
>understanding.)  Keep in mind that the version of Gnus that I'm using
>still wraps References using continuation lines; I think Lars took that
>out at some point?
>
>It sounds like either the header wrapping code needs to be put back in or
>Gnus needs to shorten the Reference headers it generates, in the short
>term.  In the long term, I expect the new news RFC to require References
>headers not be truncated.

It's going to have to either require or allow it to be truncated at some 
point - otherwise you'll have references lines that grow infinitely long. 
 I know of several threads that are more than a year old - I hate to 
think how long they would be if software didn't truncate the header.

Approximately 1k REALLY is the current expected behavior.  And if 
newsreaders don't do it, servers and users will.  It is also a attempt to 
make the standard larger than what might otherwise be settled upon - 
after all assuming that all of the articles are there threading can take 
place with just one, and if articles are missing keeping only 5 or 6 back 
references is enough for normal situations.  And I can't count the number 
of users (most using TIN) who I've chided for deleting it entirely - I 
end up telling them that since they feel they must cut it, to at least 
leave in the last reference.  Unfortunately I often get the reply that it 
is simply easier to cut it all out than to try to edit it.

-- 
John Moreno





^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~1998-02-02 18:25 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-01-04 20:31 [John Moreno <phenix@interpath.com>] Re: GNKSA and Gnus John Moreno
1998-01-04 21:45 ` Russ Allbery
1998-01-04 22:27   ` John Moreno
1998-01-04 23:58     ` Matt Simmons
1998-01-05 13:42       ` Robert Bihlmeyer
1998-01-04 22:04 [John Moreno <phenix@interpath.com>] " John Moreno
1998-01-08  9:14 ` Russ Allbery
     [not found] <199712280107.UAA02498@mail.interpath.net>
1998-01-05 19:54 ` Per Abrahamsen
1998-01-05 20:31   ` Russ Allbery
1998-01-12 22:15   ` Lars Magne Ingebrigtsen
1998-01-12 22:45     ` Russ Allbery
1998-02-02 18:25       ` Lars Magne Ingebrigtsen
1998-01-12 22:48     ` Hrvoje Niksic
1998-01-05 21:22 John Moreno
1998-01-05 22:02 ` Lars Balker Rasmussen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).