Add url encoded email template variables

This commit is contained in:
2020-01-29 19:58:08 +01:00
parent b40e835215
commit f4399312b4
2 changed files with 8 additions and 1 deletions

View File

@@ -77,11 +77,15 @@ 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 from 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}**
E-mail recipient address of this notification.
* **{EMAIL_TO_URL}**
Like EMAIL_TO, but URL encoded
* **{EMAIL_SUBJECT}**
Configured e-mail subject.
* **{EMAIL_QUARANTINE_ID}**