--- dokuwiki-2012-07-08/inc/common.php~ 2012-07-07 13:06:48.000000000 +0300 +++ dokuwiki-2012-07-08/inc/common.php 2012-07-08 11:23:14.913603122 +0300 @@ -1110,6 +1110,7 @@ // decide if there is something to do, eg. whom to mail if($who == 'admin') { if(empty($conf['notify'])) return false; //notify enabled? + if($conf['useacl'] && $_SERVER['REMOTE_USER'] && $minor) return; //skip minors $text = rawLocale('mailtext'); $to = $conf['notify']; $bcc = '';