diff options
| author | 2008-03-25 17:05:22 +0000 | |
|---|---|---|
| committer | 2008-03-25 17:05:22 +0000 | |
| commit | ba55c0675df20a89a452162216af4b6a8e06ce5c (patch) | |
| tree | ecef59649a9a5cef4896057894e072ce68603763 /modules/xml.pl | |
| parent | 0293b9d684ce2f89a1850b7a0d4819bdd1c947ef (diff) | |
Added dnsbl analysis, better sql, better rules, fixed some commands
Diffstat (limited to 'modules/xml.pl')
| -rw-r--r-- | modules/xml.pl | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |
