I followed the instructions for a vacation script using procmail per the instructions at
http://www.sns.ias.edu/~jns/wp/2006/01/31/configuring-vacation-mail-with-procmail/
It is working perfectly.
Which means, my questions are not of the debugging variety, but more of a "now that this is working, how do I tweak it".
(1) I modified the rc.vacation with my "primary" email address, specifically <<mod edit: remove e-mail address>>. But I would like it to ALSO match if someone sends me email to my "department specific address" <<mod edit: remove e-mail address>>
How do I modify the rc.vacation file to use multiple addresses for myself?
(2) The script is apparently keeping track of who it has sent the vacation message to (ie. the cache), but for the life of me I can't find the cache file. The docs seem to indicate that it is in $HOME./vacation.cache, but for it's not in either ~/.procmail/vacation.cache
, nor ~/vacation.cache (nor in /tmp/)
Where might it really be?