From 9cef36e85ff27efd1eed857d78b19a4f9bcbd8bb Mon Sep 17 00:00:00 2001 From: tkikuchi <> Date: Sat, 9 Oct 2004 04:58:00 +0000 Subject: [ 1032434 ] make KNOWN_SPAMMERS work for headers appearing mult. times [ 1026977 ] check attachment header by SpamDetect.py --- Mailman/Gui/Privacy.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'Mailman/Gui/Privacy.py') diff --git a/Mailman/Gui/Privacy.py b/Mailman/Gui/Privacy.py index c3f3d49e..2668140b 100644 --- a/Mailman/Gui/Privacy.py +++ b/Mailman/Gui/Privacy.py @@ -384,7 +384,13 @@ class Privacy(GUIBase): You can have more than one filter rule for your list. In that case, each rule is matched in turn, with processing stopped after - the first match.""")), + the first match. + + Note that headers are collected from all the attachments + (except for the mailman administrivia message) and + matched against the regular expressions. With this feature, + you can effectively sort out messages with dangerous file + types or file name extensions.""")), _('Legacy anti-spam filters'), -- cgit v1.2.3