3 Sep
2010
3 Sep
'10
2:32 p.m.
On Thu, 2010-09-02 at 18:12 +0200, Attila Nagy wrote:
qmail-ldap uses four LDAP attributes for handling autoreplies in qmail-local:
- deliverymode (to see whether the autoreply should be send)
- mailreplytext, which is a base64 encoded multiline string*
- mailreplystart and mailreplystop, unix dates ..
- conditionally provide these values to a sieve script and process them accordingly (the base64 string and maybe the dates seem to be hard for the first glimpse)
This seems like the way to do it. Just generate a Sieve script vacation script whenever those values change. I don't know if you can do the start/end dates easily, maybe write something else that just generates a simple unconditional vacation script when the start date arrives and removes the script when the end date comes?