remove "subject" from DKIM

This commit is contained in:
Son NK 2020-03-22 15:08:26 +01:00
parent 22ac3fa153
commit 88039844ef
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ with open(DKIM_PUBLIC_KEY_PATH) as f:
)
DKIM_HEADERS = [b"from", b"to", b"subject"]
DKIM_HEADERS = [b"from", b"to"]
# Database
DB_URI = os.environ["DB_URI"]