+ " fileinto \"rr\";\r\f}\r\f"
+ "if address :is :all \"to\" \"elmer@hunters.example.org\" {\r\f"
+ " fileinto \"elmer\";\r\f}\r\f";
public void testSingleTo() throws Exception {
ScriptChecker checker = new ScriptChecker();
ScriptChecker.Results results = checker.check(toStream(SOLO_TO_EMAIL),
toStream(FILTER_SCRIPT));
if (results.getException() != null) {
fail(results.getException().toString());
}
final List actionsExecuted = results.getActionsExecuted();