Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
09033034
Commit
09033034
authored
Jan 20, 1999
by
terry%netscape.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Allow a "not regexp" search of email addresses.
parent
4d8fdbd2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
buglist.cgi
buglist.cgi
+2
-0
query.cgi
query.cgi
+1
-0
No files found.
buglist.cgi
View file @
09033034
...
...
@@ -291,6 +291,8 @@ foreach my $id ("1", "2") {
}
}
elsif
(
$type
eq
"regexp"
)
{
$query
.=
"\t$lead $table.login_name regexp $qemail\n"
;
}
elsif
(
$type
eq
"notregexp"
)
{
$query
.=
"\t$lead $table.login_name not regexp $qemail\n"
;
}
else
{
$query
.=
"\t$lead instr($table.login_name, $qemail)\n"
;
}
...
...
query.cgi
View file @
09033034
...
...
@@ -133,6 +133,7 @@ sub GenerateEmailInput {
<input name="email$id" size="30" value=""> matching as
<SELECT NAME=emailtype$id>
<OPTION VALUE="regexp">regexp
<OPTION VALUE="notregexp">not regexp
<OPTION SELECTED VALUE="substring">substring
<OPTION VALUE="exact">exact
</SELECT>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment