changeset 74:e8fbe7cd65a7 maltfilter-0.17.1

v0.17.1
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 27 Aug 2009 00:32:44 +0300
parents 5d722da1392b
children 6f3d53ea4245
files README maltfilter
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/README	Thu Aug 27 00:31:33 2009 +0300
+++ b/README	Thu Aug 27 00:32:44 2009 +0300
@@ -1,4 +1,4 @@
-Malicious Attack Livid Termination Filter daemon (maltfilter) v0.17.0
+Malicious Attack Livid Termination Filter daemon (maltfilter) v0.17.1
 =====================================================================
 Programmed by Matti 'ccr' Hämäläinen <ccr@tnsp.org>
 (C) Copyright 2009 Tecnic Software productions (TNSP)
--- a/maltfilter	Thu Aug 27 00:31:33 2009 +0300
+++ b/maltfilter	Thu Aug 27 00:32:44 2009 +0300
@@ -12,7 +12,7 @@
 use Net::DNS;
 use LWP::UserAgent;
 
-my $progversion = "0.17.0";
+my $progversion = "0.17.1";
 my $progbanner =
 "Malicious Attack Livid Termination Filter daemon (maltfilter) v$progversion\n".
 "Programmed by Matti 'ccr' Hamalainen <ccr\@tnsp.org>\n".
@@ -533,8 +533,8 @@
   my $entries = 0;
   while (my ($ip, $entry) = each(%dronebl)) {
     if ($entry->{"sent"} == 0 && $entry->{"tries"} < 3) {
-      $xml .= "<add ip=\"".$ip."\" type=\"".$entry->{"type"}."\" />\n";
-#      $xml .= "<add ip=\"".$ip."\" type=\"1\" />\n";
+#      $xml .= "<add ip=\"".$ip."\" type=\"".$entry->{"type"}."\" />\n";
+      $xml .= "<add ip=\"".$ip."\" type=\"1\" />\n";
       $entries++;
     }
   }