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"
> "
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