Skip to content

Commit 99a7786

Browse files
committed
Remove old non-functional Billo address.
- Legacy-Id: 4547
1 parent 30a8086 commit 99a7786

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

ietf/idrfc/mails.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -414,8 +414,7 @@ def email_iana(request, doc, to, msg):
414414
send_mail_text(request, "To: IANA <%s>" % to,
415415
parsed_msg["From"], parsed_msg["Subject"],
416416
parsed_msg.get_payload(),
417-
extra=extra,
418-
bcc="fenner@research.att.com")
417+
extra=extra)
419418

420419
def email_ianaREDESIGN(request, doc, to, msg):
421420
# fix up message and send it with extra info on doc in headers
@@ -430,8 +429,7 @@ def email_ianaREDESIGN(request, doc, to, msg):
430429
send_mail_text(request, "IANA <%s>" % to,
431430
parsed_msg["From"], parsed_msg["Subject"],
432431
parsed_msg.get_payload(),
433-
extra=extra,
434-
bcc="fenner@research.att.com")
432+
extra=extra)
435433

436434
if settings.USE_DB_REDESIGN_PROXY_CLASSES:
437435
email_iana = email_ianaREDESIGN

0 commit comments

Comments
 (0)