From b22485f657c40c9b9fda9675d25c9294288c5732 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Thu, 14 Jan 2016 13:30:55 +0000 Subject: Allow processing images urls for SURBL --- src/plugins/surbl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/plugins/surbl.h') diff --git a/src/plugins/surbl.h b/src/plugins/surbl.h index 2477032b9..68b27c3f0 100644 --- a/src/plugins/surbl.h +++ b/src/plugins/surbl.h @@ -14,6 +14,7 @@ #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) #define MAX_LEVELS 10 struct surbl_ctx { -- cgit v1.2.3