On PHP, running checkdnsrr('example.com.com', 'MX')
returns 1 - I had expected it to return '0'. Replace 'example' with anything, and you get the same result.
Does that mean that cnet (who apparently own the com.com domain) receive any emails sent to somebody@example.com.com?
I'm interested because I am validating emails, and this has come up as a bug during the validation process.
This question has some useful information that seems to be relevant here: Using MX records to validate email addresses