From d3554501def0b4409864aacb29b901fa76acac8b Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Thu, 24 Jan 2019 17:23:28 -0500 Subject: [PATCH] prevent signup email from getting flagged as spam --- signup/signup-handler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/signup/signup-handler.php b/signup/signup-handler.php index 4e9df7d..4a962d2 100644 --- a/signup/signup-handler.php +++ b/signup/signup-handler.php @@ -98,7 +98,7 @@ ssh key: sudo ./makeuser {$_REQUEST["username"]} {$_REQUEST["email"]} \"{$_REQUEST["sshkey"]}\" "; - if (mail('sudoers', 'new tilde.team signup', $msgbody, "Reply-To: {$_REQUEST["email"]}")) { + if (mail('sudoers', 'new tilde.team signup', $msgbody)) { echo '';