1#this test should be run after ubertestscript.
2#this depends on ifs and testing to be working properly
3
4
5if header :contains "subject" "stop"
6{stop;}
7
8if header :contains "subject" "keep"
9{keep;}
10
11if header :contains "subject" "discard"
12{discard;}
13
14#this one is already tested by the ubertest script...
15if header :contains "subject" "redirect"
16{redirect "me+goodredirect@blah.com";}
17