[Buildbot] #3122: send cronspam to sysadmins list

Buildbot trac trac at buildbot.net
Sat Jan 17 21:32:56 UTC 2015


#3122: send cronspam to sysadmins list
--------------------+--------------------------
Reporter:  dustin   |       Owner:  dustin
    Type:  task     |      Status:  new
Priority:  major    |   Milestone:  sys - other
 Version:           |  Resolution:
Keywords:  ansible  |
--------------------+--------------------------

Comment (by dustin):

 I added this in hopes of not filtering out the cronspam.
 {{{
 commit fc3e18b4c48f5c34707165b1ccbd00dce26b39eb
 Author: Charlie Root <root at lists.buildbot.net>
 Date:   Sat Jan 17 21:28:07 2015 +0000

     allow *@*.buildbot.net to post for cronspam

 diff --git a/sysadmin b/sysadmin
 index add483f..8180059 100644
 --- a/sysadmin
 +++ b/sysadmin
 @@ -9,7 +9,7 @@ If you think that your messages are being rejected in
 error please contact %(lis
  subject_prefix = ''

  owner = ['mailadmin at buildbot.net']
 -accept_these_nonmembers = []
 +accept_these_nonmembers = ['^.*@.*\\.buildbot\\.net']

  moderator = []
  anonymous_list = False
 }}}

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


More information about the bugs mailing list