Search results for "module:Mail::SPF::Result"

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 ...

JMEHNLE/Mail-SPF-v2.9.0 - 22 Jul 2013 03:56:38 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...

JMEHNLE/Mail-SPF-v2.9.0 - 22 Jul 2013 03:56:38 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): ...

JMEHNLE/Mail-SPF-v2.9.0 - 22 Jul 2013 03:56:38 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 - 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...

JMEHNLE/Mail-SPF-v2.9.0 - 22 Jul 2013 03:56:38 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...

JMEHNLE/Mail-SPF-v2.9.0 - 22 Jul 2013 03:56:38 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...

JMEHNLE/Mail-SPF-v2.9.0 - 22 Jul 2013 03:56:38 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...

JMEHNLE/Mail-SPF-v2.9.0 - 22 Jul 2013 03:56:38 UTC

Mail::BIMI - BIMI object River stage zero No dependents

Brand Indicators for Message Identification (BIMI) retrieval, validation, and processing...

MBRADSHAW/Mail-BIMI-3.20231123 - 23 Nov 2023 00:43:03 UTC

Mail::DMARC - Perl implementation of DMARC River stage one • 2 direct dependents • 3 total dependents

This module is a suite of tools for implementing DMARC. It adheres to the 2013 DMARC draft, intending to implement every MUST and every SHOULD. This module can be used by... * MTAs and filtering tools like SpamAssassin to validate that incoming messa...

MBRADSHAW/Mail-DMARC-1.20230215 - 15 Feb 2023 00:10:34 UTC

Mail::DMARC::Result - an aggregate report result object River stage one • 2 direct dependents • 3 total dependents

MBRADSHAW/Mail-DMARC-1.20230215 - 15 Feb 2023 00:10:34 UTC

Mail::SPF::MacroString - SPF record macro string class River stage one • 1 direct dependent • 2 total dependents

An object of class Mail::SPF::MacroString represents a macro string that can be expanded to a plain string in the context of an SPF request. Constructor The following constructor is provided: new(%options): returns *Mail::SPF::MacroString* Creates a ...

JMEHNLE/Mail-SPF-v2.9.0 - 22 Jul 2013 03:56:38 UTC

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

An object of class Mail::SPF::Test::Case represents a single test case within an SPF test-suite scenario. Constructors The following constructors are provided: new(%options): returns *Mail::SPF::Test::Case* Creates a new SPF test-suite test case obje...

JMEHNLE/Mail-SPF-Test-v1.001 - 30 May 2007 20:51:10 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::Mod::Redirect - SPF record redirect modifier class River stage one • 1 direct dependent • 2 total dependents

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

JMEHNLE/Mail-SPF-v2.9.0 - 22 Jul 2013 03:56:38 UTC

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

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

JMEHNLE/Mail-SPF-v2.9.0 - 22 Jul 2013 03:56:38 UTC

Mail::DKIM::Iterator - Iterative DKIM validation or signing. River stage one • 1 direct dependent • 1 total dependent

With this module one can validate DKIM Signatures in mails and also create DKIM signatures for mails. The main difference to Mail::DKIM is that the validation can be done iterative, that is the mail can be streamed into the object and if DNS lookups ...

SULLR/Mail-DKIM-Iterator-1.010 - 26 Feb 2021 12:32:06 UTC

Mail::DMARC::Policy - a DMARC policy in object format River stage one • 2 direct dependents • 3 total dependents

MBRADSHAW/Mail-DMARC-1.20230215 - 15 Feb 2023 00:10:34 UTC

Mail::DMARC::PurePerl - Pure Perl implementation of DMARC River stage one • 2 direct dependents • 3 total dependents

MBRADSHAW/Mail-DMARC-1.20230215 - 15 Feb 2023 00:10:34 UTC

Mail::DMARC::Iterator - Iterativ DMARC validation for mails. River stage zero No dependents

This module can be used to validate mails against DMARC policies like specified in RFC 7208. The main difference to Mail::DMARC is that it does no blocking operations. Instead it implements a state machine where user input is fed into and instruction...

SULLR/Mail-DMARC-Iterator-0.014 - 26 Feb 2021 12:36:16 UTC
33 results (0.102 seconds)