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