You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by jm...@apache.org on 2004/05/29 02:50:22 UTC

svn commit: rev 20562 - incubator/spamassassin/trunk/t

Author: jm
Date: Fri May 28 17:50:22 2004
New Revision: 20562

Modified:
   incubator/spamassassin/trunk/t/spamd_protocol_10.t
Log:
why was this using these modules?  that doesn't work

Modified: incubator/spamassassin/trunk/t/spamd_protocol_10.t
==============================================================================
--- incubator/spamassassin/trunk/t/spamd_protocol_10.t	(original)
+++ incubator/spamassassin/trunk/t/spamd_protocol_10.t	Fri May 28 17:50:22 2004
@@ -8,8 +8,6 @@
 
 use File::Path;
 use IO::Socket;
-use Mail::SpamAssassin::PerMsgStatus;
-use Mail::SpamAssassin::Conf;
 
 # ---------------------------------------------------------------------------