Query: mail::spf::term
OS: osx
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Mail::SPF::Term(3) User Contributed Perl Documentation Mail::SPF::Term(3)NAMEMail::SPF::Term - SPF record term classDESCRIPTIONAn 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 Mail::SPF::Term Abstract. Creates a new SPF record term object. %options is a list of key/value pairs, however Mail::SPF::Term itself specifies no constructor options. new_from_string($text, %options): returns Mail::SPF::Term; throws Mail::SPF::ENothingToParse, Mail::SPF::EInvalidTerm Abstract. Creates a new SPF record term object by parsing the string and any options given. Class methods The following class methods are provided: name_pattern: returns Regexp Returns a regular expression that matches any legal name for an SPF record term. Instance methods The following instance methods are provided: text: returns string; throws Mail::SPF::ENoUnparsedText Returns the unparsed text of the term. Throws a Mail::SPF::ENoUnparsedText exception if the term was created synthetically instead of being parsed, and no text was provided. name: returns string Abstract. Returns the name of the term.SEE ALSOMail::SPF, Mail::SPF::Record, Mail::SPF::Mech, Mail::SPF::Mod <http://tools.ietf.org/html/rfc4408> For availability, support, and license information, see the README file included with Mail::SPF.AUTHORSJulian Mehnle <julian@mehnle.net>, Shevek <cpan@anarres.org> perl v5.16.2 2013-08-25 Mail::SPF::Term(3)
Related Man Pages |
---|
mail::spf::mech::exists(3) - osx |
mail::spf::mech::all(3) - osx |
mail::spf::term(3) - suse |
mail::spf::term(3) - centos |
mail::spf::term(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
Selecting unknown string. |
Mail bombing |
Help in simplifying a sed command |
Solaris E-Mail Notifications ?! |
Create html <ui> <li> by parsing text file |