From a9ef885f7833a896506752c2f66060123e963d41 Mon Sep 17 00:00:00 2001 From: brian Date: Tue, 17 Jan 2006 22:09:41 +0000 Subject: [PATCH] Use sendmail and set the sender address to ensure that mail is not sent from a domain name that is neither an A or MX record (and thusly gets refused by mail servers). --- build/lmake | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build/lmake b/build/lmake index 3bc75a9..65cbaa0 100755 --- a/build/lmake +++ b/build/lmake @@ -390,6 +390,9 @@ depend_kernel() diff -I '^#.*' -u "$CONFIG_FILE" .config >$tmpfile if [ -s $tmpfile ]; then { cat <