[Tickets #7641] Re: Changes of subject field of whups notification emails

bugs at horde.org bugs at horde.org
Wed Nov 5 16:54:56 UTC 2008


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/7641
------------------------------------------------------------------------------
  Ticket             | 7641
  Updated By         | Michael Slusarz <slusarz at horde.org>
  Summary            | Changes of subject field of whups notification emails
  Queue              | IMP
  Version            | HEAD
  Type               | Enhancement
  State              | Feedback
  Priority           | 1. Low
  Milestone          |
  Patch              |
  Owners             |
------------------------------------------------------------------------------


Michael Slusarz <slusarz at horde.org> (2008-11-05 11:54) wrote:

> when i look into the source of the mail i can see [Tickets #xx] and
> when i reply to this in IMP then this disappears.
> maybe this has something todo with the localizations since in other
> languages where [Tickets #xx] appears in the locale language is also
> removed when replied.

You didn't say this in your original e-mail.  Your original e-mail  
said IMP does not display anything between brackets.  That is not true.

It is true that we do strip information in brackets from the subject  
header when replying/forwarding, when appropriate.
http://cvs.horde.org/diff.php/imp/lib/Compose.php?r1=1.392&r2=1.393

This subject cleaning uses the "base subject" algorithm defined in RFC  
5256 [2.1]:
http://tools.ietf.org/html/rfc5256

I believe it is appropriate to strip this information out.  obviously,  
any algorithm that attempts to "clean" a subject line has the chance  
of potentially removing desired information.  But this particular  
algorithm has been discussed for many years and the logic behind it is  
sound.  Most important, stripping this information does not affect in  
any way subsequent threading/subject sorting done on this message.

If whups is sending out e-mails with ticket information in brackets,  
we should probably change that.  So this is probably a whups issue  
rather than an IMP issue.





More information about the bugs mailing list