Created Filters / Sieve (markdown)

Maarten 2024-02-06 17:08:06 +01:00
parent 576891b75f
commit b3988f8277

6
Filters---Sieve.md Normal file

@ -0,0 +1,6 @@
# Vacation Responder
```
if allof(currentdate :value "ge" "date" "2023-08-01", currentdate :value "le" "date" "2023-08-17") {
vacation :days 4 :subject "I'm not at the pineapple" :addresses ["Forward <squidward@example.com>"] "I'm monitoring a stone at the moment. Will be back when Patrick returns. Best regards, Mr. SquarePants";
}
```