Title: Email Summary sending several mails
Last modified: August 30, 2016

---

# Email Summary sending several mails

 *  Resolved [IvanRF](https://wordpress.org/support/users/ivanrf/)
 * (@ivanrf)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/email-summary-sending-several-mails/)
 * I received more than 10 mails with the same summary content in one of my sites.
   For other two sites, I received just one.
    The three sites are in the same server.
 * After that, I disable Email Summary and then re-enable it. Anyway, I don’t know
   if that will solve this.
 * In “Click to view your systems scheduled jobs in a new window” I don’t have any
   line for “wordfence_email_activity_report”.
 * [Original post](https://wordpress.org/support/topic/multiple-wordfence-activity-emails)
 * [https://wordpress.org/plugins/wordfence/](https://wordpress.org/plugins/wordfence/)

Viewing 15 replies - 1 through 15 (of 24 total)

1 [2](https://wordpress.org/support/topic/email-summary-sending-several-mails/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/email-summary-sending-several-mails/page/2/?output_format=md)

 *  Plugin Author [WFMattR](https://wordpress.org/support/users/wfmattr/)
 * (@wfmattr)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/email-summary-sending-several-mails/#post-6452461)
 * Thanks for moving this into its own post — do you have any other Wordfence jobs
   listed in the scheduled jobs? Normally there should be some of those, for upcoming
   scheduled scans.
 * When you re-enabled the email summary option, it should have scheduled a new 
   one, so there might be an issue with the scheduling or with the options in general.
 *  Thread Starter [IvanRF](https://wordpress.org/support/users/ivanrf/)
 * (@ivanrf)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/email-summary-sending-several-mails/#post-6452464)
 * There must be something wrong with the AJAX function when saving.
 * I just disable it -> save -> Reload page with Ctrl+F5 -> enable it -> save, and
   now I do have that line:
 * Mon, 31 Aug 2015 19:00:00 +0000 : wordfence_email_activity_report
 *  Plugin Author [WFMattR](https://wordpress.org/support/users/wfmattr/)
 * (@wfmattr)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/email-summary-sending-several-mails/#post-6452486)
 * Yes, it might be an ajax problem — though when options aren’t saving correctly
   you can try the the Wordfence option “Disable config caching” near the bottom
   of the Options page. This usually helps if the options aren’t saving correctly.(
   On most hosts, config caching makes Wordfence a little faster, but on some, it
   does not work because of the way the host is set up.)
 * If there was a problem with the config caching, that might have caused multiple
   jobs to get scheduled when saving the options for other reasons, but if you do
   still see multiple activity reports get scheduled, or if you get another set 
   of multiple emails, you can post back here again.
 *  Thread Starter [IvanRF](https://wordpress.org/support/users/ivanrf/)
 * (@ivanrf)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/email-summary-sending-several-mails/#post-6452495)
 * OK, thanks! If this happens again, now I know where to look and I will post here
   my findings.
 *  Plugin Author [WFMattR](https://wordpress.org/support/users/wfmattr/)
 * (@wfmattr)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/email-summary-sending-several-mails/#post-6452790)
 * I’m marking this post resolved for now, but do let us know if there is any trouble
   with this in the future. Thanks!
 *  Thread Starter [IvanRF](https://wordpress.org/support/users/ivanrf/)
 * (@ivanrf)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/email-summary-sending-several-mails/#post-6452791)
 * OK, thanks!
 *  Thread Starter [IvanRF](https://wordpress.org/support/users/ivanrf/)
 * (@ivanrf)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/email-summary-sending-several-mails/#post-6452826)
 * I’m sorry to say, this was not resolved.
 * Today I received 7 summary mails. My “cronview” has this at the end:
 *     ```
       Mon, 21 Sep 2015 19:00:00 +0000 : wordfence_email_activity_report
       : 1440119604
       : 1440119610
       : 1440119612
       : 1440119663
       ```
   
 * I don’t know what those numbers are.
 * Where can I check if the cached options are wrong? what is the file name or path?
 *  Plugin Author [WFMattR](https://wordpress.org/support/users/wfmattr/)
 * (@wfmattr)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/email-summary-sending-several-mails/#post-6452827)
 * In the list of scheduled jobs, do you now see multiple entries for wordfence_email_activity_report?
   Or if you check in the next couple days, are there additional copies added?
 * The config cache is located at:
    wp-content/plugins/wordfence/tmp/configCache.
   php
 * It normally should work if it is writable by the user that your web server runs
   as, along with the folder it is in. (The owner/group and permissions depend on
   your host’s setup.)
 * If you disable config caching in the Wordfence Options page, that would rule 
   out issues with this cache file though. Did you already disable it before this
   week’s emails came through, or were you waiting to see if the other option had
   fixed it?
 * The extra numbers at the end of the cron jobs are from a WordPress core bug, 
   described here — looks like it is currently scheduled to be fixed in 4.3.1:
    
   [https://core.trac.wordpress.org/ticket/33423](https://core.trac.wordpress.org/ticket/33423)
 *  Thread Starter [IvanRF](https://wordpress.org/support/users/ivanrf/)
 * (@ivanrf)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/email-summary-sending-several-mails/#post-6452828)
 * I only have 1 entry for wordfence_email_activity_report, the one that I mentioned.
 * configCache.php file seems fine, which variable inside that file could cause 
   this problem?
 * I didn’t disable config caching to see if this was solved. Should I disable it
   now? the file seems fine.
 *  Plugin Author [WFMattR](https://wordpress.org/support/users/wfmattr/)
 * (@wfmattr)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/email-summary-sending-several-mails/#post-6452829)
 * Since this issue is uncommon, I think disabling config caching would be best,
   at least to see if it makes a difference. The variable that may cause the problem
   is email_summary_enabled, but don’t modify the file — it should normally be in
   sync with the value in the database, and changing it manually may break something.
 * I’m not worried about what is in the file right now, but rather what happens 
   when WordPress/Wordfence has a bunch of requests running at the same time, odd
   things can happen when they all try to read/write a file very close to the same
   time on certain hosts.
 * It might be unrelated to this issue, but it would at least rule out whether this
   is the problem. I think we have seen one other person with the same problem, 
   so it is hard to tell what is happening.
 * If you can check the scheduled cron jobs in a couple days ago, and see if there
   are duplicates for the summary email, that may lead us in another direction —
   it will at least tell us if duplicates are being scheduled over time, or if all
   7 just get sent from what is supposed to be one job.
 *  Thread Starter [IvanRF](https://wordpress.org/support/users/ivanrf/)
 * (@ivanrf)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/email-summary-sending-several-mails/#post-6452830)
 * I disabled config caching.
 * Also, I disabled email summary and those numbers where removed from cron jobs
   along with wordfence_email_activity_report.
 * I re enable it, and change it to one week. Now, there is no wordfence_email_activity_report
   entry in the cronview. Is that normal?
 *  Plugin Author [WFMattR](https://wordpress.org/support/users/wfmattr/)
 * (@wfmattr)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/email-summary-sending-several-mails/#post-6452832)
 * You should still see wordfence_email_activity_report in the cron viewer — it 
   might be mixed in with the scheduled scans, since I think it is always scheduled
   on Mondays and the scans are usually scheduled daily for a full week.
 * If you can check in a couple of days without changing any Wordfence settings,
   and see if there are multiple items scheduled, that will still help.
 * The bad numeric cron entries from that WordPress core bug are skipped by Wordfence
   in the latest version (6.0.16, released yesterday), so they don’t get in the 
   way anymore. I’ve heard that some sites have hundreds of them.
 *  Thread Starter [IvanRF](https://wordpress.org/support/users/ivanrf/)
 * (@ivanrf)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/email-summary-sending-several-mails/#post-6452833)
 * Today, I checked the cron jobs and there was no entry for email.
 * I click on save again, and now it appeared (I don’t know why yesterday it was
   not saving).
 * I will check the cron jobs and in a week I’ll tell you what happened with summary
   mails.
 *  Plugin Author [WFMattR](https://wordpress.org/support/users/wfmattr/)
 * (@wfmattr)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/email-summary-sending-several-mails/#post-6452834)
 * Thanks for the update. I tried all combinations of enabling/disabling config 
   caching while enabling/disabling the activity report, but the cron change happens
   every time for me.
 * Let us know how it goes, if you can find the job being scheduled multiple times
   during the week, or if it does just happen again all at once. Thanks for bearing
   with me, since this is an unusual issue!
 *  Thread Starter [IvanRF](https://wordpress.org/support/users/ivanrf/)
 * (@ivanrf)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/email-summary-sending-several-mails/#post-6452839)
 * Today I receive 3 summary mails. So, disabling config caching did not work.
 * At 11 a.m. I checked cron jobs, and I only had one entry for wordfence_email_activity_report.
 * Two of the mails arrived at 16:03 p.m. and the last one at 16:05 p.m.
 * It’s also weird that I had changed the schedule from two weeks to one week. Now,
   I received 3 mails, and before 7 (almost a half, like the amount of scheduled
   days).
 * PS: Now I only have one entry for wordfence_email_activity_report in the cronview.
   So, maybe the problem is not in the cron jobs, but in the action that handle 
   the cron job.

Viewing 15 replies - 1 through 15 (of 24 total)

1 [2](https://wordpress.org/support/topic/email-summary-sending-several-mails/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/email-summary-sending-several-mails/page/2/?output_format=md)

The topic ‘Email Summary sending several mails’ is closed to new replies.

 * ![](https://ps.w.org/wordfence/assets/icon.svg?rev=2070865)
 * [Wordfence Security - Firewall, Malware Scan, and Login Security](https://wordpress.org/plugins/wordfence/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wordfence/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wordfence/)
 * [Active Topics](https://wordpress.org/support/plugin/wordfence/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wordfence/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wordfence/reviews/)

## Tags

 * [email summary](https://wordpress.org/support/topic-tag/email-summary/)

 * 24 replies
 * 2 participants
 * Last reply from: [WFMattR](https://wordpress.org/support/users/wfmattr/)
 * Last activity: [10 years, 7 months ago](https://wordpress.org/support/topic/email-summary-sending-several-mails/page/2/#post-6452860)
 * Status: resolved