27 Jul
2011
27 Jul
'11
11:59 a.m.
Per Jessen wrote:
Environment: dovecot 2.0.9, postfix 2.6, Pigeonhole 0.2.2
I'm in the process of setting up vacation auto-reply for the first time, (it's that time of the year) and it looks like .dovecot.lda-dupes is being updated, but not read (or just ignored).
my vacation script:
require ["vacation","variables"];
# get hold of the subject if header :matches "Subject" "*" { set "subj" "${1}"; }
vacation # Reply at most once a week to a same sender :days 7 :subject "Re: ${subj} (automatic reply; I am out of the office)" :addresses "pjessen@example.com" :mime text:
The script works fine, but I get a reply for every msg sent:
Not sure what the problem was here, but it's working now. Sorry about the noise.
/Per Jessen, Zürich