From: Marius Mauch Date: Sat, 6 Oct 2007 15:12:30 +0000 (-0000) Subject: Add @localhost to default PORTAGE_ELOG_MAILFROM to account for mail servers that... X-Git-Tag: v2.2_pre1~701 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b24c867e8712381dec90525e8afebe0dfc6ba8bf;p=portage.git Add @localhost to default PORTAGE_ELOG_MAILFROM to account for mail servers that don't accept mails without a domainname svn path=/main/trunk/; revision=7982 --- diff --git a/cnf/make.globals b/cnf/make.globals index f857ff439..3d814908b 100644 --- a/cnf/make.globals +++ b/cnf/make.globals @@ -76,7 +76,7 @@ PORTAGE_ELOG_SYSTEM="save_summary echo" PORTAGE_ELOG_MAILURI="root" PORTAGE_ELOG_MAILSUBJECT="[portage] ebuild log for \${PACKAGE} on \${HOST}" -PORTAGE_ELOG_MAILFROM="portage" +PORTAGE_ELOG_MAILFROM="portage@localhost" # ***************************** # ** DO NOT EDIT THIS FILE **