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 2006/06/29 17:09:49 UTC

svn commit: r418067 - /spamassassin/rules/trunk/sandbox/jm/SendmailID.pm

Author: jm
Date: Thu Jun 29 08:09:48 2006
New Revision: 418067

URL: http://svn.apache.org/viewvc?rev=418067&view=rev
Log:
oops, this was what was interfering with SendmailID.pm during recreate.t

Modified:
    spamassassin/rules/trunk/sandbox/jm/SendmailID.pm

Modified: spamassassin/rules/trunk/sandbox/jm/SendmailID.pm
URL: http://svn.apache.org/viewvc/spamassassin/rules/trunk/sandbox/jm/SendmailID.pm?rev=418067&r1=418066&r2=418067&view=diff
==============================================================================
--- spamassassin/rules/trunk/sandbox/jm/SendmailID.pm (original)
+++ spamassassin/rules/trunk/sandbox/jm/SendmailID.pm Thu Jun 29 08:09:48 2006
@@ -14,8 +14,6 @@
 use strict;
 use warnings;
 
-use Time::ParseDate;
-
 our @ISA = qw(Mail::SpamAssassin::Plugin);
 
 sub new {