#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="[email protected]",
>       replytoaddr="[email protected]",
> ...
>
> or
>
> c['status'].append(
>    mail.MailNotifier(
>       fromaddr="[email protected]",
>       extraHeaders=["Reply-To: [email protected]", "List-Id:
> [email protected]"],
> ...

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="[email protected]",
       replytoaddr="[email protected]",
 ...

 or

 c['status'].append(
    mail.MailNotifier(
       fromaddr="[email protected]",
       extraHeaders=["Reply-To: [email protected]", "List-Id:
 [email protected]"],
 ...
 }}}

--

-- 
Ticket URL: <http://buildbot.net/trac/ticket/386#comment:3>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
------------------------------------------------------------------------------

_______________________________________________
Buildbot-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/buildbot-commits

Reply via email to