Created
February 18, 2017 12:20
-
-
Save croessner/3ad4c2a645d71226ba2679d2802fc3a9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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