commit 11ab747: [Fix] Fix flags that caused force_actions failure

Vsevolod Stakhov vsevolod at highsecure.ru
Wed Mar 18 16:00:09 UTC 2020


Author: Vsevolod Stakhov
Date: 2020-03-18 15:57:53 +0000
URL: https://github.com/rspamd/rspamd/commit/11ab7477edb01d29f6c9e2c4dfb32dd8ef60bb3e (HEAD -> master)

[Fix] Fix flags that caused force_actions failure
Issue: #3299

---
 src/libmime/scan_result.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/libmime/scan_result.h b/src/libmime/scan_result.h
index 31a57a43a..3f9a6efe8 100644
--- a/src/libmime/scan_result.h
+++ b/src/libmime/scan_result.h
@@ -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;


More information about the Commits mailing list