Re: milter implementation of spambayes

"Amedee Van Gasse" <[email protected]> Wed, 1 Oct 2008 09:36:06 +0200 (CEST)
Newsgroups gmane.mail.spam.spambayes.devel,gmane.mail.spam.spambayes.general
Message-ID <[email protected]>
On Wed, October 1, 2008 05:52, T. Alexander Popiel wrote:
> In message:  <[email protected]>
>              Amedee Van Gasse <[email protected]> writes:
>
> [ discussion of implementing spambayes as milter ]
>
>>Yes I know that it isn't particulary useful except for the very few
>>false positives.
>>But what bothers me, is that currently I have no idea at all how many
>>spam I get. I have set up munin to show me the postfix rejections but
>>spambayes-spam of course doesn't show up in those stats.
>>If you know another way to inject spambayes-spam back into the postfix
>>logs and statistics, I'd be much obliged.
>
> Well, I don't know how to get it back into the postfix logs, but you
> could easily log and keep stats separately by routing the spam to a
> counter program instead of sending it straight to /dev/null.  The
> program could then keep whatever statistics you wanted.
>
> - Alex
>
>
Thank you Alex, but that sounds like a hypothetical program that still has
to be written, and I am not a programmer. Programming always sounds like
black magic to me... ;-)