url=url.replace('@','.')# support email-style addresses, per the OA standard
ifnot'.'inurl:
returnFalse
else:
if('.'inurl)and(not'<'inurl)and(not''inurl):
ifnotOA_READY:# handle a failed DNSPython load
QMessageBox.warning(self.win,_('Error'),'Could not load DNSPython libraries, please ensure they are available and/or Electrum has been built correctly',_('OK'))