
Originally Posted by
cPanelTristan
There is a temporary workaround for the issue. In /home/username/.autorespond folder where username is the cPanel username, edit file emailuser\@domain.com.json (where emailuser is the email account having the autoresponder and domain.com is the domain name):
{"start":null,"stop":null,"interval":"#"}
Change to this line:
{"start":null,"stop":null,"interval":"1"}
We normally set it in seconds and 0 is being disregarded. If you set it to 1, then it will default to 1 second. You can test this by setting an autoresponder for 1 hour and notice that it will put 3600 (60 x 60 = 3600) in the file.