HOME


Mini Shell 1.0
DIR:/usr/local/cwpsrv/var/services/roundcube/plugins/managesieve/tests/src/
Upload File :
Current File : //usr/local/cwpsrv/var/services/roundcube/plugins/managesieve/tests/src/parser_vacation
require ["vacation"];
# rule:[test-vacation]
if header :contains "Subject" "vacation"
{
	vacation :days 1 text:
# test
test test /* test */
test
.
;
	stop;
}