Remove old non-functional Billo address.

- Legacy-Id: 4547
This commit is contained in:
Henrik Levkowetz 2012-06-28 19:21:51 +00:00
parent 30a8086b9b
commit 99a7786990

View file

@ -414,8 +414,7 @@ def email_iana(request, doc, to, msg):
send_mail_text(request, "To: IANA <%s>" % to,
parsed_msg["From"], parsed_msg["Subject"],
parsed_msg.get_payload(),
extra=extra,
bcc="fenner@research.att.com")
extra=extra)
def email_ianaREDESIGN(request, doc, to, msg):
# fix up message and send it with extra info on doc in headers
@ -430,8 +429,7 @@ def email_ianaREDESIGN(request, doc, to, msg):
send_mail_text(request, "IANA <%s>" % to,
parsed_msg["From"], parsed_msg["Subject"],
parsed_msg.get_payload(),
extra=extra,
bcc="fenner@research.att.com")
extra=extra)
if settings.USE_DB_REDESIGN_PROXY_CLASSES:
email_iana = email_ianaREDESIGN