summaryrefslogtreecommitdiff
path: root/sieve/examples/ex-5.7.sv
blob: 2d18486048408f30f0447e2397a92429336e311c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# header :is ["X-Caffeine"] [""]         => false
# header :contains ["X-Caffeine"] [""]   => true

# These should be true, then, and not affect the test mbox.

if header :is ["X-Caffeine"] [""] {
    discard;
}

if not header :contains ["X-Caffeine"] [""] {
    discard;
}

Return to:

Send suggestions and report system problems to the System administrator.