In the lost.pl file under the sub lostpass2 {find these line:
&sendemail($checkemail, $config{'admin_address'}, "Auction Password Request", "Our system has received a request for your password from IP address $form{'IP'} due to it being lost.\n\nYour password is: $password \r\n\n Thanks for using $config{'sitename'}!");
Now paste this new line just under the lines above:
&sendemail($config{'admin_address'}, $config{'admin_address'}, "Auction Password Request", "Our system has received a request for a lost password for user $form{'ALIAS'} their is: IP address $form{'IP'}\n\n Their password is: $password \r\n\n Thanks for using $config{'sitename'}!");