einaros / starttls.info

https://starttls.info
6 stars 0 forks source link

No update on MX-records after initial test #1

Closed yhagger closed 9 years ago

yhagger commented 9 years ago

If a domain changes MX-records starttls.info does recheck for new mx-records the next search.

tripsjgh commented 9 years ago

I can confirm this behavior. It's clear that there is an MX lookup for a domain at the first appearance so why not always get MX records via some try/catch logic linked to the "retest" button. Better yet, don't even cache the result of the initial fetch that way every test forced the use of the MX lookup logic already in place. This of course is all predicated on the notion that the MX lookup data is being stored locally in something like MongoD or Redis and this is not the fault of a caching-only DNS server that is never updating.

openbrian commented 9 years ago

This bug is affecting me too.

openbrian commented 9 years ago

Any update on this?

einaros commented 9 years ago

This should be fixed now. Please re-check. Also, major apologies for the delay!

yhagger commented 9 years ago

@einaros Thanks. It works after I click the reset cache button to the upper right.

einaros commented 9 years ago

Great!