Re: Mailing list headers: Date:<TAB> instead of Date:<SPACE>

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Mon, Sep 13, 2010 at 18:30, Thomas Klausner <tk@xxxxxxxxxx> wrote:
> On Mon, Sep 13, 2010 at 11:24:59AM -0700, Chris Packham wrote:
>> There is also a problem with your definition of "uncommon". I haven't
>> checked but I'm guessing the tabs are there for every mailing list run
>> by vger.kernel.org. Those are some of the highest volume mailing lists
>> that I know of. It can't be to hard to change tin to parse a tab or
>> space character.
>
> I'm sorry if you don't like my choice of words. I have subscribed to a
> number of mailing lists and read them in tin without stumbling over
> this problem.
>
> Is my request so much to ask?

Well, yeah. You're asking that someone that maintains the mailing list
go and modify the mailing list software due to some trivial bug in a
non-RFC compliant client.

The bug can presumably just be fixed by changing something like this
in tin:

    while (*s++ == '') { ... }

to:

    while (isspace(*s++)) { ... }

So why not just do that? Then you'll have fixed the bug for all tin
users regardless of what mailing list they're subscribing to.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]