mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-05-21 06:51:52 +00: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;
|
|
}
|