Every time cron is run, either by poormanscron or an actual crontab job, it's sending out a blank email to all the users on the most recent newsletter i just sent out.
Anyone know what to delete in the database, or what flag to set to stop this. Have had to turn off cron completely!
Thanks,
mark
Comments
Comment #1
jliberty commentedI have the same problem. Emails are being sent to root and my admin username:
root@domainname
admin@domainname
Very annoying and haven't yet seen any info on how to stop it.
Comment #2
onionweb commentedIt's because you're using a node access control module like node_privacy_by_role or taxonomy_access_control.
If your newsletter is access-controlled, cron will send blank emails becuase teh cron user does not have view permission.
Why:
http://drupal.org/node/5380
Comment #3
onionweb commentedif you're running 4.7, this patch should fix:
http://drupal.org/files/issues/no_rewrite_load_patch0.txt
Comment #4
sutharsan commented