Closed
Bug 487904
Opened 16 years ago
Closed 16 years ago
email_in.pl only accepts reply mails with "[Bug #]" in subject
Categories
(Bugzilla :: Incoming Email, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 3.4
People
(Reporter: dottedmag, Assigned: dottedmag)
References
Details
Attachments
(1 file)
|
820 bytes,
patch
|
mkanat
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Opera/9.64 (X11; Linux x86_64; U; en) Presto/2.1.1
Build Identifier: tip
email_in.pl explicitly checks for "[Bug #]" in subject, while BugMail can generate mail notifications with localized and customized bug term.
Attached patch relaxes the check, so it will parse any "[<word> <number]" as bug number.
Reproducible: Always
| Assignee | ||
Comment 1•16 years ago
|
||
Attachment #372196 -
Flags: review?(mkanat)
Comment 2•16 years ago
|
||
Comment on attachment 372196 [details] [diff] [review]
v1
Okay, I'll take this on HEAD and 3.4.
Attachment #372196 -
Flags: review?(mkanat) → review+
Updated•16 years ago
|
Assignee: incoming.email → dottedmag
Severity: enhancement → normal
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Flags: approval3.4+
Flags: approval+
OS: Linux → All
Hardware: x86 → All
Target Milestone: --- → Bugzilla 3.4
Version: unspecified → 3.0
Comment 3•16 years ago
|
||
tip:
Checking in email_in.pl;
/cvsroot/mozilla/webtools/bugzilla/email_in.pl,v <-- email_in.pl
new revision: 1.25; previous revision: 1.24
done
3.4:
Checking in email_in.pl;
/cvsroot/mozilla/webtools/bugzilla/email_in.pl,v <-- email_in.pl
new revision: 1.23.2.2; previous revision: 1.23.2.1
done
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•