mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
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>
This commit is contained in:
parent
02e7df7631
commit
839bff3761
2 changed files with 8 additions and 8 deletions
|
@ -656,8 +656,8 @@ function send_resetkey($email, $subject, $body) {
|
||||||
"resetkey={$resetkey}";
|
"resetkey={$resetkey}";
|
||||||
$headers = "MIME-Version: 1.0\r\n" .
|
$headers = "MIME-Version: 1.0\r\n" .
|
||||||
"Content-type: text/plain; charset=UTF-8\r\n";
|
"Content-type: text/plain; charset=UTF-8\r\n";
|
||||||
"Reply-to: nobody@archlinux.org\r\n" .
|
"Reply-to: noreply@aur.archlinux.org\r\n" .
|
||||||
"From: aur-notify@archlinux.org\r\n" .
|
"From: notify@aur.achlinux.org\r\n" .
|
||||||
"X-Mailer: PHP\r\n" .
|
"X-Mailer: PHP\r\n" .
|
||||||
"X-MimeOLE: Produced By AUR";
|
"X-MimeOLE: Produced By AUR";
|
||||||
@mail($email, $subject, $body, $headers);
|
@mail($email, $subject, $body, $headers);
|
||||||
|
|
|
@ -137,8 +137,8 @@ function pkgbase_add_comment($base_id, $uid, $comment) {
|
||||||
$headers = "MIME-Version: 1.0\r\n" .
|
$headers = "MIME-Version: 1.0\r\n" .
|
||||||
"Content-type: text/plain; charset=UTF-8\r\n" .
|
"Content-type: text/plain; charset=UTF-8\r\n" .
|
||||||
"Bcc: $bcc\r\n" .
|
"Bcc: $bcc\r\n" .
|
||||||
"Reply-to: nobody@archlinux.org\r\n" .
|
"Reply-to: noreply@aur.archlinux.org\r\n" .
|
||||||
"From: aur-notify@archlinux.org\r\n" .
|
"From: notify@aur.archlinux.org\r\n" .
|
||||||
"In-Reply-To: $thread_id\r\n" .
|
"In-Reply-To: $thread_id\r\n" .
|
||||||
"References: $thread_id\r\n" .
|
"References: $thread_id\r\n" .
|
||||||
"X-Mailer: AUR";
|
"X-Mailer: AUR";
|
||||||
|
@ -385,8 +385,8 @@ function pkgbase_flag($atype, $base_ids) {
|
||||||
$body = wordwrap($body, 70);
|
$body = wordwrap($body, 70);
|
||||||
$headers = "MIME-Version: 1.0\r\n" .
|
$headers = "MIME-Version: 1.0\r\n" .
|
||||||
"Content-type: text/plain; charset=UTF-8\r\n" .
|
"Content-type: text/plain; charset=UTF-8\r\n" .
|
||||||
"Reply-to: nobody@archlinux.org\r\n" .
|
"Reply-to: noreply@aur.archlinux.org\r\n" .
|
||||||
"From: aur-notify@archlinux.org\r\n" .
|
"From: notify@aur.archlinux.org\r\n" .
|
||||||
"X-Mailer: PHP\r\n" .
|
"X-Mailer: PHP\r\n" .
|
||||||
"X-MimeOLE: Produced By AUR";
|
"X-MimeOLE: Produced By AUR";
|
||||||
@mail($row['Email'], "AUR Out-of-date Notification for ".$row['Name'], $body, $headers);
|
@mail($row['Email'], "AUR Out-of-date Notification for ".$row['Name'], $body, $headers);
|
||||||
|
@ -497,8 +497,8 @@ function pkgbase_delete ($atype, $base_ids, $merge_base_id) {
|
||||||
$headers = "MIME-Version: 1.0\r\n" .
|
$headers = "MIME-Version: 1.0\r\n" .
|
||||||
"Content-type: text/plain; charset=UTF-8\r\n" .
|
"Content-type: text/plain; charset=UTF-8\r\n" .
|
||||||
"Bcc: $bcc\r\n" .
|
"Bcc: $bcc\r\n" .
|
||||||
"Reply-to: nobody@archlinux.org\r\n" .
|
"Reply-to: noreply@aur.archlinux.org\r\n" .
|
||||||
"From: aur-notify@archlinux.org\r\n" .
|
"From: notify@aur.archlinux.org\r\n" .
|
||||||
"X-Mailer: AUR";
|
"X-Mailer: AUR";
|
||||||
@mail('undisclosed-recipients: ;', "AUR Package deleted: " . $pkgbase_name, $body, $headers);
|
@mail('undisclosed-recipients: ;', "AUR Package deleted: " . $pkgbase_name, $body, $headers);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue