Hello!
I have a problem to get a sieve-filter working.
The following works perfectly:
require ["vacation"]; # rule:[Out of office] if true { vacation :days 3 :addresses "a.meyer@nimmini.de" :subject "absent" "Ich bin nicht da."; }
Whereas the following does not:
require ["vacation"]; # rule:[Out of office] if true { vacation :days 3 :addresses "a.meyer@bitcorner.de" :subject "absent" "Ich bin nicht da."; }
Can someone help? I don't get it right.
Kind regards
Andreas