Hi all! I made a question yesterday, and had no answers. I think I gave poor informations. So, trying again.
I'm having trouble with spamd on a OpenBSD 3.9 I am using spamd in greylisting mode, starting it on rc.conf like this: spamd_flags="-v -G 25:4:864" # for spamd_grey=YES # use spamd greylisting if YES The problem appears on /var/log/messages. It's giving messages saying: Aug 17 09:30:02 hostname spamd[4159]: scan of /var/db/spamd failed It i appears every minute. Always this same message. Looking the source code, it log is made by the function greyscanner on /usr/src/libexec/spamd/grey.c. It seems a problem while manipulating the data on the DB /var/db/spamd . Have you ever seem this error sometime? Could be a corrupted DB? Or its size (70MB)? Or, this list isn't the most apropriate to this question? :) Thanks for any help, Thiago.

