Add decoding of mail headers
This commit is contained in:
12
README.md
12
README.md
@@ -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}**
|
||||
|
||||
Reference in New Issue
Block a user