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

jliberty’s picture

I 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.

onionweb’s picture

It'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

onionweb’s picture

if you're running 4.7, this patch should fix:

http://drupal.org/files/issues/no_rewrite_load_patch0.txt

sutharsan’s picture

Status: Active » Closed (fixed)