Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upincorrect MX record formatting not detected, leaves python error #416
Comments
Good call. Should be a fairly simple PR to the validation stuff to make sure that the data that comes in is a dict, i think in |
|
will give it a go if I can find some time over holidays. thanks. |
|
Is this still a valid issue? I see that the
|
|
Yeah. It looks stale. |
Platform: Ubuntu 16.04
octodns version: 0.9.6 and 0.9.8
If an MX record is created and accidentally uses the value: format,
octodns-validatewill exit with python errors, instead of detecting the misconfiguration and providing corrective output.Incorrect MX record format (for example, if someone copies an A record for format):
Since this is missing values for
exchangeandpreference, I would expect thatoctodns-validatewould say that those entries are required for records of type MX. Instead, errors such as below are out put by python:When the record is corrected to include those values, as shown below, the errors go away and octodns completes successfully.