Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

spf -all hyphen #17

Open
robinbzk opened this issue Dec 12, 2023 · 1 comment · May be fixed by #18
Open

spf -all hyphen #17

robinbzk opened this issue Dec 12, 2023 · 1 comment · May be fixed by #18

Comments

@robinbzk
Copy link

https://github.com/internetstandards/toolbox-wiki/blob/main/parked-domain-how-to.md#spf de hyphen bij -all in deze config is fout. Er staat een 'em dash' in plaats van een 'en dash' https://www.stu.ca/media/stu/site-content/current-students/academic-support/docs/Dashes.pdf

@bwbroersma
Copy link

Ouch, there is a (E2 80 93, aka UTF-8 En Dash) while there should be a - (2D, aka hyphen-minus). I fixed a similar issues in the new Meting Informatieveiligheidstandaarden). Luckily I see nobody seemed to have copied this bad sample yet (at least on the governmental domains).

Probably have a check in place (also for internet.nl) that these 'configs' are always in pure ASCII since copy paste:

$ grep --include \*.po -rhoP '[^A-Za-z0-9]' | sort | uniq | tr -d '\n'
 !"#%&'()*+,-./:;<=>?@[\]_`{|}~–—‘’“”⇒€³áåéëïóÓßüελ

So I checked

$ grep -r --include \*.po '[–—‘’“”⇒]'

but that does not contain configuration samples.

@bwbroersma bwbroersma linked a pull request Jan 18, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

2 participants