I send a customized weekly reminder to about 1600 club members with a PHP script.
The server is up-to-date Linux/Apache. I have had the problem with two hosts; LunarPages and HostPapa.
<?
mail($address,$subj,$body,$from);
echo $log;
sleep(9);
?>
Every 20 to 40 weeks, the mail server starts sending two copies to each recipient at some random point during the batch. The double send continues for the remainder of the batch. If I restart the batch, it runs normally.
Any advice is welcome.