aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/libmime/scan_result.h2
1 files changed, 1 insertions, 1 deletions
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;