Every contact link on the site pointed at a domain that cannot receive mail - #630
Merged
Conversation
…e mail
The owner said the footer address was not his. Checking before changing anything
turned up something worse than a wrong footer:
dig MX t27.dev → (empty)
dig MX t27.ai → mx.zoho.com, mx2.zoho.com, mx3.zoho.com
admin@t27.dev has no mail exchanger. Every "Request a run" button, every
pre-filled enquiry template, the sample report, the licensing CTA and the course
CTA all pointed at an address that silently bounces. A funnel with a dead reply
path converts at zero no matter how good the pages are.
All of it now points at admin@t27.ai, the domain the site itself runs on.
The footer also listed raoffonom@icloud.com, which is not the owner's address.
Removed, and the locale files carried the same address in their contact block in
all five languages — those are corrected too, which is where the previous pass
would have missed it again.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
github-actions Bot
added a commit
that referenced
this pull request
Aug 8, 2026
Every contact link on the site pointed at a domain that cannot receive mail (#630) The owner said the footer address was not his. Checking before changing anything turned up something worse than a wrong footer: dig MX t27.dev → (empty) dig MX t27.ai → mx.zoho.com, mx2.zoho.com, mx3.zoho.com admin@t27.dev has no mail exchanger. Every "Request a run" button, every pre-filled enquiry template, the sample report, the licensing CTA and the course CTA all pointed at an address that silently bounces. A funnel with a dead reply path converts at zero no matter how good the pages are. All of it now points at admin@t27.ai, the domain the site itself runs on. The footer also listed raoffonom@icloud.com, which is not the owner's address. Removed, and the locale files carried the same address in their contact block in all five languages — those are corrected too, which is where the previous pass would have missed it again. Co-authored-by: Dmitrii Vasilev <admin@t27.ai> Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The owner said the footer address wasn't his. Checking before changing anything turned up something worse than a wrong footer:
admin@t27.devhas no mail exchanger. Every Request a run button, every pre-filled enquiry template, the sample report, the licensing CTA and the course CTA pointed at an address that silently bounces. A funnel with a dead reply path converts at zero no matter how good the pages are.All of it now points at
admin@t27.ai— the domain the site itself runs on.The footer also listed
raoffonom@icloud.com, which is not the owner's address. Removed. The locale files carried it in their contact block in all five languages, which is exactly where the previous pass would have missed it again.🤖 Generated with Claude Code