Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion rulesrc/sandbox/jhardin/20_misc_testing.cf
Original file line number Diff line number Diff line change
Expand Up @@ -2014,7 +2014,7 @@ ifplugin Mail::SpamAssassin::Plugin::ReplaceTags
describe FUZZY_IMPORTANT Obfuscated "important"
tflags FUZZY_IMPORTANT publish

body FUZZY_SECURITY /(?=<S>)(?!security)(?!seguridad)(?!s\xc3\xa9curit\xc3\xa9)<S><E>(?:<C>|<G>)<U><R><I>(?:<T><Y>|<D><A><D>)/i
body FUZZY_SECURITY /(?=<S>)(?!security)(?!seguridad)(?!s\xc3[\xa9\x89]curit\xc3[\xa9\x89])<S><E>(?:<C>|<G>)<U><R><I>(?:<T><Y>|<D><A><D>)/i
replace_rules FUZZY_SECURITY
describe FUZZY_SECURITY Obfuscated "security"
tflags FUZZY_SECURITY publish
Expand Down