Search results for "module:Mail::SPF::Server"
Mail::SPF::Server - Server class for processing SPF requests
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::Util - Mail::SPF utility class
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...
JMEHNLE/Mail-SPF-v2.9.0 - 22 Jul 2013 03:56:38 UTC
Mail::SPF::Result - SPF result class
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
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
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::Request - SPF request class
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 ...
JMEHNLE/Mail-SPF-v2.9.0 - 22 Jul 2013 03:56:38 UTC
Mail::SPF - An object-oriented implementation of Sender Policy Framework
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::Mech::A - SPF record a mechanism class
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 ...
JMEHNLE/Mail-SPF-v2.9.0 - 22 Jul 2013 03:56:38 UTC
Mail::SPF::Mech::MX - SPF record mx mechanism class
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...
JMEHNLE/Mail-SPF-v2.9.0 - 22 Jul 2013 03:56:38 UTC
Mail::SPF::Mod::Exp - SPF record exp modifier class
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::Record - Abstract base class for SPF records
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::SPF::Mech::IP4 - SPF record ip4 mechanism class
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...
JMEHNLE/Mail-SPF-v2.9.0 - 22 Jul 2013 03:56:38 UTC
Mail::SPF::Mech::IP6 - SPF record ip6 mechanism class
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...
JMEHNLE/Mail-SPF-v2.9.0 - 22 Jul 2013 03:56:38 UTC
Mail::SPF::Mech::All - SPF record all mechanism class
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...
JMEHNLE/Mail-SPF-v2.9.0 - 22 Jul 2013 03:56:38 UTC
Mail::SPF::Mech::PTR - SPF record ptr mechanism class
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...
JMEHNLE/Mail-SPF-v2.9.0 - 22 Jul 2013 03:56:38 UTC
Mail::SRS - Interface to Sender Rewriting Scheme
The Sender Rewriting Scheme preserves .forward functionality in an SPF-compliant world. SPF requires the SMTP client IP to match the envelope sender (return-path). When a message is forwarded through an intermediate server, that intermediate server m...
SHEVEK/Mail-SRS-0.31 - 19 Oct 2004 15:51:16 UTC
Mail::SPF::MacroString - SPF record macro string class
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::Decency - Anti-Spam fighting framework
Mail::Decency is an interface between postfix (MTA), a bunch of policies (eg DNSBL, SPF, ..), multiple content filters (eg DSPAM, Bogofilter, ClamAV, DKIM validation, ...) and a log parser. It is based on POE and Moose and runs as a daemon with multi...
UKAUTZ/Mail-Decency-0.1.6 - 12 Jul 2010 10:31:40 UTC
Mail::SPF::Mech::Exists - SPF record exists mechanism class
An object of class Mail::SPF::Mech::Exists represents an SPF record mechanism of type "exists". Constructors The following constructors are provided: new(%options): returns *Mail::SPF::Mech::Exists* Creates a new SPF record "exists" mechanism object....
JMEHNLE/Mail-SPF-v2.9.0 - 22 Jul 2013 03:56:38 UTC
Mail::SPF::Mech::Include - SPF record include mechanism class
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