munge bdfl-delegate, too

This commit is contained in:
Benjamin Peterson 2014-10-07 12:12:17 -04:00
parent 5ddbe800cd
commit 958cd5cfe3
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ def fixfile(inpath, input_lines, outfile):
print >> outfile, COMMENT
print >> outfile, '<div class="header">\n<table border="0" class="rfc2822">'
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: