[152650] contrib/buildbot-test/master.cfg

ryandesign at macports.org ryandesign at macports.org
Wed Sep 14 05:39:30 PDT 2016


Revision: 152650
          https://trac.macports.org/changeset/152650
Author:   ryandesign at macports.org
Date:     2016-09-14 05:39:30 -0700 (Wed, 14 Sep 2016)
Log Message:
-----------
buildbot-test: change the email sender headers

The From address is now buildbot@ while the Reply-To address is noreply@, so
that users can filter on the From address while still being encouraged not to
reply.

Modified Paths:
--------------
    contrib/buildbot-test/master.cfg

Modified: contrib/buildbot-test/master.cfg
===================================================================
--- contrib/buildbot-test/master.cfg	2016-09-14 12:29:01 UTC (rev 152649)
+++ contrib/buildbot-test/master.cfg	2016-09-14 12:39:30 UTC (rev 152650)
@@ -777,7 +777,8 @@
 if config['production']:
     # send mail about base failures to users on the blamelist
     mn = MailNotifier(
-        fromaddr="noreply at macports.org",
+        fromaddr="buildbot at macports.org",
+        extraHeaders={"Reply-To": "noreply at macports.org"},
         # unless lookup is defined, users have to be configured locally
         # maybe a smarter function is needed, but lookup="" does it for now
         lookup="",
@@ -790,7 +791,8 @@
     c['status'].append(mn)
 
     mn = PortsMailNotifier(
-        fromaddr="noreply at macports.org",
+        fromaddr="buildbot at macports.org",
+        extraHeaders={"Reply-To": "noreply at macports.org"},
         lookup="",
         mode=("failing"),
         builders=portwatcher_buildernames,
@@ -803,7 +805,8 @@
 
     # notifications about exceptions
     mn = MailNotifier(
-        fromaddr="noreply at macports.org",
+        fromaddr="buildbot at macports.org",
+        extraHeaders={"Reply-To": "noreply at macports.org"},
         mode=("exception"),
         extraRecipients=["admin at macports.org"],
         sendToInterestedUsers=False)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160914/af862efa/attachment.html>


More information about the macports-changes mailing list