]> git.saurik.com Git - wxWidgets.git/commitdiff
Fix the email notification's fromaddr.
authorMichael Wetherell <mike.wetherell@ntlworld.com>
Tue, 5 Feb 2008 22:38:32 +0000 (22:38 +0000)
committerMichael Wetherell <mike.wetherell@ntlworld.com>
Tue, 5 Feb 2008 22:38:32 +0000 (22:38 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51566 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/buildbot/config/include/defs.xml

index e90f71fd142117e5ad97aa382ec3227173fc55be..be0f7067f3f2007a3e0a59618330a5fa30bf1380 100644 (file)
@@ -781,7 +781,7 @@ if [ -x test_gui ]; then ./test_gui; fi
     <xsl:param name="content"/>
     <mailnotifier>
         <defaults content="{$content}">
-            <fromaddr>wx-dev -at- lists.wxwidgets.org</fromaddr>
+            <fromaddr>noreply -at- wxsite.net</fromaddr>
         </defaults>
         <xsl:copy-of select="$content"/>
     </mailnotifier>