Re: [Dbmail] Sieve script vacation not working

2012-05-23 Thread Paul J Stevens
On 05/22/2012 05:56 PM, Leandro wrote: > I am using dbmail 3.0 and while sieve scripts work fine, I can't use the > vacation script. I tried a very simple one like: > > require ["vacation"]; >if header :matches "subject" "*" { >vacation :subject "Automatic response" > "

[Dbmail] Sieve script vacation not working

2012-05-22 Thread Leandro
I am using dbmail 3.0 and while sieve scripts work fine, I can't use the vacation script. I tried a very simple one like: require ["vacation"]; if header :matches "subject" "*" { vacation :subject "Automatic response" "I'm away -- send mail to foo in my absence"; } Bu