Project

General

Profile

Actions

Patch #17705

closed

MailHandler should ignore bogus issue strings [some-string#1234] in subject

Added by Felix Schäfer over 9 years ago. Updated over 9 years ago.

Status:
Closed
Priority:
Normal
Category:
Email receiving
Target version:
Start date:
Due date:
% Done:

0%

Estimated time:

Description

Currently the mail handler will try to parse anything that remotely resembles square brackets containing a hash followed by a number, whatever else happens to be in front of the hash in the brackets. This leads the mail handler to try to parse things like:

[12345678901234567890#1234]

and

[some-string#1234]
used by other systems.

The proposed patch Requires the hash to be either preceded by the opening bracket [ or a space.


Files

Actions

Also available in: Atom PDF