SA Bugzilla – Bug 4204
Remove dcc from list of default plugins
Last modified: 2005-03-18 06:00:19 UTC
http://www.rhyolite.com/pipermail/dcc/2005/002572.html says: > So I'm close to signing an agreement with Commtouch that > includes support for those ideas. It requires changes to the license > for versions of the DCC source after this week's. The changed license > is intended to leave the DCC as free as it was before except > > "... any entity which sells anti-spam solutions to others, or > provides an anti-spam solution as part of a security solution > sold to other entities, or to a private network which employs > DCC or uses data provided by operation of DCC but does not provide > corresponding data to other users." IOW, dcc is no longer free software. This means we need to take the same action we took with Razor, comment it out by default in init.pre: # Razor2 - perform Razor2 message checks. # # Razor2 is disabled here because it is not available for unlimited free # use. It is currently free for personal use, subject to capacity # constraints. See the Cloudmark SpamNet Service Policy for more details. # #loadplugin Mail::SpamAssassin::Plugin::Razor2 BTW, that change seems to have been made without ever opening a bug, which is annoying, as it means finding the old correspondence about that issue is a lot harder (requiring digging through mail archives). ISTR Daniel talking about making our own, free hash-sharing plugin -- this may be a good idea, since the field seems to be shrinking rapidly :(
http://www.rhyolite.com/pipermail/dcc/2005/002590.html the new license text: * Distributed Checksum Clearinghouse * * Copyright (c) 2005 by Rhyolite Software * * This agreement is not applicable to any entity which sells anti-spam * solutions to others or provides an anti-spam solution as part of a * security solution sold to other entities, or to a private network * which employes DCC or uses data provided by operation of DCC but does * not provide corresponding data to other users. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * * Parties not eligible to receive a license under this agreement can * obtain a commercial license to use DCC and permission to use * U.S. Patent 6,330,590 by contacting Commtouch at www.commtouch.com. * * THE SOFTWARE IS PROVIDED "AS IS" AND RHYOLITE SOFTWARE DISCLAIMS ALL * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES * OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL RHYOLITE SOFTWARE * BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES * OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, * WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, * ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS * SOFTWARE.
Matt Sergeant said: >> ISTR Daniel talking about making our own, free hash-sharing plugin -- >> this may be a good idea, since the field seems to be shrinking rapidly :( > > Wouldn't that violate the patent in question? possibly -- I haven't read the patent (as dictated by ASF policy ;)
Subject: Re: Remove dcc from list of default plugins On Fri, Mar 18, 2005 at 12:13:47PM -0800, bugzilla-daemon@bugzilla.spamassassin.org wrote: > > Wouldn't that violate the patent in question? > > possibly -- I haven't read the patent (as dictated by ASF policy ;) Same here. BTW: if we want to actively discuss this idea, it should either be another ticket or a dev@ discussion. This ticket should be a simple "disable dcc by default" and then be closed.
Subject: Re: Remove dcc from list of default plugins I will go ahead and disable the plugin per our policy. I think that's a good call: self-consistent and appropriate. In terms of the patent, please do not read it. If we should want to develop our own technology, it will be important to consult with an ASF attorney. Daniel
grabbing bug
done to HEAD