Add decoding of mail headers

This commit is contained in:
2020-01-29 21:35:37 +01:00
parent f4399312b4
commit 983362a69a
3 changed files with 29 additions and 17 deletions

View File

@@ -77,15 +77,17 @@ The following configuration options are optional in each quarantine section:
The following template variables are available:
* **{EMAIL_ENVELOPE_FROM}**
E-mail from address received by the milter.
E-mail sender address received by the milter.
* **{EMAIL_ENVELOPE_FROM_URL}**
Like EMAIL_ENVELOPE_FROM, but URL encoded
* **{EMAIL_FROM}**
Value of the from header of the original e-mail.
* **{EMAIL_TO}**
Value of the FROM header of the original e-mail.
* **{EMAIL_ENVELOPE_TO}**
E-mail recipient address of this notification.
* **{EMAIL_TO_URL}**
Like EMAIL_TO, but URL encoded
* **{EMAIL_ENVELOPE_TO_URL}**
Like EMAIL_ENVELOPE_TO, but URL encoded
* **{EMAIL_TO}**
Value of the TO header of the original e-mail.
* **{EMAIL_SUBJECT}**
Configured e-mail subject.
* **{EMAIL_QUARANTINE_ID}**