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

Search results for "module:Mail::SPF"

Mail::SPF - An object-oriented implementation of Sender Policy Framework River stage one • 1 direct dependent • 2 total dependents

Mail::SPF is an object-oriented implementation of Sender Policy Framework (SPF). See <http://www.openspf.org> for more information about SPF. This class collection aims to fully conform to the SPF specification (RFC 4408) so as to serve both as a pro...

MBRADSHAW/Mail-SPF-3.20240206 - 06 Feb 2024 02:13:21 UTC

Mail::SPF::Mod - SPF record modifier base class River stage one • 1 direct dependent • 2 total dependents

An object of class Mail::SPF::Mod represents a modifier within an SPF record. Mail::SPF::Mod cannot be instantiated directly. Create an instance of a concrete sub-class instead. Constructors The following constructors are provided: new(%options): ret...

MBRADSHAW/Mail-SPF-3.20240206 - 06 Feb 2024 02:13:21 UTC

Mail::SPF::Mech - SPF record mechanism base class River stage one • 1 direct dependent • 2 total dependents

An object of class Mail::SPF::Mech represents a mechanism within an SPF record. Mail::SPF::Mech cannot be instantiated directly. Create an instance of a concrete sub-class instead. Constructors The following constructors are provided: new(%options): ...

MBRADSHAW/Mail-SPF-3.20240206 - 06 Feb 2024 02:13:21 UTC

Mail::SPF::Util - Mail::SPF utility class River stage one • 1 direct dependent • 2 total dependents

Mail::SPF::Util is Mail::SPF's utility class. Class methods The following class methods are provided: hostname: returns *string* Returns the fully qualified domain name (FQDN) of the local host. POD ERRORS Hey! The above document had some coding erro...

MBRADSHAW/Mail-SPF-3.20240206 - 06 Feb 2024 02:13:21 UTC

Mail::SPF::Test - SPF test-suite class River stage zero No dependents

Mail::SPF::Test is a class for reading and manipulating SPF test-suite data. Constructors The following constructors are provided: new(%options): returns *Mail::SPF::Test* Creates a new SPF test-suite object from scratch. POD ERRORS Hey! The above do...

JMEHNLE/Mail-SPF-Test-v1.001 - 30 May 2007 20:51:10 UTC

Mail::SPF::Term - SPF record term class River stage one • 1 direct dependent • 2 total dependents

An object of class Mail::SPF::Term represents a term within an SPF record. Mail::SPF::Term cannot be instantiated directly. Create an instance of a concrete sub-class instead. Constructor The following constructor is provided: new(%options): returns ...

MBRADSHAW/Mail-SPF-3.20240206 - 06 Feb 2024 02:13:21 UTC

Mail::SPF::Base - Base class for Mail::SPF classes River stage one • 1 direct dependent • 2 total dependents

Mail::SPF::Base is a common base class for all Mail::SPF classes. Constructor The following constructor is provided: new(%options): returns *Mail::SPF::Base* Creates a new object of the class on which the constructor was invoked. The provided options...

MBRADSHAW/Mail-SPF-3.20240206 - 06 Feb 2024 02:13:21 UTC

Mail::SPF::Query - query Sender Policy Framework for an IP,email,helo River stage one • 1 direct dependent • 1 total dependent

There are two ways to use Mail::SPF::Query. Your choice depends on whether the domains your server is an MX for have secondary MXes which your server doesn't know about. The first and more common style, calling ->result(), is suitable when all mail i...

JMEHNLE/Mail-SPF-Query-1.999.1 - 26 Feb 2006 19:39:26 UTC

Mail::SPF::Server - Server class for processing SPF requests River stage one • 1 direct dependent • 2 total dependents

Mail::SPF::Server is a server class for processing SPF requests. Each server instance can be configured with specific processing parameters. Also, the default *Net::DNS::Resolver* DNS resolver used for making DNS look-ups can be overridden with a cus...

MBRADSHAW/Mail-SPF-3.20240206 - 06 Feb 2024 02:13:21 UTC

Mail::SPF::Record - Abstract base class for SPF records River stage one • 1 direct dependent • 2 total dependents

Mail::SPF::Record is an abstract base class for SPF records. It cannot be instantiated directly. Create an instance of a concrete sub-class instead. Constructor The following constructors are provided: new(%options): returns *Mail::SPF::Record* Creat...

MBRADSHAW/Mail-SPF-3.20240206 - 06 Feb 2024 02:13:21 UTC

Mail::SPF::Result - SPF result class River stage one • 1 direct dependent • 2 total dependents

