Initial commit of source code and docs

This commit is contained in:
2019-03-03 22:22:56 +01:00
commit e41f8bba2a
15 changed files with 1888 additions and 0 deletions

10
docs/templates/notification.template vendored Normal file
View File

@@ -0,0 +1,10 @@
<html>
<body>
<h1>This is a spam notification mail</h1>
<b>From:</b> {EMAIL_FROM}<br/>
<b>To:</b> {EMAIL_TO}<br/>
<b>Subject:</b> {EMAIL_SUBJECT}<br/>
<b>Quarantine-ID:</b> {EMAIL_QUARANTINE_ID}<br/><br/><br/>
{EMAIL_HTML_TEXT}
</body>
</html>