]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Remove unused macros
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Sun, 7 Jan 2018 19:27:03 +0000 (19:27 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Sun, 7 Jan 2018 19:27:03 +0000 (19:27 +0000)
src/plugins/dkim_check.c
src/plugins/spf.c
src/plugins/surbl.h

index 39ccf9bc601aa0fd22b5f3bec378f4099ccd6bd5..705b110d954a5c381152e9118be2339c1212f8b5 100644 (file)
@@ -46,7 +46,6 @@
 #define DEFAULT_SYMBOL_NA "R_DKIM_NA"
 #define DEFAULT_SYMBOL_PERMFAIL "R_DKIM_PERMFAIL"
 #define DEFAULT_CACHE_SIZE 2048
-#define DEFAULT_CACHE_MAXAGE 86400
 #define DEFAULT_TIME_JITTER 60
 #define DEFAULT_MAX_SIGS 5
 
index 09bd0fca142938513751bed987b5a556b6774e06..dcabfa8c30703206bb1217bc880513151877d628 100644 (file)
@@ -43,7 +43,6 @@
 #define DEFAULT_SYMBOL_PERMFAIL "R_SPF_PERMFAIL"
 #define DEFAULT_SYMBOL_NA "R_SPF_NA"
 #define DEFAULT_CACHE_SIZE 2048
-#define DEFAULT_CACHE_MAXAGE 86400
 
 struct spf_ctx {
        struct module_ctx ctx;
index 6f31b8ce34411e36688b5ecf4f8f0c040423e923..5e9241f62723e9bb6ed131799a71a4f73aef51f9 100644 (file)
@@ -5,14 +5,9 @@
 #include "multipattern.h"
 #include "monitored.h"
 
-#define DEFAULT_REDIRECTOR_PORT 8080
 #define DEFAULT_SURBL_WEIGHT 10
-#define DEFAULT_REDIRECTOR_CONNECT_TIMEOUT 1.0
 #define DEFAULT_REDIRECTOR_READ_TIMEOUT 5.0
-#define DEFAULT_SURBL_MAX_URLS 1000
-#define DEFAULT_SURBL_URL_EXPIRE 86400
 #define DEFAULT_SURBL_SYMBOL "SURBL_DNS"
-#define DEFAULT_SURBL_SUFFIX "multi.surbl.org"
 #define SURBL_OPTION_NOIP (1 << 0)
 #define SURBL_OPTION_RESOLVEIP (1 << 1)
 #define SURBL_OPTION_CHECKIMAGES (1 << 2)