1Net::DNS::RR::SPF(3) User Contributed Perl Documentation Net::DNS::RR::SPF(3)
2
3
4
6 Net::DNS::RR::SPF - DNS SPF resource record
7
9 use Net::DNS;
10 $rr = new Net::DNS::RR('name SPF spfdata ...');
11
13 Class for DNS Sender Policy Framework (SPF) resource records.
14
15 SPF records inherit most of the properties of the Net::DNS::RR::TXT
16 class.
17
19 The available methods are those inherited from the base class augmented
20 by the type-specific methods defined in this package.
21
22 Use of undocumented package features or direct access to internal data
23 structures is discouraged and could result in program termination or
24 other unpredictable behaviour.
25
26 spfdata
27 $string = $rr->spfdata;
28
29 "spfdata" returns the policy text as a single string, regardless of the
30 actual number of elements.
31
33 Copyright (c)2005 Olaf Kolkman, NLnet Labs.
34
35 Package template (c)2009,2012 O.M.Kolkman and R.W.Franks.
36
37 All rights reserved.
38
39 This program is free software; you may redistribute it and/or modify it
40 under the same terms as Perl itself.
41
43 perl, Net::DNS, Net::DNS::RR, Net::DNS::RR::TXT, RFC4408
44
45
46
47perl v5.16.3 2012-12-28 Net::DNS::RR::SPF(3)