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

@@ -19,6 +19,12 @@
#
rules = add_header,del_header,mod_header
# Option: ignore_envfrom
# Notes: Set a regular expression to match envelope-from addresses to be ignored.
# Value: [ REGEX ]
#
ignore_envfrom = ^.*@localhost$
# Option: ignore_hosts
# Notes: Set a list of host and network addresses to be ignored.
# All the common host/network notations are supported, including IPv6.