Add @localhost to default PORTAGE_ELOG_MAILFROM to account for mail servers that...
authorMarius Mauch <genone@gentoo.org>
Sat, 6 Oct 2007 15:12:30 +0000 (15:12 -0000)
committerMarius Mauch <genone@gentoo.org>
Sat, 6 Oct 2007 15:12:30 +0000 (15:12 -0000)
svn path=/main/trunk/; revision=7982

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  **