I'm using validators in an automation script where I'm creating vhosts for Apache dynamically. A validation issue broke the vhost as domain names with colons at beginning are validated as True. For example :example.com is validated as a valid domain but it shouldn't. Any thoughts?