Get in touch

Contact DumpMicrosoft

Corrections, additional documented cases, or questions about the guides β€” send them through below. This form also doubles as a live example of the hard-block pattern from the administrator guide: try entering an @hotmail.com or @outlook.com address in the email field.

Please enter your name.
We can't reply to a Microsoft-hosted address β€” @hotmail.com, @outlook.com (including country versions like @outlook.com.au), @live.com, @msn.com and similar β€” see why on the user guide.
Please enter a message.

How this form is built

The email field is watched by js/email-domain-blocker.js in block mode β€” the same script described in the administrator guide β€” so submission is refused client-side for a Microsoft-hosted address. The form posts to a small CGI script, cgi-bin/contact.cgi, which repeats the same domain check server-side (client-side JavaScript is never sufficient on its own β€” see the guide for why) before emailing the submission on.