[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: spamd.conf and spamd-setup questions.
Thanks Bob, I was wondering about that, damn funny watching
a test in real time though ;) And thanks for your setup.
-mike
Quoting Bob Beck <beck@bofh.cns.ualberta.ca>:
>
> The messages are kept internal to spamd. You don't
> see the messages in the table. You will only see the collected
> bunch of addresses in the spamd table.
>
> If you want to see the messages, add a machine to your
> blacklists and connect to the running spamd.
>
> hint: for testing
>
> /usr/libexec/spamd -d -c 1
>
> will run a non-forking debug spamd, that will only
> use one connection, and will not stutter, so you won't have to
> wait 10 minutes to see the whole message
>
> -Bob