require "vnd.dovecot.testsuite"; test_set "message" text: To: nico@vestingbar.nl From: stephan@rename-it.nl Subject: Test Test. . ; test "Fileinto" { if not test_compile "actions/fileinto.sieve" { test_fail "compile failed"; } if not test_execute { test_fail "execute failed"; } } test "Redirect" { if not test_compile "actions/redirect.sieve" { test_fail "compile failed"; } if not test_execute { test_fail "execute failed"; } }