Closed Bug 6309 Opened 25 years ago Closed 25 years ago

"nospam" feature not case-insensitive

Categories

(Bugzilla :: Bugzilla-General, defect, P3)

Tracking

()

VERIFIED FIXED
Bugzilla old

People

(Reporter: bryce-mozilla, Assigned: terry)

Details

Or, perhaps, the but reports is "Cc: feature IS case-insensitive". This is the first time I've noticed this: Email sent to: terry@mozilla.org, py8ieh=bugzilla@bath.ac.uk bryce-mozilla@nextbus.COM Excluding: bryce-mozilla@nextbus.com I had assumed that BugZilla was enforcing exact matches on the email address.
Ok, got it. You can log in with a case that does not match the database, and it lets you in OK. But the actual bug report gets the database version. enter_bug: Reporter: bRyCe-MoZiLlA@nextBUS.com show_bug: Reporter: bryce-mozilla@nextbus.COM
Here's a fix. Approve it and I'll check it in: RCS file: /cvsroot/mozilla/webtools/bugzilla/processmail,v retrieving revision 1.19 diff -c -r1.19 processmail *** processmail 1999/05/27 18:18:29 1.19 --- processmail 1999/06/11 06:00:25 *************** *** 232,238 **** next; } } ! if ($emailnotification eq "ExcludeSelfChanges" && $i eq $nametoexclude) { $didexclude = 1; next; } --- 232,239 ---- next; } } ! if ($emailnotification eq "ExcludeSelfChanges" && ! (lc($i) eq $nametoexclude)) { $didexclude = 1; next; } *************** *** 355,361 **** } if ($#ARGV == 1) { ! $nametoexclude = $ARGV[1]; } ProcessOneBug($ARGV[0]); --- 356,362 ---- } if ($#ARGV == 1) { ! $nametoexclude = lc($ARGV[1]); } ProcessOneBug($ARGV[0]);
Approved. Go for it. Thanks!
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Fixed by Bryce in: /cvsroot/mozilla/webtools/bugzilla/processmail,v <-- processmail new revision: 1.20; previous revision: 1.19
Target Milestone: M7
Unsetting target milestone so we can delete the old (inappropriate) Mozilla target milestones from Webtools.
Target Milestone: M7 → ---
auto-verifying pre-2.10
Status: RESOLVED → VERIFIED
Moving to Bugzilla product
Component: Bugzilla → Bugzilla-General
Product: Webtools → Bugzilla
QA Contact: matty
Target Milestone: --- → Bugzilla old
Version: other → unspecified
QA Contact: matty_is_a_geek → default-qa
You need to log in before you can comment on or make changes to this bug.