diff options
author | Anthony J. Bentley <bentley@cvs.openbsd.org> | 2015-02-15 22:27:52 +0000 |
---|---|---|
committer | Anthony J. Bentley <bentley@cvs.openbsd.org> | 2015-02-15 22:27:52 +0000 |
commit | 131d3dba1233483aeb9c21675e60d695928dc0ee (patch) | |
tree | 9a1fd45b3995aafa2b02ea1f945a2a08dd9cd9d1 /libexec | |
parent | acf930c59c72b8618852e05d61e1709e6190a3d0 (diff) |
Don't use Aq macros when <> is intended; they are not the same thing.
ok schwarze@
Diffstat (limited to 'libexec')
-rw-r--r-- | libexec/spamd/spamd.8 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/libexec/spamd/spamd.8 b/libexec/spamd/spamd.8 index d0eabd5a59b..32e3cc85194 100644 --- a/libexec/spamd/spamd.8 +++ b/libexec/spamd/spamd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: spamd.8,v 1.125 2015/02/07 18:05:57 jmc Exp $ +.\" $OpenBSD: spamd.8,v 1.126 2015/02/15 22:27:51 bentley Exp $ .\" .\" Copyright (c) 2002 Theo de Raadt. All rights reserved. .\" @@ -22,7 +22,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: February 7 2015 $ +.Dd $Mdocdate: February 15 2015 $ .Dt SPAMD 8 .Os .Sh NAME @@ -268,11 +268,11 @@ regularly scans the .Pa /var/db/spamd database and configures all whitelist addresses as the .Xr pf 4 -.Aq spamd-white +<spamd-white> table, allowing connections to pass to the real MTA. Any addresses not found in -.Aq spamd-white +<spamd-white> are redirected to .Nm . .Pp @@ -385,7 +385,7 @@ spamtrap address, it is blacklisted for 24 hours by adding the host to the .Nm blacklist -.Aq spamd-greytrap . +<spamd-greytrap>. Spamtrap addresses are added to the .Pa /var/db/spamd database with the following @@ -468,7 +468,7 @@ a slightly modified .Xr pf.conf 5 ruleset is required, redirecting any addresses found in the -.Aq spamd +<spamd> table to .Nm . Any other addresses @@ -488,7 +488,7 @@ like: .Pp .Xr spamd-setup 8 can also be used to load addresses into the -.Aq spamd +<spamd> table. It has the added benefit of being able to remove addresses from blacklists, and will connect to |