From 4186e42a399eb367d877c843d53bbc95d18e3229 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Tue, 1 Jul 2014 22:23:16 +0200 Subject: Remove Reply-To header from package request emails These notification emails are sent to a public mailing list for discussion. Make sure that people can reply. Reported-by: Florian Pritz Signed-off-by: Lukas Fleischer --- web/lib/pkgreqfuncs.inc.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'web/lib/pkgreqfuncs.inc.php') diff --git a/web/lib/pkgreqfuncs.inc.php b/web/lib/pkgreqfuncs.inc.php index 26d543eb..748b8497 100644 --- a/web/lib/pkgreqfuncs.inc.php +++ b/web/lib/pkgreqfuncs.inc.php @@ -108,8 +108,7 @@ function pkgreq_file($ids, $type, $merge_into, $comments) { $headers .= "Bcc: $bcc\r\n"; } $thread_id = ""; - $headers .= "Reply-to: noreply@aur.archlinux.org\r\n" . - "From: notify@aur.archlinux.org\r\n" . + $headers .= "From: notify@aur.archlinux.org\r\n" . "In-Reply-To: $thread_id\r\n" . "References: $thread_id\r\n" . "X-Mailer: AUR"; @@ -179,8 +178,7 @@ function pkgreq_close($id, $accepted) { $headers .= "Bcc: $bcc\r\n"; } $thread_id = ""; - $headers .= "Reply-to: noreply@aur.archlinux.org\r\n" . - "From: notify@aur.archlinux.org\r\n" . + $headers .= "From: notify@aur.archlinux.org\r\n" . "In-Reply-To: $thread_id\r\n" . "References: $thread_id\r\n" . "X-Mailer: AUR"; -- cgit v1.2.3-24-g4f1b