ex-5.7.sv 275 Bytes Raw Blame History Permalink 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; }