I have a client who wants to have a simple point and click for their out 
of office responders
there is a nice extension for thunderbird that does this with SIEVE.
http://adullact.net/plugins/mediawiki/wiki/milimail/index.php/Out_of_Office

unfortunatly for some reason it doesn't seem to actually be sending the 
reply.

The auto forward part works, but I'm not getting a reply.
If I do it through squirrelmail it all seems to work ok, so i'm 
presuming its something about its output that's causing the problem.

It seems to work fine with dovecot.

Any suggestions?


# 
******************************************************************************
# * Script file generated automaticaly by the 'Out Of Office extension'.
# * Do not modify this part.
# *
# *    @redirection=true
# *    @redirection.address=j...@vapourforge.com
# *    @redirection.keepMessage=true
# *    @notification=true
# *    @notification.message=testing OOO autoreply simple method
# 
******************************************************************************


require ["vacation"];

if header :contains  "From" "j...@foo.com" {
     stop;
}
redirect "j...@vapourforge.com";
keep;

vacation
     :subject "Out of Office AutoReply" "testing OOO autoreply simple 
method";

# 
******************************************************************************
# * End of script file generated automatically by the 'Out Of Office 
extension'.
# * Do not modify this part.
# 
******************************************************************************

_______________________________________________
DBmail mailing list
DBmail@dbmail.org
http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail

Reply via email to