1 2 3 4 5 6 7 8
if header :is "From" "boss@example.com" { keep; } elsif header :is "From" "ceo@example.com" { keep; }