From 78398a66a22eeaba0a3683441aa3f1572c99ded1 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Mon, 7 Aug 2017 13:14:11 +0300 Subject: [PATCH] .procmailrc: Fix Klez rule to avoid false positives Avoid recognizing .com TLD as .com file extension. --- .procmailrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.procmailrc b/.procmailrc index c18b8ad..ecfcb53 100644 --- a/.procmailrc +++ b/.procmailrc @@ -153,7 +153,7 @@ lists/python # Klez :0 B * ^Content-Transfer-Encoding: base64 -* name( ?)=.*\.(com|exe|bat|scr|pif) +* name( ?)=.*\.(exe|bat|scr|pif) | ${FORMAIL} -A"X-Note: Klez" -A"X-Folder: Virus" >${VIRUSFOLDER} # Sobig.E -- 2.39.2