An object of class Mail::SPF::Result represents the result of an SPF request. There is usually no need to construct an SPF result object directly using the "new" constructor. Instead, use the "throw" class method to signal to the calling code that a ...

MBRADSHAW/Mail-SPF-3.20240206 - 06 Feb 2024 02:13:21 UTC

Mail::SPF::Mech::A - SPF record a mechanism class River stage one • 1 direct dependent • 2 total dependents

An object of class Mail::SPF::Mech::A represents an SPF record mechanism of type "a". Constructors The following constructors are provided: new(%options): returns *Mail::SPF::Mech::A* Creates a new SPF record "a" mechanism object. %options is a list ...

MBRADSHAW/Mail-SPF-3.20240206 - 06 Feb 2024 02:13:21 UTC

Mail::SPF::Request - SPF request class River stage one • 1 direct dependent • 2 total dependents

An object of class Mail::SPF::Request represents an SPF request. Constructors The following constructors are provided: new(%options): returns *Mail::SPF::Request* Creates a new SPF request object. The request is considered the *root-request* for any ...

MBRADSHAW/Mail-SPF-3.20240206 - 06 Feb 2024 02:13:21 UTC

Mail::SPF::Mod::Exp - SPF record exp modifier class River stage one • 1 direct dependent • 2 total dependents

An object of class Mail::SPF::Mod::Exp represents an SPF record modifier of type "exp". Constructors The following constructors are provided: new(%options): returns *Mail::SPF::Mod::Exp* Creates a new SPF record "exp" modifier object. %options is a l...

MBRADSHAW/Mail-SPF-3.20240206 - 06 Feb 2024 02:13:21 UTC

Mail::SPF::Mech::MX - SPF record mx mechanism class River stage one • 1 direct dependent • 2 total dependents

An object of class Mail::SPF::Mech::MX represents an SPF record mechanism of type "mx". Constructors The following constructors are provided: new(%options): returns *Mail::SPF::Mech::MX* Creates a new SPF record "mx" mechanism object. %options is a l...

MBRADSHAW/Mail-SPF-3.20240206 - 06 Feb 2024 02:13:21 UTC

Mail::SPF::Iterator - iterative SPF lookup River stage one • 1 direct dependent • 1 total dependent

This module provides an iterative resolving of SPF records. Contrary to Mail::SPF, which does blocking DNS lookups, this module just returns the DNS queries and later expects the responses. Lookup of the DNS records will be done outside of the module...

SULLR/Mail-SPF-Iterator-1.120 - 26 Feb 2021 12:39:07 UTC

Mail::SPF::Mech::IP4 - SPF record ip4 mechanism class River stage one • 1 direct dependent • 2 total dependents

An object of class Mail::SPF::Mech::IP4 represents an SPF record mechanism of type "ip4". Constructors The following constructors are provided: new(%options): returns *Mail::SPF::Mech::IP4* Creates a new SPF record "ip4" mechanism object. %options is...

MBRADSHAW/Mail-SPF-3.20240206 - 06 Feb 2024 02:13:21 UTC

Mail::SPF::Mech::PTR - SPF record ptr mechanism class River stage one • 1 direct dependent • 2 total dependents

An object of class Mail::SPF::Mech::PTR represents an SPF record mechanism of type "ptr". Constructors The following constructors are provided: new(%options): returns *Mail::SPF::Mech::PTR* Creates a new SPF record "ptr" mechanism object. %options is...

MBRADSHAW/Mail-SPF-3.20240206 - 06 Feb 2024 02:13:21 UTC

Mail::SPF::Mech::IP6 - SPF record ip6 mechanism class River stage one • 1 direct dependent • 2 total dependents

An object of class Mail::SPF::Mech::IP6 represents an SPF record mechanism of type "ip6". Constructors The following constructors are provided: new(%options): returns *Mail::SPF::Mech::IP6* Creates a new SPF record "ip6" mechanism object. %options is...

MBRADSHAW/Mail-SPF-3.20240206 - 06 Feb 2024 02:13:21 UTC

Mail::SPF::Mech::All - SPF record all mechanism class River stage one • 1 direct dependent • 2 total dependents

An object of class Mail::SPF::Mech::All represents an SPF record mechanism of type "all". Constructors The following constructors are provided: new: returns *Mail::SPF::Mech::All* Creates a new SPF record "all" mechanism object. %options is a list of...

MBRADSHAW/Mail-SPF-3.20240206 - 06 Feb 2024 02:13:21 UTC
65 results (0.033 seconds)