1909
1909
# display a warning if an email address isn't included in the given name.
1911
1911
config.extract_email_address(name)
1913
1913
warning('"%s" does not seem to contain an email address. '
1914
1914
'This is allowed, but not recommended.', name)