summaryrefslogtreecommitdiff
path: root/sieve/examples/ex-3.1b.sv
blob: e864a9072d42aeb69625ebbf0539d61e93fa6d23 (plain)
1
2
3
4
5
6
7
8
9
require [ "redirect" ];

  if header :contains ["From"] ["coyote"] {
                redirect "acm@example.edu";
             } elsif header :contains "Subject" "$$$" {
                redirect "postmaster@example.edu";
             } else {
                redirect "field@example.edu";
             }

Return to:

Send suggestions and report system problems to the System administrator.