From: Vsevolod Stakhov Date: Wed, 18 Mar 2020 15:57:53 +0000 (+0000) Subject: [Fix] Fix flags that caused force_actions failure X-Git-Tag: 2.5~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11ab7477edb01d29f6c9e2c4dfb32dd8ef60bb3e;p=thirdparty%2Frspamd.git [Fix] Fix flags that caused force_actions failure Issue: #3299 --- diff --git a/src/libmime/scan_result.h b/src/libmime/scan_result.h index 31a57a43a0..3f9a6efe81 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;