<div dir="ltr"><div dir="ltr"><div dir="ltr"><div>Hi list,</div><div><br></div><div>I'm testing Cyrus 3 on the future debian 10 that will be soon released.</div><div><br></div><div>Vacation sieve scripts seem not to run. Other scripts do.</div><div><br></div><div>For example, this one will never send vacation messages to sender :</div><div><span style="font-family:courier new,monospace">require ["vacation"];<br>vacation :days 1 :subject "OUTOFTHEOFFICE" "I AM OUT OF THE OFFICE";</span><br></div><div><br></div><div>But this one will reject the mail :</div><div><span style="font-family:courier new,monospace">require ["reject","fileinto"];<br>if address :is :all "From" "<a href="mailto:foo@example.org">foo@example.org</a>"<br>{<br>    reject "testing";<br>}<br></span></div><div><br></div><div>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></div><div><br></div><div>Anyone can reproduce this ?</div><div>Any idea to debug this situation?</div><div><br></div><div>Thanks<br></div></div></div></div>