https://bugzilla.wikimedia.org/show_bug.cgi?id=18831
MZMcBride <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #8617|0 |1 is obsolete| | Status|RESOLVED |REOPENED Resolution|FIXED | AssignedTo|[email protected]. |[email protected] |org | --- Comment #9 from MZMcBride <[email protected]> 2011-07-20 01:26:03 UTC --- Created attachment 8805 --> https://bugzilla.wikimedia.org/attachment.cgi?id=8805 Untested patch to fix the "real name" issue without using so much regex hackery Re-opening this. The regex currently in use is causing strangeness such as "Brion Vibber <brio". This is broken. I don't see any reason to try to do fancy lookahead magic here any longer. It was necessary when X-Bugzilla-Who wasn't used/available, but with that, it's much more reliable to try to grab only the real name _or_ use the first part of the e-mail address. Untested patch against r92606 attached. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. You are the assignee for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
