diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2016-03-14 21:36:53 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2016-03-14 21:36:53 +0000 |
commit | 16907faa1f6e4dbcb63c409352a69f60dd11b124 (patch) | |
tree | e6ec79820085eea392ac006388e1006b28e290c3 /etc | |
parent | f82bbf495ee9bc54b3a1f307b6bc11562007bc38 (diff) |
fix word issue, as reported by hans
Diffstat (limited to 'etc')
-rw-r--r-- | etc/mail/spamd.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/mail/spamd.conf b/etc/mail/spamd.conf index 9618f263658..9e77df5043c 100644 --- a/etc/mail/spamd.conf +++ b/etc/mail/spamd.conf @@ -1,11 +1,11 @@ -# $OpenBSD: spamd.conf,v 1.4 2012/05/14 16:58:46 beck Exp $ +# $OpenBSD: spamd.conf,v 1.5 2016/03/14 21:36:52 jmc Exp $ # # spamd(8) configuration file, read by spamd-setup(8). # See also spamd.conf(5). # # Configures lists for spamd(8). # -# Strings follow getcap(3) convention escapes, other than you +# Strings follow getcap(3) convention escapes, except you # can have a bare colon (:) inside a quoted string and it # will deal with it. See spamd-setup(8) for more details. # |