Add missing documentation for option ignore_envfrom

This commit is contained in:
2020-04-20 10:33:49 +02:00
parent 0856c39442
commit c6e1408732
3 changed files with 9 additions and 1 deletions

View File

@@ -38,6 +38,8 @@ The following configuration options are mandatory for a mod-rule:
New value of the header.
The following configuration options are optional for each rule:
* **ignore_envfrom**
Regular expression to match envelop-from addresses. The rule will be skipped if the expression matches.
* **ignore_hosts**
Comma-separated list of host and network addresses. The rule will be skipped if the sending host is included here.
* **only_hosts**