Hello everybody!
I have defined a mail filter to manage high-priority messages
(see attached image). The rules check if the priority contains 1 or 2 values which correspond to high priority.
Then, there are two actions:
- Move message to a special folder (called "Alta prioridad").
- I want the server to send a replay back to the sender.
First action works OK, but the second one works sometimes :( I would like there is an automatic answer for every received mail (even the sender's address is the same in all mails).
QuoteFirst action works OK, but the second one works sometimes
it is because you are using the Vacation action (reply with message). That is designed to only send reponses periodically - so as not to spam people. you can read about it here http://www.faqs.org/rfcs/rfc5230.html esp the "Days" parameter.