diff options
author | 2019-08-11 14:13:14 +0000 | |
---|---|---|
committer | 2019-08-11 14:13:14 +0000 | |
commit | 94c66e8a1a18a0feea8f25fc1678fd8ce2ce77b7 (patch) | |
tree | cb03c2162b75f8b62afae4b2ff969e7b9e2c56e1 | |
parent | Provide ASN1_PKEY_CTRL_CMS_RI_TYPE. (diff) | |
download | wireguard-openbsd-94c66e8a1a18a0feea8f25fc1678fd8ce2ce77b7.tar.xz wireguard-openbsd-94c66e8a1a18a0feea8f25fc1678fd8ce2ce77b7.zip |
document filter chains, which is essentially a way to declare a set of
related filters to be applied one after another
-rw-r--r-- | usr.sbin/smtpd/smtpd.conf.5 | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/usr.sbin/smtpd/smtpd.conf.5 b/usr.sbin/smtpd/smtpd.conf.5 index 8605fc91e2b..086971a25c9 100644 --- a/usr.sbin/smtpd/smtpd.conf.5 +++ b/usr.sbin/smtpd/smtpd.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: smtpd.conf.5,v 1.216 2019/08/11 13:57:37 gilles Exp $ +.\" $OpenBSD: smtpd.conf.5,v 1.217 2019/08/11 14:13:14 gilles Exp $ .\" .\" Copyright (c) 2008 Janne Johansson <jj@openbsd.org> .\" Copyright (c) 2009 Jacek Masiulaniec <jacekm@dobremiasto.net> @@ -329,6 +329,15 @@ or set using either or using the .Ic hostname directive. +.It Ic filter Ar chain\-name Ic chain Brq Ar filter-name Op , Ar ... +Register a chain of filters named +.Ar chain\-name +and consisting of the filters listed from +.Ar filter-name . +Filters part of a filter chain are executed in order of declaration for +each phase that they are registered for. +A filter chain may be used in place of a filter for any directive but +filter chains themselves. .It Ic filter Ar filter\-name Ic phase Ar phase\-name Ic match Ar conditions Ic disconnect Ar message Register builtin filter .Ar filter\-name |