Mail::SPF::Mech::IP6
NAMEDESCRIPTION
SEE ALSO
AUTHORS
NAME
Mail::SPF::Mech::IP6 − SPF record "ip6" mechanism class
DESCRIPTION
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 a list of key/value pairs representing any of the
following options:
qualifier
ip_network
See "new" in Mail::SPF::Mech.
new_from_string($text,
%options): returns Mail::SPF::Mech::IP6; throws
Mail::SPF::ENothingToParse,
Mail::SPF::EInvalidMech
Creates a new SPF record "ip6" mechanism object by parsing the string and any options given.
Class
methods
The following class methods are provided:
default_qualifier
default_ipv6_prefix_length
qualifier_pattern
See "Class methods" in Mail::SPF::Mech.
name: returns string
Returns ’ip6’.
name_pattern: returns Regexp
Returns a regular expression that matches a mechanism name of ’ip6’.
Instance
methods
The following instance methods are provided:
text
qualifier
params
stringify
See "Instance methods" in Mail::SPF::Mech.
ip_network: returns NetAddr::IP
Returns the IP address network parameter of the mechanism.
match($server, $request): returns boolean
Returns true if the mechanism’s "ip_network" equals or contains the given request’s IP address, or false otherwise. See RFC 4408, 5.6, for details.
SEE ALSO
Mail::SPF, Mail::SPF::Record, Mail::SPF::Term, Mail::SPF::Mech
<http://www.ietf.org/rfc/rfc4408.txt>
For availability, support, and license information, see the README file included with Mail::SPF.
AUTHORS
Julian Mehnle <julian@mehnle.net>, Shevek <cpan@anarres.org>
More Linux Commands
manpages/Tk_AllocCursorFromObj.3.html
Tk_AllocCursorFromObj(3) - maintain database of cursors.....
These procedures manage a collection of cursors being used by an application. The procedures allow cursors to be re-used efficiently, thereby avoiding server ov
manpages/XTimeCoord.3.html
XTimeCoord(3) - send events and pointer motion history struc
The XSendEvent function identifies the destination window, determines which clients should receive the specified events, and ignores any active grabs. This func
manpages/pam_securetty.8.html
pam_securetty(8) - Limit root login to special devices......
pam_securetty is a PAM module that allows root logins only if the user is logging in on a secure tty, as defined by the listing in /etc/securetty. pam_securetty
manpages/DisplayWidth.3.html
DisplayWidth(3) - image format functions and macros.........
The XListPixmapFormats function returns an array of XPixmapFormatValues structures that describe the types of Z format images supported by the specified display
manpages/XTestSetVisualIDOfVisual.3.html
XTestSetVisualIDOfVisual(3) - XTest extension functions.....
This extension is a minimal set of client and server extensions required to completely test the X11 server with no user intervention. This extension is not inte
manpages/raise.n.html
raise(n) - Change a window's position in the stacking order
If the aboveThis argument is omitted then the command raises window so that it is above all of its siblings in the stacking order (it will not be obscured by an
manpages/systemctl.1.html
systemctl(1) - Control the systemd system and service manage
systemctl may be used to introspect and control the state of the systemd(1) system and service manager. OPTIONS The following options are understood: -t, --type
manpages/TIFFsize.3tiff.html
TIFFsize(3tiff) - return the size of various items associate
TIFFScanlineSize returns the size in bytes of a row of data as it would be returned in a call to TIFFReadScanline, or as it would be expected in a call to TIFFW
manpages/chroot.2.html
chroot(2) - change root directory - Linux manual page.......
chroot() changes the root directory of the calling process to that specified in path. This directory will be used for pathnames beginning with /. The root direc
manpages/FcFreeTypeCharSetAndSpacing.3.html
FcFreeTypeCharSetAndSpacing(3) - compute unicode coverage an
FcFreeTypeCharSetAndSpacing.3 - Scans a FreeType face and returns the set of encoded Unicode chars. This scans several encoding tables to build as complete a li
manpages/clnt_sperror.3.html
clnt_sperror(3) - library routines for remote procedure call
These routines allow C programs to make procedure calls on other machines across the network. First, the client calls a procedure to send a data packet to the s
manpages/Mail::SPF::Mech::All.3pm.html
Mail::SPF::Mech::All(3pm) - 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:
