diff -urN ../roundcubemail-1.6.2.orig/plugins/markasjunk/config.inc.php.dist ./plugins/markasjunk/config.inc.php.dist --- ../roundcubemail-1.6.2.orig/plugins/markasjunk/config.inc.php.dist 2023-07-01 14:29:36.000000000 +0300 +++ ./plugins/markasjunk/config.inc.php.dist 2023-08-22 19:39:44.577422000 +0300 @@ -1,5 +1,7 @@ load_config(); $this->_load_host_config(); + if (in_array($this->rcube->user->get_username(), $this->rcube->config->get('markasjunk_users_disabled', []))) return false; + // Host exceptions $hosts = $this->rcube->config->get('markasjunk_allowed_hosts'); if (!empty($hosts) && !in_array($_SESSION['storage_host'], (array) $hosts)) {