TWiki> Cyrus Web>SieveExample1 (27 Apr 2006, ZacBowling? )EditAttach
             require "fileinto";
             if header :contains "from" "coyote" {
                discard;
             } elsif header :contains ["subject"] ["$$$"] {
                redirect "postmaster@example.edu";
             } else {
                fileinto "INBOX";
             }
Topic revision: r1 - 27 Apr 2006 - 10:36:28 - ZacBowling?
 
This site is powered by the TWiki collaboration platformCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback