Closed
Bug 213060
Opened 23 years ago
Closed 23 years ago
wrong bug id in email
Categories
(Bugzilla :: Email Notifications, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: youliang.yuan, Assigned: preed)
Details
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 1.0.3705)
Build Identifier:
I install bugzilla on win2k.
Using windmail for email.
When I midify a bug,it send an e-mail.
The title is "[Bug 74]...."
But the e-mail has have wrong content --
"http://bugzilla/manual/show_bug.cgi?id=3D74".
The bug id is wrong!
So i can not read the bug by the link.
Why it give me a wrong bug id?
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
| Assignee | ||
Comment 1•23 years ago
|
||
You didn't specify which version of Bugzilla you're using.
It doesn't really matter though, because there isn't any officially supported
version of Bugzilla for Win32.
The problem you're experiencing has to do with incorrect MIME encoding. "3D" is
hex for '=', and Windmail is probably encoding the URL as MIME, but without the
MIME headers, so it gets recorded in the email as "=3D" instead of =. You'll
note the rest of the bug number is still there.
The Win32 installation instructions
(http://www.bugzilla.org/docs216/html/win32.html) suggest using NTsendmail
(although they note windmail may work; it's obviously not). Using NTsendmail may
fix your problem.
When bug 84876 lands, that will also fix your problem, but you'll have to
upgrade to the 2.17 branch (probably 2.17.5) to use it, or wait until 2.18 comes
out.
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
| Reporter | ||
Comment 2•23 years ago
|
||
Thanks!
But the document doesn't descripe how to use ntsendmail clearly.
When I use ntsendmail,it doesn't work!!
I am not sure I can replace sendmail with ntsendmail correctly.
if using windmail, modification is more simple,so I use windmail.
My bugzilla version is 2.17.4
Only modification: replace of sendmail, and "#!perl" for every
*.pm,*.cgi.....file head.
Another problem:
Email can not show chinese correctly.
Updated•13 years ago
|
QA Contact: matty_is_a_geek → default-qa
You need to log in
before you can comment on or make changes to this bug.
Description
•