Closed
Bug 820938
Opened 13 years ago
Closed 6 years ago
bugmail parsing should ignore content in the bugmail footer
Categories
(Webtools Graveyard :: Mozbot, defect)
Tracking
(Not tracked)
RESOLVED
INACTIVE
People
(Reporter: glob, Assigned: wolf)
References
Details
Attachments
(1 file)
a recent change to bmo's bugmail has confused firebot.
we added the following line to the footer:
Product | Component: bugzilla.mozilla.org | General
mozbot's bugmail parsing should ignore any lines in the footer (lines after the "--" line).
Assignee | ||
Comment 1•13 years ago
|
||
It would have been nice had this new line not included the | lines which is why firebot is confused.
Or if it had actually been an option like the subject of Bug 417756 requested. (Since this is unneeded for non-gmail users.)
Assignee | ||
Comment 2•13 years ago
|
||
fwiw. The format of his line is what causes firebot to run into problems, since it matches exactly the format of the Changed table.
mozbot treats lines that look like this:
field| from | to
as part of that table, and since Product matches a valid field name.
and it would seem its occuring for any bugmail that doesn't include a comment. fun.
Assignee: nobody → bugtrap
Status: NEW → ASSIGNED
Assignee | ||
Comment 3•13 years ago
|
||
Mozbot/Firebot is in maintenance-only mode; no further changes are planned.
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → INACTIVE
Updated•6 years ago
|
Product: Webtools → Webtools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•