From 7fced5c8ff4b306ccb5adf114ae1b59526c6d645 Mon Sep 17 00:00:00 2001 From: Giovanni Date: Mon, 6 Oct 2025 18:53:23 +0200 Subject: [PATCH 1/2] fix FUZZY_SECURITY with french words --- rulesrc/sandbox/jhardin/20_misc_testing.cf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rulesrc/sandbox/jhardin/20_misc_testing.cf b/rulesrc/sandbox/jhardin/20_misc_testing.cf index 644ca2849a..5866de95a4 100644 --- a/rulesrc/sandbox/jhardin/20_misc_testing.cf +++ b/rulesrc/sandbox/jhardin/20_misc_testing.cf @@ -2014,7 +2014,7 @@ ifplugin Mail::SpamAssassin::Plugin::ReplaceTags describe FUZZY_IMPORTANT Obfuscated "important" tflags FUZZY_IMPORTANT publish - body FUZZY_SECURITY /(?=)(?!security)(?!seguridad)(?!s\xc3\xa9curit\xc3\xa9)(?:|)(?:|)/i + body FUZZY_SECURITY /(?=)(?!security)(?!seguridad)(?!s\xc3\xa9curit\xc3\xa9)(?!s\xc3\x89curit\xc3)(?:|)(?:|)/i replace_rules FUZZY_SECURITY describe FUZZY_SECURITY Obfuscated "security" tflags FUZZY_SECURITY publish From 4e838ca3f90f2106952a04a1ad900e5023ad96b7 Mon Sep 17 00:00:00 2001 From: Giovanni Date: Tue, 7 Oct 2025 08:54:45 +0200 Subject: [PATCH 2/2] tweaks as per fkoyer@ suggestions --- rulesrc/sandbox/jhardin/20_misc_testing.cf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rulesrc/sandbox/jhardin/20_misc_testing.cf b/rulesrc/sandbox/jhardin/20_misc_testing.cf index 5866de95a4..b581fe6629 100644 --- a/rulesrc/sandbox/jhardin/20_misc_testing.cf +++ b/rulesrc/sandbox/jhardin/20_misc_testing.cf @@ -2014,7 +2014,7 @@ ifplugin Mail::SpamAssassin::Plugin::ReplaceTags describe FUZZY_IMPORTANT Obfuscated "important" tflags FUZZY_IMPORTANT publish - body FUZZY_SECURITY /(?=)(?!security)(?!seguridad)(?!s\xc3\xa9curit\xc3\xa9)(?!s\xc3\x89curit\xc3)(?:|)(?:|)/i + body FUZZY_SECURITY /(?=)(?!security)(?!seguridad)(?!s\xc3[\xa9\x89]curit\xc3[\xa9\x89])(?:|)(?:|)/i replace_rules FUZZY_SECURITY describe FUZZY_SECURITY Obfuscated "security" tflags FUZZY_SECURITY publish