[Scummvm-git-logs] scummvm-sites gitmailer -> 924a815dd1c8e1eb72814002fa86957e5d42fefb
lotharsm
noreply at scummvm.org
Sun Nov 14 11:52:22 UTC 2021
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-sites' repo located at https://github.com/scummvm/scummvm-sites .
Summary:
924a815dd1 GITMAILER: Set additional header
Commit: 924a815dd1c8e1eb72814002fa86957e5d42fefb
https://github.com/scummvm/scummvm-sites/commit/924a815dd1c8e1eb72814002fa86957e5d42fefb
Author: Lothar Serra Mari (mail at serra.me)
Date: 2021-11-14T12:47:15+01:00
Commit Message:
GITMAILER: Set additional header
Changed paths:
github_post_receive.php
diff --git a/github_post_receive.php b/github_post_receive.php
index 2e16f25..f04836f 100755
--- a/github_post_receive.php
+++ b/github_post_receive.php
@@ -184,6 +184,7 @@ function mail_github_post_receive($to, $subj_header, $github_json) {
$headers = "From: " . EMAIL_FROM . " (" . EMAIL_FROM_NAME . ")\r\n";
}
+ $headers .= "Reply-To: $pusher_name <$pusher_email>\r\n";
$headers .= "X-Git-Pusher: $pusher_name <$pusher_email>\r\n";
if(SEND_HTML_EMAIL)
More information about the Scummvm-git-logs
mailing list