From 782bed6d79c1f7aae9f01d35964e40e3ae450a3d Mon Sep 17 00:00:00 2001 From: dhartmei <> Date: Mon, 10 Apr 2006 18:47:46 +0000 Subject: [PATCH] move the commented example /var/mail/whitelist.txt to /var/db, so it doesn't trigger security(8)'s ownership checks. ok bob@ --- src/etc/spamd.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/etc/spamd.conf b/src/etc/spamd.conf index 4dd84cc4..e25beccc 100644 --- a/src/etc/spamd.conf +++ b/src/etc/spamd.conf @@ -1,4 +1,4 @@ -# $OpenBSD: spamd.conf,v 1.17 2006/02/01 20:22:43 dhartmei Exp $ +# $OpenBSD: spamd.conf,v 1.18 2006/04/10 18:47:46 dhartmei Exp $ # # spamd config file, read by spamd-setup(8) for spamd(8) # @@ -83,4 +83,4 @@ korea:\ #whitelist:\ # :white:\ # :method=file:\ -# :file=/var/mail/whitelist.txt: +# :file=/var/db/whitelist.txt: