added preliminary mailing list support
[org.ibex.mail.git] / src / org / ibex / mail / target / Pipe.java
index 81ea8e0..f2f89f6 100644 (file)
@@ -5,5 +5,5 @@
 package org.ibex.mail.target;
 import org.ibex.mail.*;
 /** generic pipe-the-message-to-a-file target */
-public class Pipe extends Target {
+public abstract class Pipe implements Target {
 }