From a44d1c188b0bc166e5966ae3854a1c0bc8c44afd Mon Sep 17 00:00:00 2001 From: Not Zed Date: Sun, 30 Jul 2000 03:23:41 +0000 Subject: ** Almost a total rewrite of every file, except for filter-driver which 2000-07-30 Not Zed ** Almost a total rewrite of every file, except for filter-driver which just had minor updates. The rule format has changed. svn path=/trunk/; revision=4418 --- filter/filtertypes.xml | 209 ++++++++++++++++++++++++------------------------- 1 file changed, 102 insertions(+), 107 deletions(-) (limited to 'filter/filtertypes.xml') diff --git a/filter/filtertypes.xml b/filter/filtertypes.xml index 2a94de574f..db5ceaa3ac 100644 --- a/filter/filtertypes.xml +++ b/filter/filtertypes.xml @@ -1,110 +1,105 @@ - - - - (match-all (header-contains "From" ${sender})) - - The From address matches sender(s). - - - - - (match-all (or (header-contains "To" ${recipient}) - (header-contains "Cc" ${recipient}))) - - The To or Cc address matches recipients. - - - - - (match-all (header-contains "Subject" ${words})) - - The Subject contains words. - - - - - (match-all (body-contains ${words})) - - The body contains words. - - - - - (match-all (header-contains "CC" ${self-email})) - - I am in the cc list. - - - - - (& (> message-size (size-lower size-range)) - (< message-size (size-uppwer size-range))) - - The message is a certain size. - - - - - - - (copy-to ${folder}) - - Send a copy to folder. - - - - (forward-to ${address}) - - Forward the message to people. - - - - (delete) - - Delete message. - - - - (stop) - - Stop processing further rules for this message. - - - - - - - (match-all (not (header-contains "To" ${self-email}))) - - When I am the recipient. - - - - - (match-all (not (body-contains ${words}))) - - The body does not contain words. - - - - - - - - - - + + + Sender + + + + + + + + Recipients + + + + + + + + Subject + + + + + + + + Message Body + + + + + + + + Expression + + + + + + Copy to Folder + (copy-to ${folder}) + + + + Forward to address + (forward-to ${address}) + + + + Delete + (delete) + + + Stop processing + (stop) + + + Assign Colour + (set-colour ${colour}) + + + -- cgit v1.2.3