Hi list. I'm trying to get a vacation script up and running...
In this form, the script works fine: require "vacation"; vacation :days 1:addresses ["[EMAIL PROTECTED]","[EMAIL PROTECTED]"] text: **AUTOGENERATED MESSAGE** Test!!! . Now, when I try to leave the address parameter off, so that it will use the smtp envelope for the return "From" address, the script doesnt seem to work. No errors seem to be apparent either... We are using a stock 2.0.16 Cyrus install... Perhaps I'm misreading how the address param should be used, or maybe I'm just not understanding how things should work when the address param is absent. Could someone provide a syntactically correct example of a small vacation script that doesn't use the address param? Any other pointers would be dandy as well :)