On Mon, Jul 16, 2001 at 02:35:13PM -0400, Chris Shenton wrote:
> With ORBS recent demise and the commercialization of MAPS, I started
> looking for other antispam measures. The most promising I've found is
> the Distributed Checksum Clearinghouse:
> http://www.rhyolite.com/dcc/
> If I'm reading it correctly, the code computes a variety of checksums
> on portions of messages coming through your MTA, and sends these to a
> DCC server which keeps running counts of each reported checksum;
... stored in a database ...
> spam sent to a wide audience would increment the same sums so you could
> detect it. Clients can
... send checksums to the server and ...
> query this and decide what to do with any incoming message. It has
> whitelists so that large list mail (e.g. inet-access) would be excluded
> from spam consideration.
Yes. It looks extremely cool. Vernon Schryver (the author) has been
marketing it saying installation takes only a few minutes - while this is
true once you've read and understood the documentation, that part takes a
little more time.
> Seems to be built for integration with sendmail. Anyone using it now
> with qmail?
I am currently working on integrating DCC with qmail and procmail via the
'dccproc' procmail interface to dcc. I have some ideas about integrating it
with qmail; probably via a qmail-local wrapper (dccproc adds an X-DCC header
to the mail). I'm configuring my spamtraps with
| dccproc -t many -o /dev/null
in dot-qmail(5); this creates a nice line in my qmail-send log with the
report dccproc made.
> I haven't found anything useful searching google for "dcc qmail".
DCC wasn't publicly available until July 12th. There has been some activity
on the DCC mailing list - but not much.
Vince.