[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] vacation.pl



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