problem with sieve syntax
InterNetworX | Pascal Heverhagen <[email protected]>
| Newsgroups | gmane.ietf.mta-filters |
|---|---|
| Message-ID | <[email protected]> |
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?
Many thanks,
Pascal
_______________________________________________
sieve mailing list
[email protected]
https://www.ietf.org/mailman/listinfo/sieve