
paul at nfg
Sep 21, 2010, 1:52 AM
Post #2 of 2
(759 views)
Permalink
|
Jake, The most likely problem I see with your script is that there's no addresses field in the vacation filter. I'm no sieve expert, but I would start with enabling SIEVE_DEBUG in dbmail.conf and see what that produces. On 21-09-10 06:38, Jake Anderson wrote: > 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=jake [at] vapourforge > # * @redirection.keepMessage=true > # * @notification=true > # * @notification.message=testing OOO autoreply simple method > # > ****************************************************************************** > > > require ["vacation"]; > > if header :contains "From" "jake [at] foo" { > stop; > } > redirect "jake [at] vapourforge"; > 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 [at] dbmail > http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail > -- ________________________________________________________________ Paul Stevens paul at nfg.nl NET FACILITIES GROUP GPG/PGP: 1024D/11F8CD31 The Netherlands________________________________http://www.nfg.nl _______________________________________________ DBmail mailing list DBmail [at] dbmail http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail
|