From ba55c0675df20a89a452162216af4b6a8e06ce5c Mon Sep 17 00:00:00 2001 From: William Heimbigner Date: Tue, 25 Mar 2008 17:05:22 +0000 Subject: Added dnsbl analysis, better sql, better rules, fixed some commands --- modules/xml.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/xml.pl') diff --git a/modules/xml.pl b/modules/xml.pl index 1978af9..ce7712d 100644 --- a/modules/xml.pl +++ b/modules/xml.pl @@ -17,6 +17,7 @@ sub readXML { $::users = $::xs1->XMLin( "$p/users.xml", ForceArray => 'person'); $::commands = $::xs1->XMLin( "$p/commands.xml", ForceArray => [qw/command/]); $::mysql = $::xs1->XMLin( "$p/mysql.xml", ForceArray => []); + $::dnsbl = $::xs1->XMLin( "$p/dnsbl.xml", ForceArray => []); } sub writeXML { -- cgit v1.2.3