[aur-dev] [PATCH] Use proper email address in send_resetkey()
7 Sep
2014
7 Sep
'14
7:25 p.m.
Fixes FS#41860. Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de> --- web/lib/acctfuncs.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/lib/acctfuncs.inc.php b/web/lib/acctfuncs.inc.php index e3ff494..2272010 100644 --- a/web/lib/acctfuncs.inc.php +++ b/web/lib/acctfuncs.inc.php @@ -664,7 +664,7 @@ function send_resetkey($email, $subject, $body) { $headers = "MIME-Version: 1.0\r\n" . "Content-type: text/plain; charset=UTF-8\r\n" . "Reply-to: noreply@aur.archlinux.org\r\n" . - "From: notify@aur.achlinux.org\r\n" . + "From: notify@aur.archlinux.org\r\n" . "X-Mailer: PHP\r\n" . "X-MimeOLE: Produced By AUR"; @mail($email, $subject, $body, $headers); -- 2.1.0
3758
Age (days ago)
3758
Last active (days ago)
0 comments
1 participants
participants (1)
-
Lukas Fleischer