summaryrefslogtreecommitdiffstats
path: root/web/lib/acctfuncs.inc.php
diff options
context:
space:
mode:
authorLukas Fleischer <archlinux@cryptocrack.de>2014-05-22 15:42:46 +0200
committerLukas Fleischer <archlinux@cryptocrack.de>2014-05-22 15:43:41 +0200
commit839bff3761cc9eb27010c6fe1e37cf4edcbf3f01 (patch)
treee94e131856b2022cc3bee437086dc662a7fb9486 /web/lib/acctfuncs.inc.php
parent02e7df7631e0ec08cc3890a0d4202ed6f5331585 (diff)
downloadaurweb-839bff3761cc9eb27010c6fe1e37cf4edcbf3f01.tar.xz
Use aur.archlinux.org in sender email addresses
Consistently use the following headers in notification emails: Reply-to: noreply@aur.archlinux.org From: notify@aur.achlinux.org Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
Diffstat (limited to 'web/lib/acctfuncs.inc.php')
-rw-r--r--web/lib/acctfuncs.inc.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/lib/acctfuncs.inc.php b/web/lib/acctfuncs.inc.php
index 6ac34a0..5b907dc 100644
--- a/web/lib/acctfuncs.inc.php
+++ b/web/lib/acctfuncs.inc.php
@@ -656,8 +656,8 @@ function send_resetkey($email, $subject, $body) {
"resetkey={$resetkey}";
$headers = "MIME-Version: 1.0\r\n" .
"Content-type: text/plain; charset=UTF-8\r\n";
- "Reply-to: nobody@archlinux.org\r\n" .
- "From: aur-notify@archlinux.org\r\n" .
+ "Reply-to: noreply@aur.archlinux.org\r\n" .
+ "From: notify@aur.achlinux.org\r\n" .
"X-Mailer: PHP\r\n" .
"X-MimeOLE: Produced By AUR";
@mail($email, $subject, $body, $headers);