summaryrefslogtreecommitdiff
path: root/plugins/managesieve/tests/src/parser_vacation
blob: 93026db45b454e82e7e2b5a0d91f7bfbf844ea1c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
require ["vacation"];
# rule:[test-vacation]
if header :contains "Subject" "vacation"
{
	vacation :days 1 text:
# test
test test /* test */
test
.
;
	stop;
}