]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Remove redundant call for tags testing
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Tue, 7 Feb 2017 12:57:40 +0000 (12:57 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Tue, 7 Feb 2017 12:57:40 +0000 (12:57 +0000)
src/plugins/surbl.c

index 8bd008e6abb71eaab4aeeceef083b3ccd029c1ee..4f43e73828bc966a9dc022e93731a208e17989e0 100644 (file)
@@ -1511,10 +1511,6 @@ surbl_tree_redirector_callback (gpointer key, gpointer value, void *data)
                return;
        }
 
-       if (surbl_module_ctx->use_tags && surbl_test_tags (task, param, url)) {
-               return;
-       }
-
        /* Search in trie */
        srch.begin = url->tld;
        srch.len = url->tldlen;