I am testing the SOGo Vacation auto reply feature. I have "Days Between Responses" set to 7 and "Always send vacation message response" unchecked. However, if I send multiple messages in the same day to this test account, I get multiple auto replies. Aren't those settings designed to limit replies to 1 per X days (In this case 1 every 7 days)?

I checked the sogo.sieve file, and this rule was automatically added after saving preferences:

if allof ( not exists ["list-help", "list-unsubscribe", "list-subscribe", "list-owner", "list-post", "list-archive", "list-id", "Mailing-List"], not header :comparator "i;ascii-casemap" :is "Precedence" ["list", "bulk", "junk"], not header :comparator "i;ascii-casemap" :matches "To" "Multiple recipients of*", currentdate :value "ge" "date" "2018-10-01", currentdate :value "le" "date" "2018-10-02" ) { if header :matches "Subject" "*" { set "subject" "${1}"; } vacation :days 7 :subject "REF: ${subject} (Férias)" :addresses ["[email protected]"] text:
Estou de férias

Please note that I haven't enabled the cron job. I am using Pidgeonhole for sieve support.

Thanks,

Andrei

--
[email protected]
https://inverse.ca/sogo/lists

Reply via email to