Le jeu. 16 mai 2019 à 17:36, Niels Dettenbach via Info-cyrus <
info-cyrus@lists.andrew.cmu.edu> a écrit :
> ...if i remember correctly, Cyrus expects (at least in some setups)
> recipient
> addresses within SIEVE vacation scripts to "react". Could you try to set
> this
> for test?
>
You are right
Am Donnerstag, 16. Mai 2019, 11:49:55 CEST schrieb Sylvain:
> For example, this one will never send vacation messages to sender :
> require ["vacation"];
> vacation :days 1 :subject "OUTOFTHEOFFICE" "I AM OUT OF THE OFFICE";
...if i remember correctly, Cyrus expects (at least in some setups) recip
Dear Cyrus-imap friends and Sylvain,
Without further info, I cannot tell you what is wrong or why your script is not
working.
Is there a way to debug sieve?
I can only confirm that the following is working in my case:
vacation :days 5 :addresses [“myn...@example.com", “othern...@example2.com"]
Hi list,
I'm testing Cyrus 3 on the future debian 10 that will be soon released.
Vacation sieve scripts seem not to run. Other scripts do.
For example, this one will never send vacation messages to sender :
require ["vacation"];
vacation :days 1 :subject "OUTOFTHEOFFICE" "I AM OUT OF THE OFFICE"