summaryrefslogtreecommitdiff
path: root/sieve/examples/ex-4.1.sv
blob: d9475acee44bca19b49d1ad804d1b7b24c5833a7 (plain)
1
2
3
4
5
6
7
8
require "reject";

if header :contains "from" "coyote@desert.example.org" {
  reject
 "I am not taking mail from you, and I don't want
  your birdseed, either!";
}

Return to:

Send suggestions and report system problems to the System administrator.