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.
--
Marcio Merlone