Bugzilla – Attachment 2619 Details for
Bug 2397
Match block doesn't match negated addresses
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
proposed patch
file_2397.txt (text/plain), 328 bytes, created by
Jakub Jelen
on 2015-05-13 01:40:38 AEST
(
hide
)
Description:
proposed patch
Filename:
MIME Type:
Creator:
Jakub Jelen
Created:
2015-05-13 01:40:38 AEST
Size:
328 bytes
patch
obsolete
>diff --git a/addrmatch.c b/addrmatch.c >index 5b6773c..3f7ac57 100644 >--- a/addrmatch.c >+++ b/addrmatch.c >@@ -412,6 +412,11 @@ addr_match_list(const char *addr, const char *_list) > break; > } > ret = 1; >+ } else { >+ if (neg) { >+ ret = 1; >+ continue; >+ } > } > continue; > } else {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 2397
: 2619