The spam-o-matic script is hard-coded to spam ${pkg}-owner by default. When other organisations set up their own private build infrastructure, this can easily lead to accidental spamming of fedora maintainers. The spam-o-matic script needs to be configurable and should default to targeting poor old @example.com instead. This affects all current fedora and epel branches.
I'm bumping back up to rawhide, as this is still present in master. The relevant code in utils/spam-o-matic: 70 f = "%s-owner" % pkg 71 list[pkg] = f 72 if f: 73 return True 74 return False and later, 156 fromaddr = 'buildsys'
Some basic support for this added in git commit 35eae62. Defaulting to example.com requires doing builds & coordinating between the mash release & the automatic rel-eng build scripts.
That sort of lines up with Koji and the rest. As long as it's configurable, I'm a happy camper.
This should be fixed in F17.