From: brian Date: Tue, 17 Jan 2006 22:09:41 +0000 (+0000) Subject: Use sendmail and set the sender address to ensure that mail is not sent from a X-Git-Tag: v1_7_100~544 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=a9ef885f7833a896506752c2f66060123e963d41 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). --- 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 <