Index: SpecialEmailuser.php =================================================================== --- SpecialEmailuser.php (revision 34843) +++ SpecialEmailuser.php (working copy) @@ -216,7 +216,7 @@ if( !( $wgEnableEmail && $wgEnableUserEmail ) ) return array( "nosuchspecialpage", "nospecialpagetext" ); - if( !$wgUser->canSendEmail() ) { + if( !$wgUser->canSendEmail() || $wgUser->isBlockedFromEmailuser() ) { wfDebug( "User can't send.\n" ); return array( "mailnologin", "mailnologintext" ); }