Skip to content

Commit 6b92754

Browse files
andreasscherbaummhagander
authored andcommitted
Include DKIM/SPF instructions on commit/review forms
1 parent d9c9141 commit 6b92754

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pgcommitfest/commitfest/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ def comment(request, cfid, patchid, what):
460460
'breadcrumbs': [{'title': cf.title, 'href': '/%s/' % cf.pk},
461461
{'title': 'View patch', 'href': '/%s/%s/' % (cf.pk, patch.pk)}],
462462
'title': "Add %s" % what,
463-
'note': '<b>Note!</b> This form will generate an email to the public mailinglist <i>%s</i>, with sender set to <i>%s</i>!' % (settings.HACKERS_EMAIL, UserWrapper(request.user).email),
463+
'note': '<b>Note!</b> This form will generate an email to the public mailinglist <i>%s</i>, with sender set to <i>%s</i>!<br/>Please ensure that the email settings for your domain (<a href="https://en.wikipedia.org/wiki/DomainKeys_Identified_Mail" target="_blank">DKIM</a>, <a href="https://en.wikipedia.org/wiki/SPF" target="_blank">SPF</a>) allow emails from external sources.' % (settings.HACKERS_EMAIL, UserWrapper(request.user).email),
464464
'savebutton': 'Send %s' % what,
465465
})
466466

0 commit comments

Comments
 (0)