]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
[Fix] Fix flags that caused force_actions failure
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Wed, 18 Mar 2020 15:57:53 +0000 (15:57 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Wed, 18 Mar 2020 15:57:53 +0000 (15:57 +0000)
Issue: #3299

src/libmime/scan_result.h

index 31a57a43a05e75dcb7516eaf76783a6f48b5f80d..3f9a6efe81c79337b9754fdc8288d49a82f34ec0 100644 (file)
@@ -52,7 +52,7 @@ struct rspamd_symbol_result {
 #define RSPAMD_PASSTHROUGH_CRITICAL 3
 
 #define RSPAMD_PASSTHROUGH_LEAST (1u << 0u)
-#define RSPAMD_PASSTHROUGH_NO_SMTP_MESSAGE (1u << 0u)
+#define RSPAMD_PASSTHROUGH_NO_SMTP_MESSAGE (1u << 1u)
 
 struct rspamd_passthrough_result {
        struct rspamd_action *action;