From 4612211a9080251a02e4b3235c41db55f586a6b3 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Fri, 23 Apr 2021 22:03:03 -0500 Subject: [PATCH] Update mail address in currency check. --- lfs-latest-git.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs-latest-git.php b/lfs-latest-git.php index 24024da50..fa0cecbcf 100644 --- a/lfs-latest-git.php +++ b/lfs-latest-git.php @@ -380,10 +380,10 @@ function mail_to_lfs() global $vers; global $dirs; - $to = "lfs-book@lists4.linuxfromscratch.org"; - $from = "bdubbs@rivendell.linuxfromscratch.org"; + $to = "lfs-book@lists.linuxfromscratch.org"; + $from = "bdubbs@linuxfromscratch.org"; $subject = "LFS Package Currency Check - $date GMT"; - $headers = "From: bdubbs@rivendell.linuxfromscratch.org"; + $headers = "From: bdubbs@linuxfromscratch.org"; $message = "Package LFS Upstream Flag\n\n";