# dealt with
answer = dns.resolver.query(hostname, 'TXT')
txt = answer[0].strings[0]
- if txt.startswith('Reserved'):
+ if txt.startswith('reserved'):
raise InvalidInput('name', name, 'The name you have requested has been %s. For more information, contact us at %s' % (txt, config.dns.contact))
# If the hostname didn't exist, it would have thrown an