Commit 35f8c2b2 authored by Damian Johnson's avatar Damian Johnson
Browse files

Revert '[DocTor]' prefix

Forgot email lists already add a '[my-list]' prefix. This is redundant, and
only came up because David's getting these emails directly. In just a couple
days they'll be going to bad-relays@ so better to drop this.

This reverts commit ecaea9ab.
parent bd1f8068
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -89,7 +89,7 @@ def send(subject, body, to = TO_ADDRESSES, cc = None, bcc = None):
  """

  msg = MIMEMultipart('alternative')
  msg['Subject'] = '[DocTor] ' + subject
  msg['Subject'] = subject
  msg['From'] = FROM_ADDRESS
  msg['To'] = ','.join(to)