[Dovecot] Help with a generated sieve rule

Bradley Giesbrecht bradley.giesbrecht at gmail.com
Fri Jun 18 18:24:20 EEST 2010


On Jun 18, 2010, at 7:57 AM, Marcio Merlone wrote:

> Em 18-06-2010 10:23, Marcio Merlone escreveu:
>> Can some kind soul please help me find why this rule did not work,  
>> what's wrong? I am using dovecot 1:1.2.10-0xk1.
>>
>> ## Generated by RoundCube Webmail SieveRules Plugin ##
>> require ["vacation","variables"];
>>
>> set "subject" "";
>> if header :matches "subject" "*" {
>>        set "subject" "${1}";
>> }
>>
>> # rule:[Treinamento]
>> if anyof (true)
>> {
>>        vacation
>>                :days 1
>>                :subject "Ausência: ${subject}"
>>                text:
>> Olá!
>> Estou em treinamento externo durante o período de 21 a 25 de junho.
>> Att,
>> .
>> ;
>> }
>
> Bizarre. Just changed ":days 1" to ":days 0" and it now worked. That  
> was my first message to her and failed. Odd.

I understand that the vacation :days is kept by writing to a file.  
Maybe you were unable to write to this file which killed delivery.  
Changing to 0 ignored the file.

// Brad


More information about the dovecot mailing list