Mercurial > p > roundup > code
diff CHANGES.txt @ 5151:6bbb6dd97458
Fix subject parsing in mail gateway.
The previous parsing routine would not ensure that arguments are at the
end of the subject and when subject_suffix_parsing was configured to be
'loose' it would truncate the subject when encountering a double prefix,
e.g. Subject: [frobulated] [frobulatedagain] this part would be lost
| author | Ralf Schlatterbeck <rsc@runtux.com> |
|---|---|
| date | Tue, 19 Jul 2016 11:47:53 +0200 |
| parents | d16ba6e6624b |
| children | f608eeecf638 |
line wrap: on
line diff
--- a/CHANGES.txt Mon Jul 18 13:55:34 2016 +0200 +++ b/CHANGES.txt Tue Jul 19 11:47:53 2016 +0200 @@ -293,6 +293,12 @@ of the tracker html directory. This has been fixed by normalizing the path and comparing to the normalized path for the html directory. See ``doc/upgrading.txt``. (John Rouillard) +- Fix subject parsing in mail gateway. The previous parsing routine + would not ensure that arguments are at the end of the subject and when + subject_suffix_parsing was configured to be 'loose' it would truncate + the subject when encountering a double prefix, e.g. + Subject: [frobulated] [frobulatedagain] this part would be lost + (Ralf Schlatterbeck) 2016-01-11: 1.5.1
