Dňa 24. januára 2023 13:31:38 UTC používateľ basti via Exim-users <exim-users@???> napísal:
>Today I use Sieve mostly. The disadvantage of this solution is that every mail per recipient will be auto replay in vacation time.
>
>Within sieve you can say: Answer only once per week and sender.
I don't use vacations, but AFAIK one can achieve this in exim too:
vacation_transport:
...
once = /path/${domain_data}/replies/${local_part_data}
once_repeat = 7d
One can get once_repeat eg. from per user lookup, as it is expanded.
regards
--
Slavko
https://www.slavino.sk/