Re: problem with sieve syntax
Stephan Bosch <[email protected]>
| Newsgroups | gmane.ietf.mta-filters |
|---|---|
| Message-ID | <[email protected]> |
Op 2/15/2016 om 1:28 PM schreef InterNetworX | Pascal Heverhagen:
> Dear sirs,
>
> I have trouble while setting up some sieve roules via roundcube plugin
> ("managesieve"). When set up an autoresponder with 2
> automatically-sent messages I won't receive any automatic e-mails
> anymore. When I remove one of these, it works fine again.
>
> Heres my syntax:
>
> # rule:[[email protected]]
> if allof (address :contains "to" "[email protected]")
> {
> vacation :days 1 :addresses "[email protected]" :subject "Re:
> ${1}" text:
> This is my automated mail number one
> .
> ;
> vacation :addresses "[email protected]" :subject "Re: ${1}" text:
> This is my automated mail number two
> .
> ;
> }
>
> Can you tell me whats the problem?
https://tools.ietf.org/html/rfc5230#section-4.7:
"Vacation can only be executed once per script. A script MUST fail with an appropriate error if it attempts to execute two or more vacation actions."
Your software will probably log something about this problem. Ask the supplier for more information. I remember seeing this before and I think Roundcube developers know about this issue.
Regards,
Stephan.
_______________________________________________
sieve mailing list
[email protected]
https://www.ietf.org/mailman/listinfo/sieve