mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-05 22:04:48 +00:00
Update mail address in currency check.
This commit is contained in:
parent
9a178619b9
commit
4612211a90
@ -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";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user