Opened 8 years ago
Closed 7 years ago
#2194 closed defect (bug) (invalid)
Contact Form should set the sender as the reply-to header
Reported by: | dd32 | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | International Sites (Rosetta) | Keywords: | |
Cc: |
Description
Currently the Rosetta sites have a contact form that's very rudimentary, and which also sets the From
and Sender
headers to that of the user who is submitting the form.
Unfortunately this can trigger DKIM & SPF failures which result in the email being marked as spam, for example:
Authentication-Results: mx.google.com; spf=fail (google.com: domain of my@email.com.au does not designate 66.155.40.8 as permitted sender) smtp.mailfrom=my@email.com.au
We should instead use a noreply@w.org
email address and set the Reply-To
header so that the replies go to the right location.
Note: See
TracTickets for help on using
tickets.
Looks like we've removed the rosetta contact form in preference for the one in Jetpack - which I know does this correctly.