You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by do...@apache.org on 2006/09/26 06:28:01 UTC

svn commit: r449897 - /spamassassin/trunk/contrib/check_spamd

Author: dos
Date: Mon Sep 25 21:28:00 2006
New Revision: 449897

URL: http://svn.apache.org/viewvc?view=rev&rev=449897
Log:
bah! forgot to remove no longer used hash

Modified:
    spamassassin/trunk/contrib/check_spamd

Modified: spamassassin/trunk/contrib/check_spamd
URL: http://svn.apache.org/viewvc/spamassassin/trunk/contrib/check_spamd?view=diff&rev=449897&r1=449896&r2=449897
==============================================================================
--- spamassassin/trunk/contrib/check_spamd (original)
+++ spamassassin/trunk/contrib/check_spamd Mon Sep 25 21:28:00 2006
@@ -40,13 +40,6 @@
 
 my $VERSION = "0.01";
 
-my %status_text = (
-  '0'	=> 'OK',
-  '1'	=> 'WARNING',
-  '2'	=> 'CRITICAL',
-  '3'	=> 'UNKNOWN',
-);
-
 my %opt = (
   'critical'	=> undef,
   'hostname'	=> undef,