Hi all, I noticed something that I think is incorrect behavior. When I want to change my admin email address for any blog I can only ask for a certain email address once without validating the email I then get. If I dont get the email (spam filters, no quota, whatever), I can not request a second mail for that same address because the code remembers that I already asked for that form option and sees they're the same and ignores it. (wp-includes/functions.php:update_option();)
I think you should be able to re-try this specific option as often as you want, but maybe it's somehow intended to be the way it it now?