Aleksander Machniak
2014-09-29 8b5038befcccc29bdf8ea1f0f5745277e87e072f
1
2
3
4
5
6
7
8
9
10
11
12
require ["vacation-seconds"];
# rule:[test-vacation]
if header :contains "Subject" "vacation"
{
    vacation :seconds 0 text:
# test
test test /* test */
test
.
;
    stop;
}