Option_Man
02-11-2004, 01:30 PM
I want to write a script that will just give an out of office reply with sieve running on redhat. I am using mulberry as an email client using an IMAP config. I am wondering if you can use the "vacation" script by itself or does it have to be an extension of a filter script ? Here is what I have so far:
vacation
:days 1
:addresses ["blank@blank.org" "blank2@blank2.edu"]
:subject "Out of the office"
"I will be out of the office Monday, February 16.
In an emergency, you can call the IT helpdesk @ xxxxx
Otherwise, I will respond to your email after I return on the 17th.";
vacation
:days 1
:addresses ["blank@blank.org" "blank2@blank2.edu"]
:subject "Out of the office"
"I will be out of the office Monday, February 16.
In an emergency, you can call the IT helpdesk @ xxxxx
Otherwise, I will respond to your email after I return on the 17th.";