Vacation sieve scripts not working

2019-05-16 Thread Sylvain
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"

Re: Purging old email files from Cyrus-IMAPD v.3.0.9 on FreeBSD-12.0

2019-05-16 Thread Savvas Karagiannidis
Hi James, the command that performs the actual removal of the files from the file system is cyr_expire According to your cyrus.conf and the manual of cyr_expire, the operation is performed daily at 04:00. The command

Re: Vacation sieve scripts not working

2019-05-16 Thread Willem Offermans
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"]

Re: Vacation sieve scripts not working

2019-05-16 Thread Niels Dettenbach via Info-cyrus
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

Re: Vacation sieve scripts not working

2019-05-16 Thread Sylvain
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

Re: Purging old email files from Cyrus-IMAPD v.3.0.9 on FreeBSD-12.0

2019-05-16 Thread James B. Byrne via Info-cyrus
On Thu, May 16, 2019 11:00, Savvas Karagiannidis wrote: > Hi James, > the command that performs the actual removal of the files from the > file system is cyr_expire > > According to your cyrus.conf and the manual

Re: Purging old email files from Cyrus-IMAPD v.3.0.9 on FreeBSD-12.0

2019-05-16 Thread Savvas Karagiannidis
Hi James, I think deleted and expunged are explained well in the documentation. Deleted: In IMAP when a user deletes an email, the email is actually only flagged as deleted. The user can still see the message and even unset the flag recovering the email. Expunged: When the user issues the expunge