Good Afternoon, I am using OpenBSD 4.1 Release, patched as of today.
When starting spamd in debug mode I receive a "bogus config line" message. Where it says "need 'tag;message;a/m;a/m;a/m...'" this looks like the format for spamd.conf, but I am using the default spamd.conf with no changes, so I am not sure what might be wrong. I have tried a spamd.conf with nothing in it but "all:\" and I have tried deleting spamd.conf and still get the "bogus config line" message. Is this safe to ignore? # /usr/libexec/spamd -d -v listening for incoming connections. whitelisted 129.219.10.34 [...] whitelisted 134.114.96.19 configure_pf - device on fd 6 bogus config line - need 'tag;message;a/m;a/m;a/m...' 206.191.135.94 connected for 4 seconds. 210.196.68.54 connected for 3 seconds. 206.131.224.44 connected for 4 seconds. ----/var/log/spamd Jul 17 13:39:43 other_bugger spamd[25259]: listening for incoming connections. Jul 17 13:39:45 other_bugger spamd[25259]: 206.191.135.94: connected (1/0) Jul 17 13:39:47 other_bugger spamd[25259]: 210.196.68.54: connected (2/0) Jul 17 13:39:49 other_bugger spamd[25259]: 206.191.135.94: disconnected after 4 seconds. Jul 17 13:39:50 other_bugger spamd[25259]: 210.196.68.54: disconnected after 3 seconds. Jul 17 13:39:52 other_bugger spamd[25259]: 206.131.224.44: connected (1/0) -Barry