Vacation sieve scripts not working
Willem Offermans
Willem at Offermans.Rompen.nl
Thu May 16 10:29:12 EDT 2019
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 [“myname at example.com", “othername at example2.com"] :subject “I'm out of office"
Maybe you need to specify addresses?, though it is not logical.
Wiel Offermans
Willem at Offermans.Rompen.nl
> On 16 May 2019, at 11:49, Sylvain <sylvain at a7e.app> wrote:
>
> 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";
>
> But this one will reject the mail :
> require ["reject","fileinto"];
> if address :is :all "From" "foo at example.org <mailto:foo at example.org>"
> {
> reject "testing";
> }
>
> Of course I double checked that the vacation script is activated, and I change the from address at each test. I use sieveshell to put them.
>
> Anyone can reproduce this ?
> Any idea to debug this situation?
>
> Thanks
> ----
> Cyrus Home Page: http://www.cyrusimap.org/
> List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/
> To Unsubscribe:
> https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.andrew.cmu.edu/pipermail/info-cyrus/attachments/20190516/89b4ead0/attachment-0001.html>
More information about the Info-cyrus
mailing list