[Buildbot-commits] [SPAM] Re: [Buildbot] #386: support for extra mail headers (like Reply-To) in MailNotifier
Buildbot
buildbot-devel at lists.sourceforge.net
Wed May 26 05:08:38 UTC 2010
#386: support for extra mail headers (like Reply-To) in MailNotifier
------------------------+---------------------------------------------------
Reporter: smadness | Owner:
Type: enhancement | Status: closed
Priority: minor | Milestone: 0.8.+
Version: 0.7.9 | Resolution: fixed
Keywords: |
------------------------+---------------------------------------------------
Changes (by dustin):
* status: new => closed
* resolution: => fixed
Old description:
> It would be nice to have ability to specify extra headers in
> buildbot.status.mail's MailNotifier. Such as, the Reply-To: would be
> extremely handy to set to a group email address so people don't try and
> respond directly to the master.
>
> A workaround is to override the fromaddr to be the group address desired,
> but this would break email filters that have rules set to "From:
> buildbot", etc.
>
> An example of what I'd like:
>
> c['status'].append(
> mail.MailNotifier(
> fromaddr="buildbot at blah.com",
> replytoaddr="buildbot-group at blah.com",
> ...
>
> or
>
> c['status'].append(
> mail.MailNotifier(
> fromaddr="buildbot at blah.com",
> extraHeaders=["Reply-To: buildbot-group at blah.com", "List-Id:
> buildbot-status-group at blah.com"],
> ...
New description:
It would be nice to have ability to specify extra headers in
buildbot.status.mail's MailNotifier. Such as, the Reply-To: would be
extremely handy to set to a group email address so people don't try and
respond directly to the master.
A workaround is to override the fromaddr to be the group address desired,
but this would break email filters that have rules set to "From:
buildbot", etc.
An example of what I'd like:
{{{
c['status'].append(
mail.MailNotifier(
fromaddr="buildbot at blah.com",
replytoaddr="buildbot-group at blah.com",
...
or
c['status'].append(
mail.MailNotifier(
fromaddr="buildbot at blah.com",
extraHeaders=["Reply-To: buildbot-group at blah.com", "List-Id:
buildbot-status-group at blah.com"],
...
}}}
--
--
Ticket URL: <http://buildbot.net/trac/ticket/386#comment:3>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list