<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div class="">Dear Cyrus-imap friends and Sylvain,</div><div class=""><br class=""></div><div class="">Without further info, I cannot tell you what is wrong or why your script is not working.</div><div class=""><br class=""></div><div class="">Is there a way to debug sieve?</div><div class=""><br class=""></div><div class="">I can only confirm that the following is working in my case:</div><div class=""><br class=""></div><div class="">vacation :days 5 :addresses [“<a href="mailto:myname@example.com" class="">myname@example.com</a>", “<a href="mailto:othername@example2.com" class="">othername@example2.com</a>"] :subject “I'm out of office"</div><div class=""><br class=""></div><div class="">Maybe you need to specify addresses?, though it is not logical.</div><div class=""><br class=""></div><br class=""><div class="">
<div dir="auto" style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;">Wiel Offermans</div><div style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;"><a href="mailto:Willem@Offermans.Rompen.nl" class="">Willem@Offermans.Rompen.nl</a></div><div style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class=""><br class=""></div><br class="Apple-interchange-newline"></div><br class="Apple-interchange-newline">
</div>
<div><br class=""><blockquote type="cite" class=""><div class="">On 16 May 2019, at 11:49, Sylvain <<a href="mailto:sylvain@a7e.app" class="">sylvain@a7e.app</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class=""><div dir="ltr" class=""><div dir="ltr" class=""><div class="">Hi list,</div><div class=""><br class=""></div><div class="">I'm testing Cyrus 3 on the future debian 10 that will be soon released.</div><div class=""><br class=""></div><div class="">Vacation sieve scripts seem not to run. Other scripts do.</div><div class=""><br class=""></div><div class="">For example, this one will never send vacation messages to sender :</div><div class=""><span style="font-family:courier new,monospace" class="">require ["vacation"];<br class="">vacation :days 1 :subject "OUTOFTHEOFFICE" "I AM OUT OF THE OFFICE";</span><br class=""></div><div class=""><br class=""></div><div class="">But this one will reject the mail :</div><div class=""><span style="font-family:courier new,monospace" class="">require ["reject","fileinto"];<br class="">if address :is :all "From" "<a href="mailto:foo@example.org" class="">foo@example.org</a>"<br class="">{<br class="">    reject "testing";<br class="">}<br class=""></span></div><div class=""><br class=""></div><div class="">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.<br class=""></div><div class=""><br class=""></div><div class="">Anyone can reproduce this ?</div><div class="">Any idea to debug this situation?</div><div class=""><br class=""></div><div class="">Thanks<br class=""></div></div></div></div>
----<br class="">Cyrus Home Page: <a href="http://www.cyrusimap.org/" class="">http://www.cyrusimap.org/</a><br class="">List Archives/Info: <a href="http://lists.andrew.cmu.edu/pipermail/info-cyrus/" class="">http://lists.andrew.cmu.edu/pipermail/info-cyrus/</a><br class="">To Unsubscribe:<br class=""><a href="https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus" class="">https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus</a></div></blockquote></div><br class=""></body></html>