1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2026-05-21 06:51:52 +00:00
Files
mailcow-dockerized/data/web/rc/plugins/managesieve/tests/src/parser_vacation
2017-02-21 22:27:11 +01:00

13 lines
158 B
Plaintext

require ["vacation"];
# rule:[test-vacation]
if header :contains "Subject" "vacation"
{
vacation :days 1 text:
# test
test test /* test */
test
.
;
stop;
}