Hi all,

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,
.
;
}

mail.log:

Jun 18 10:07:02 netuno postfix/smtpd[10722]: 6372A16073: client=mic-062.a1.ind.br[192.168.0.4], sasl_method=PLAIN, sasl_username=marcio.merlone Jun 18 10:07:02 netuno postfix/cleanup[10724]: 6372A16073: message-id=<4c1b6f7a.6000...@a1.ind.br> Jun 18 10:07:02 netuno postfix/qmgr[4964]: 6372A16073: from=<marcio.merl...@a1.ind.br>, size=888, nrcpt=1 (queue active) Jun 18 10:07:02 netuno dovecot: deliver(queila.farias): sieve: msgid=<4c1b6f7a.6000...@a1.ind.br>: stored mail into mailbox 'INBOX' Jun 18 10:07:02 netuno postfix/local[10725]: 6372A16073: to=<queila.far...@a1.ind.br>, relay=local, delay=1, delays=0.96/0.01/0/0.05, dsn=2.0.0, status=sent (delivered to command: /usr/lib/dovecot/deliver)
Jun 18 10:07:02 netuno postfix/qmgr[4964]: 6372A16073: removed

Thanks very much for any help, hint.

--
Marcio Merlone

Reply via email to