• Hello, I am hoping that there is some way to stop receiving the “NinjaFirewall security rules have been updated” emails.

    Ideally I’d just like to receive a notification if these fail to update.

    I apologize if I’ve overlooked it, but couldn’t find a setting for this, and couldn’t find any info about it when googling. I already have the daily activity reports disabled.

    By seeing tons of these emails every day from many sites, I am desensitized to them, and I doubt if one was an error instead of a success that I would even notice.

    Thanks a bunch in advance

Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author nintechnet

    (@nintechnet)

    You can disable the notification from the “Security Rules” page.

    @nintechnet
    thank you for your great plugin. which rule do you mean. its not really clear. there is no clear action for NinjaFirewall security rules

    Plugin Author nintechnet

    (@nintechnet)

    @zeilbauer : It is the “Send me a report by email when security rules have been updated” option in the “Security Rules > Rules Update” tab.

    thank you @nintechnet – i checked wrong page 🙁

    wyohost

    (@wyohost)

    Ya, this doesn’t work. I’ve disabled it on all my sites and I still get flooded with [NinjaFirewall] Security rules update every morning.

    Plugin Author nintechnet

    (@nintechnet)

    @wyohost : paste this code into a file, named it test.php, upload it into your website root folder and go to https://your-website/test.php. It will show if notifications are enable or not:

    <?php
    header('Content-type: text/plain');
    require 'wp-config.php';
    $nfw_options = get_option('nfw_options');
    if (! empty( $nfw_options['notify_updates'] ) ) {
    	$status = 'enabled';
    } else {
    	$status = 'disabled';
    }
    printf( 'Security rules update notifications are %s for %s', $status, home_url('/') );
    exit;
    
    wyohost

    (@wyohost)

    I have no desire to go look at 18-20 sites with this plugin to test your code.
    What I can do is show you the exact settings on ALL those sites and the emails I receive every morning.

    https://ibb.co/wJjQ3P0

    [Edit]
    So, after looking at it a bit more…. I find ANOTHER notification setting NOT in with the NOTIFICATIONS. How freaking crazy is that? A SPECIFIC area for EVENT NOTIFICATIONS… And ANOTHER notification HIDDEN elsewhere.

    Shit… What an ANNOYING WASTE OF TIME!!!

    • This reply was modified 6 years ago by wyohost.
    Plugin Author nintechnet

    (@nintechnet)

    Hidden?

    ChriStef

    (@christef)

    No it’s not hidden, it’s straight forward to me. But you could consider adding it and to an option to events tab. All notifications settings to one page. It might be more useful for gui end user.

    Plugin Author nintechnet

    (@nintechnet)

    @christef : the “Event Notifications” page is only for notifications that do not have their own menu/page, hence we don’t use it for the security rules. Having to switch back and forth between different pages to configure an option and it notification would be very confusing IMHO. “File Guard”, “File Check”, “Webfilter” etc, all follow this rule too. And as mentioned in my previous message, how to turn the corresponding notification off is indicated in the email message.

Viewing 10 replies - 1 through 10 (of 10 total)

The topic ‘“[NinjaFirewall] Security ” emails’ is closed to new replies.