[Dovecot] Dovecot auto vacation with sieve doesn't work
Timo Sirainen
tss at iki.fi
Wed Aug 6 21:04:55 EEST 2008
On Aug 6, 2008, at 1:57 PM, CJ Keist wrote:
> My .dovecot.sieve file:
>
> require ["vacation"];
> if header :matches "subject" "*" {
> vacation
> :days 30
> :addresses "cj.keist at colostate.edu"
> :subject "Automatic response to: ${1}"
> "I'm away -- send mail to foo in my absence";
> }
You can't use ${1} since variables extension isn't supported by
cmusieve.
> In my testing I know the sieve plugin is reading my .dovecot.sieve
> script and creating the .dovecot.sievec, but that is as for as it
> goes.
> The .dovecot.lda-dupes file is not being created (or any
> .dovecot.sieve.err file) and no reply is even being attempted from
> the logs:
Then it means that Dovecot decided it shouldn't reply to the mail.
There are several reasons for that listed in http://wiki.dovecot.org/LDA/Sieve
(would be nice if it logged the exact reason though - hopefully the
Sieve rewrite will do that :)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: PGP.sig
Type: application/pgp-signature
Size: 194 bytes
Desc: This is a digitally signed message part
Url : http://dovecot.org/pipermail/dovecot/attachments/20080806/256f52b6/attachment.bin
More information about the dovecot
mailing list