Aleksander Machniak
2013-05-20 bec9690ff519d33d7ef3f0c8f8f8cf72b4ef059d
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;
}