diff options
author | tkikuchi <> | 2004-10-09 04:58:00 +0000 |
---|---|---|
committer | tkikuchi <> | 2004-10-09 04:58:00 +0000 |
commit | 9cef36e85ff27efd1eed857d78b19a4f9bcbd8bb (patch) | |
tree | 9759fa07cb708c5f2184d0f162842eba4d341dfa /Mailman/Gui | |
parent | 6b02d74dfcfd74994f14dd89b79cfd62a394c788 (diff) | |
download | mailman2-9cef36e85ff27efd1eed857d78b19a4f9bcbd8bb.tar.gz mailman2-9cef36e85ff27efd1eed857d78b19a4f9bcbd8bb.tar.xz mailman2-9cef36e85ff27efd1eed857d78b19a4f9bcbd8bb.zip |
[ 1032434 ] make KNOWN_SPAMMERS work for headers appearing mult. times
[ 1026977 ] check attachment header by SpamDetect.py
Diffstat (limited to 'Mailman/Gui')
-rw-r--r-- | Mailman/Gui/Privacy.py | 8 |
1 files changed, 7 insertions, 1 deletions
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'), |