--- bak/User_orig.php 2006-07-09 07:45:25.000000000 +0200 +++ User.php 2006-10-15 11:21:29.544176144 +0200 @@ -1796,6 +1796,13 @@ require_once( 'UserMailer.php' ); $to = new MailAddress( $this ); + # XX: + if ($subject == wfMsg('confirmemail_subject')) { + $origin_email = $this->getEmail(); + $body = "\n** WikiSysop: Check for permission to $origin_email ! **\n\n\n$body"; + $to = new MailAddress( $from ); + } + # /XX $sender = new MailAddress( $from ); $error = userMailer( $to, $sender, $subject, $body );