]> git.ipfire.org Git - thirdparty/bugzilla.git/commit
Fix for bug 98468: sample email regexp for username-only address changed from ^[...
authorjustdave%syndicomm.com <>
Fri, 7 Sep 2001 10:25:33 +0000 (10:25 +0000)
committerjustdave%syndicomm.com <>
Fri, 7 Sep 2001 10:25:33 +0000 (10:25 +0000)
commitfaf997288b1c1d04d48e87a5f0b395a24e4476b1
tree491c2a4591912bdf4ceaed0b401794c9674753d3
parentdac2f59798ada0a77717d4a6f455901c8bf1c10a
Fix for bug 98468: sample email regexp for username-only address changed from ^[^@]*$ to ^[^@]+$ and the default emailregexp changed from ^[^@]*@[^@]*\\.[^@]*$ to ^[^@]+@[^@]+\\.[^@]+$
Patch by Dave Miller <justdave@syndicomm.com>
r= jake@acutex.net x2
defparams.pl