hello folks
i was wondering if it is possible to write a sieve script that sends mail to the address contained in the from header based on the information in the to header.
i am transitioning someone over to a new email account and so am forwarding all mail sent to her old address to this new address. i would like to send out a message to anyone sending mail to the old address that informs them of the new address. i used the following sieve script for that:


require "vacation";
if header :contains "to" "enter old email address"
{ vacation "Please note, my new email address is NEW-EMAIL-ADDRESS.
Please send email to this address in the future. ";
}
it does not seem to send out email as i would like. any tips.
thanks
ali asad lotia
------------------------------------------------------------------------ --------
The difference between a Dell desktop and an Apple PowerBook is
like that between a Kenmore washer and a Fender Stratocaster.
- Doc Searls (http://www.linuxjournal.com//article.php?sid=7464)


---
Cyrus Home Page: http://asg.web.cmu.edu/cyrus
Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html

Reply via email to