From: Zac Medico Date: Fri, 12 Oct 2007 05:32:21 +0000 (-0000) Subject: Add @localhost to default PORTAGE_ELOG_MAILFROM to X-Git-Tag: v2.1.3.16~58 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=bd602af46ef03f9e8b829cde4d617fc496aa1474;p=portage.git Add @localhost to default PORTAGE_ELOG_MAILFROM to account for mail servers that don't accept mails without a domainname (trunk r7982) svn path=/main/branches/2.1.2/; revision=8056 --- 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 **