Skip to content

Instantly share code, notes, and snippets.

@croessner
Created February 18, 2017 12:20
Show Gist options
  • Select an option

  • Save croessner/3ad4c2a645d71226ba2679d2802fc3a9 to your computer and use it in GitHub Desktop.

Select an option

Save croessner/3ad4c2a645d71226ba2679d2802fc3a9 to your computer and use it in GitHub Desktop.
email_template = <<EOD
From: "Rspamd" <{{ mail_from }}>
To: <{{ mail_to }}>
Subject: Quarantine report
Date: {{ date }}
MIME-Version: 1.0
Message-ID: {{ mid }}
X-QueueID: {{ qid }}
Content-type: text/plain; charset=iso-8859-15
Message received from user %s on IP %s - queue ID %s
EOD;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment