From: | Markus Schaber <schabi(at)logix-tt(dot)com> |
---|---|
To: | PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org> |
Subject: | Re: Truncation of email subject lines |
Date: | 2006-09-20 10:16:45 |
Message-ID: | 4511150D.9090704@logix-tt.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Hi, Bruce,
Markus Schaber wrote:
>> Should I try hacking my mail reader to prevent this? I think I see
>> where it is happening in the code.
>
> AFAICT, the wrapping of long header lines by indentation (as your mailer
> seems to do) is RFC conformant, so I think it is majordomo who needs the
> fix.
>
> The only possible bug I could see is that your mailer implements the
> indentation incorrectly (tabs vs. spaces, incorrect level of indentation
> etc.).
I just re-read http://www.faqs.org/rfcs/rfc2822.html and it seems that
the first character of the continuation has to be a space or tab, so I
assume that your mailer wors correctly.
Btw, header lines have a limit of 998 characters, so, for longer
subjects, wrapping them is a must. :-)
HTH,
Markus
--
Markus Schaber | Logical Tracking&Tracing International AG
Dipl. Inf. | Software Development GIS
Fight against software patents in Europe! www.ffii.org
www.nosoftwarepatents.org
From | Date | Subject | |
---|---|---|---|
Next Message | Markus Schaber | 2006-09-20 10:28:54 | Re: [HACKERS] Developer's Wiki |
Previous Message | Markus Schaber | 2006-09-20 10:11:50 | Re: Truncation of email subject lines |