in tools/gen-release-vote.py [0:0]
def sendVoteEmail(mailConfig, rcConfig, dryrun, subjectLineId, signature):
version = releaseVersion(rcConfig)
components = list(componentList(rcConfig, version))
componentsString = ', '.join(map(lambda c: c.name, components))
componentCount = len(components)
subject = '[VOTE] Release Apache %s (v%s, %s)' % (subjectLineId if subjectLineId else componentsString, version.v, version.rc)
content = """Hi,