diff --git a/bang.go b/bang.go index 502280c..8fe68a7 100644 --- a/bang.go +++ b/bang.go @@ -181,7 +181,7 @@ func receiveEmailHandler(w http.ResponseWriter, r *http.Request) { } email.ID = fmt.Sprintf("%d", time.Now().UnixNano()) email.Timestamp = time.Now() - if email.Domain == "brandon.ad" { + if email.Domain == "bangmail.org" { if err := saveEmail(email); err != nil { http.Error(w, "Failed to save email", http.StatusInternalServerError) return