The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:DNS::BL"

DNS::BL - Manage DNS black lists River stage zero No dependents

This class provides the services required to manage DNSBL data using this module hierarchy. It does so by implementing a series of methods, that perform the required function and when called in array context, return a two-element list, whose first el...

LUISMUNOZ/DNS-BL-0.03 - 24 Dec 2004 19:27:22 UTC

DNS::BL::cmds - Base class for DNS::BL commands River stage zero No dependents

This module provides template functions that must be overriden by the actual "DNS::BL" commands, as well as its documentation. This behaves as a pure-virtual class. The following methods are implemented by this module: "->execute($dns_bl, $verb, @arg...

LUISMUNOZ/DNS-BL-0.03 - 24 Dec 2004 19:27:22 UTC

DNS::BL::Entry - An entry in a DNS black list River stage zero No dependents

This is an internal class, used by DNS::BL. Supported methods are: "new()" Creates a new "DNS::BL::Entry" object, setting its "time()" to the current time and date. "clone()" Creates a new "DNS::BL::Entry" object with copies of all the values stored ...

LUISMUNOZ/DNS-BL-0.03 - 24 Dec 2004 19:27:22 UTC

DNS::BL::cmds::add - Add an entry to the database River stage zero No dependents

This module implements the add command, used to include entries into a DNSBL managed by DNS::BL. The general syntax of this command, is as follows add ip <ip-address> [code <return-code>] [text <text>] [time <timestamp>] where each argument has the f...

LUISMUNOZ/DNS-BL-0.03 - 24 Dec 2004 19:27:22 UTC

DNS::BL::cmds::punch - Punch holes in entries within the database River stage zero No dependents

This module implements the punch command, used to punch holes in existing DNSBL entries managed by DNS::BL. The general syntax of this command, is as follows punch hole <ip-address> where each argument has the following function: hole <ip-address> Sp...

LUISMUNOZ/DNS-BL-0.03 - 24 Dec 2004 19:27:22 UTC

DNS::BL::cmds::print - Print entries matching IP ranges River stage zero No dependents

This module implements the print command, used to lookup entries from a DNSBL managed by DNS::BL. The general syntax of this command, is as follows print {within|matching} <ip-address> [to <output-file>] [as <format>] where each argument has the foll...

LUISMUNOZ/DNS-BL-0.03 - 24 Dec 2004 19:27:22 UTC

DNS::BL::cmds::delete - Delete entries matching IP ranges River stage zero No dependents

This module implements the delete command, used to remove entries from a DNSBL managed by DNS::BL. The general syntax of this command, is as follows delete within <ip-address> where each argument has the following function: within <ip-address> Contro...

LUISMUNOZ/DNS-BL-0.03 - 24 Dec 2004 19:27:22 UTC

DNS::BL::cmds::connect - Implement the connect command for DNS::BL River stage zero No dependents

This module implements the connect command, to be used by DNS::BL. This command uses a backend class to perform low level operations on the DNS::BL stable storage. The following methods are implemented by this module: "->execute()" See DNS::BL::cmds ...

LUISMUNOZ/DNS-BL-0.03 - 24 Dec 2004 19:27:22 UTC

DNS::BL::cmds::connect::db - Implement the DB connect command for DNS::BL River stage zero No dependents

This module implements the connection to a DB backend where "DNS::BL" data will be stored. On each call to this class' methods, a hash will be "tie()"d and then "untie()"d. This guarantees that the underlying DB structure will be unlocked and availab...

LUISMUNOZ/DNS-BL-0.03 - 24 Dec 2004 19:27:22 UTC

DNS::BL::cmds::connect::dbi - Implement the DB connect command with DBI for DNS::BL River stage zero No dependents

This module implements the connection to a DB backend where "DNS::BL" data will be stored. This backend is implemented through DBI. The following methods are implemented by this module: "->execute()" See DNS::BL::cmds for information on this method's...

LUISMUNOZ/DNS-BL-0.03 - 24 Dec 2004 19:27:22 UTC

Mail::Toaster::DNS - DNS functions, primarily to test RBLs River stage zero No dependents

These functions are used by toaster-watcher to determine if RBL's are available when generating qmail's smtpd/run control file....

MSIMERSON/Mail-Toaster-5.54 - 16 Feb 2017 19:40:58 UTC
11 results (0.029 seconds)