mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-07 00:26:48 +01:00
13 lines
158 B
Plaintext
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;
|
|
}
|