From 3ec1b856c7fb9b7b728dddbd90604bbdb6c0d267 Mon Sep 17 00:00:00 2001 From: andryyy Date: Wed, 16 Jun 2021 12:23:11 +0200 Subject: [PATCH] [Rspamd] Fix bad header rule --- data/conf/rspamd/custom/bad_header.map | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/conf/rspamd/custom/bad_header.map b/data/conf/rspamd/custom/bad_header.map index 33c9ee22..b053f545 100644 --- a/data/conf/rspamd/custom/bad_header.map +++ b/data/conf/rspamd/custom/bad_header.map @@ -1 +1 @@ -/Thread-Topic:\s[a-zA-Z]{3}\s[a-zA-Z]{2}\s*/i +/Thread-Topic:\s[a-zA-Z]{3}\s[a-zA-Z]{2}[\s\r\n]{0,1}[^a-zA-Z0-9][\r\n]/i