You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by br...@apache.org on 2004/07/26 16:51:47 UTC

svn commit: rev 30718 - forrest/trunk/src/forrestbot/core

Author: brondsem
Date: Mon Jul 26 07:51:46 2004
New Revision: 30718

Modified:
   forrest/trunk/src/forrestbot/core/notify.xml
Log:
don't use an invalid email address

Modified: forrest/trunk/src/forrestbot/core/notify.xml
==============================================================================
--- forrest/trunk/src/forrestbot/core/notify.xml	(original)
+++ forrest/trunk/src/forrestbot/core/notify.xml	Mon Jul 26 07:51:46 2004
@@ -51,7 +51,7 @@
     <tstamp>
       <format property="NOW" pattern="dd MMMM hh:mm aa"/>
     </tstamp>
-    <mail from="forrestbot@xml.apache.org"
+    <mail from="Forrestbot"
       mailhost="${notify.email.host}"
       tolist="${notify.email.to}"
       subject="ForrestBot build for ${ant.project.name} ${notify.completion-status}"