import
[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 }