View Single Post
  #1 (permalink)  
Old 10-16-2007, 11:26 PM
steeveevee steeveevee is offline
Junior Member
 
Join Date: Oct 2007
Posts: 1
Default PHPlist, queueing, throttling and cronjobs

So I'm using PHPlist. I have 1050 names on one list. HostICan has a limit of 100 messages per hour. So I throttled PHPlist back to send only 90.

The problem is, the cronjob to serially process the queue doesn't seem to be working. At 36 minutes after every hour, it's supposed to re-process the queue, but it doesn't. Here's my cronjob line:

36 * * * * cd '/home/[myusername]/public_html/[mydomainname]/lists/admin/' ; php -q index.php -p processqueue > /dev/null ;


Can anyone shed light on this?

== Steve
Reply With Quote