[Rt-devel] Re: [Rt-commit] r2815 - in rt/branches/3.4-RELEASE: . html/Ticket lib/RT/Action lib/RT/Interface

Florian Weimer fw at deneb.enyo.de
Sun May 1 18:13:07 EDT 2005


* >>> You also should trim
>>> overlong References: headers (by dropping everything but the first two
>>> and last three message IDs, for example), to work around bugs in
>>> certain Windows clients which would otherwise crash.
>
> I'm pretty that's not how my gnus behaves.

There's a function to wrap and shorten references:

| message-shorten-references is a compiled Lisp function in `message'.
| (message-shorten-references HEADER REFERENCES)
| 
| Trim REFERENCES to be 21 Message-ID long or less, and fold them.
| When sending via news, also check that the REFERENCES are less
| than 988 characters long, and if they are not, trim them until
| they are.

The code mentions broken INN versions (not everything that's broken is
Outlook).  As in NNTP, there's the SMTP line limit.

Surely there has to be a Perl module which already deals with the
nitty-gritty details.


More information about the Rt-devel mailing list