obscure the email address in bdfl-delegate, too

This commit is contained in:
Benjamin Peterson 2013-06-05 12:03:27 -07:00
parent c4f217a9c8
commit 6fb6ffac74
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ def fixfile(inpath, input_lines, outfile):
print >> outfile, '</td></tr></table>'
print >> outfile, '<div class="header">\n<table border="0">'
for k, v in header:
if k.lower() in ('author', 'discussions-to'):
if k.lower() in ('author', 'bdfl-delegate', 'discussions-to'):
mailtos = []
for part in re.split(',\s*', v):
if '@' in part: