[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] vacation.pl
- Subject: [cobalt-users] vacation.pl
- From: "Andrew" <ajb@xxxxxxxxxxx>
- Date: Sat Jun 9 02:13:01 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Hi,
in vacation.pl the line that is as follows
if ($vacadb{$sendto} >= ($^T - 604800)) {
Am I correct that this line means that the autoresponce will not be sent out twice if it has an email address in the DB the same for
604800 seconds. ?
I want to make the vacation mail an autoresponce and would like to bring this down to one day so do I just change this to 86400
Thought it was better to find out befour I did something wrong :-)
Andrew