Add @localhost to default PORTAGE_ELOG_MAILFROM to
authorZac Medico <zmedico@gentoo.org>
Fri, 12 Oct 2007 05:32:21 +0000 (05:32 -0000)
committerZac Medico <zmedico@gentoo.org>
Fri, 12 Oct 2007 05:32:21 +0000 (05:32 -0000)
account for mail servers that don't accept mails
without a domainname (trunk r7982)

svn path=/main/branches/2.1.2/; revision=8056

cnf/make.globals

index f857ff4392464a00cea9ae36465ab08732f9b354..3d814908b6574b64ef843367d5868823e0eb7de2 100644 (file)
@@ -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  **