diff options
author | Daniel Hartmeier <dhartmei@cvs.openbsd.org> | 2006-02-01 20:22:44 +0000 |
---|---|---|
committer | Daniel Hartmeier <dhartmei@cvs.openbsd.org> | 2006-02-01 20:22:44 +0000 |
commit | 65d5a87f3f8c247950ef24f1b2fd7f2c1237c47f (patch) | |
tree | 89adf1e9d47ac9107994a5dd72868fc81013f5a3 /etc/spamd.conf | |
parent | 17207a1460eaba3a4d9e5dfa96735af7c6640174 (diff) |
use full path to binary in (commented) relaydb example,
from jared rr spiegel, closes PR 4982, ok beck@
Diffstat (limited to 'etc/spamd.conf')
-rw-r--r-- | etc/spamd.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/spamd.conf b/etc/spamd.conf index 2e55d2f2be5..4dd84cc4a4d 100644 --- a/etc/spamd.conf +++ b/etc/spamd.conf @@ -1,4 +1,4 @@ -# $OpenBSD: spamd.conf,v 1.16 2005/08/29 15:52:45 millert Exp $ +# $OpenBSD: spamd.conf,v 1.17 2006/02/01 20:22:43 dhartmei Exp $ # # spamd config file, read by spamd-setup(8) for spamd(8) # @@ -70,12 +70,12 @@ korea:\ # :black:\ # :msg="SPAM. Your address %A is in my relaydb list.":\ # :method=exec:\ -# :file=relaydb -4lb: +# :file=/usr/local/bin/relaydb -4lb: #relaydb-white:\ # :white:\ # :method=exec:\ -# :file=relaydb -4lw: +# :file=/usr/local/bin/relaydb -4lw: # Whitelists are done like this, and must be added to "all" after each # blacklist from which you want the addresses in the whitelist removed. |