Open
Bug 590982
Opened 15 years ago
Updated 13 years ago
email_in no longer needs to remove "at .+ line"
Categories
(Bugzilla :: Incoming Email, defect)
Tracking
()
NEW
People
(Reporter: mkanat, Unassigned)
Details
Since we now have a better ERROR_MODE_DIE that doesn't include "at line 1234" in things, we shouldn't need to do this anymore in email_in.pl:
$msg =~ s/at .+ line.*$//ms;
Comment 1•13 years ago
|
||
Bugzilla 4.0 is restricted to security fixes only.
Target Milestone: Bugzilla 4.0 → ---
You need to log in
before you can comment on or make changes to this bug.
Description
•