6f1eb0f9471a5ba8b9536c6ecc12dcf4ee84a84c
[org.ibex.mail.git] / src / org / ibex / mail / filter / DCC.java
1 package org.ibex.mail.filter;
2 /** implements the Distributed Checksum Clearinghouse spam filtering protocol */
3 public class DCC extends SpamFilter {
4 }