Skip to content

Instantly share code, notes, and snippets.

View j0nathontayl0r's full-sized avatar

Jonathon Taylor j0nathontayl0r

View GitHub Profile
@j0nathontayl0r
j0nathontayl0r / spf-fail.rkt
Created June 18, 2024 10:28 — forked from otherjoel/spf-fail.rkt
Generate a form email to explain to someone at another company that their SPF is broken
#lang racket/base
;; Generate a form email to let someone know their SPF records are misconfigured for their current email provider.
;;
;; Run (fill-report "domain.com" "1.2.3.4") where the 2nd arg is the sending email server's IP address.
;; It will copy the completed report to the clipboard for you.
;; Only works on Windows for now.
(require net/dns