Closed
Bug 321843
Opened 19 years ago
Closed 19 years ago
bug_email.pl valid values are:varchar(64
Categories
(Bugzilla :: Bugzilla-General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 317003
People
(Reporter: dfc, Unassigned)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8) Gecko/20051224 Debian/1.5.dfsg-3 Firefox/1.5
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8) Gecko/20051224 Debian/1.5.dfsg-3 Firefox/1.5
Hello the bug_email.pl script from 2.21.1 is acting strange. I get the
following error:
The Bugzilla Mail Interface found warnings (JFYI):
You were missing a required label: @product
You were missing a required label: @component
You sent wrong priority-setting, valid values are:varchar(64
* The priority is set to the default value 'P4'
You sent wrong bug_severity-setting, valid values are:varchar(64
* The bug_severity is set to the default value 'normal'
You sent wrong platform-setting, valid values are:varchar(64
* The rep_platform is set to the default value 'All'
You sent wrong OS-setting, valid values are:varchar(64
* The op_sys is set to the default value 'Linux'
Going through the logs i noticed that an email from outlook shows up as:
@version =3D All
@groupset =3D ReadWorld ReadPartners
@op_sys =3D Linux
@priority =3D P3
@rep_platform =3D i386
and an email submitted from mail on the command line looks like:
@version = unspecified
@op_sys = All
@priority = P3
@rep_platform = i386
There are nasty rumors that bug_email is horribly broken. Hopefully this will perk someone's interest in poking around in bug_email.pl
Reproducible: Always
![]() |
||
Comment 1•19 years ago
|
||
*** This bug has been marked as a duplicate of 317003 ***
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•