1Net::DNS::RR::MINFO(3)User Contributed Perl DocumentationNet::DNS::RR::MINFO(3)
2
3
4

NAME

6       Net::DNS::RR::MINFO - DNS MINFO resource record
7

SYNOPSIS

9           use Net::DNS;
10           $rr = new Net::DNS::RR('name MINFO rmailbx emailbx');
11

DESCRIPTION

13       Class for DNS Mailbox Information (MINFO) resource records.
14

METHODS

16       The available methods are those inherited from the base class augmented
17       by the type-specific methods defined in this package.
18
19       Use of undocumented package features or direct access to internal data
20       structures is discouraged and could result in program termination or
21       other unpredictable behaviour.
22
23   rmailbx
24           $rmailbx = $rr->rmailbx;
25
26       A domain name  which specifies a mailbox which is responsible for the
27       mailing list or mailbox.  If this domain name names the root, the owner
28       of the MINFO RR is responsible for itself. Note that many existing
29       mailing lists use a mailbox X-request to identify the maintainer of
30       mailing list X, e.g., Msgroup-request for Msgroup.  This field provides
31       a more general mechanism.
32
33   emailbx
34           $emailbx = $rr->emailbx;
35
36       A domain name  which specifies a mailbox which is to receive error
37       messages related to the mailing list or mailbox specified by the owner
38       of the MINFO RR (similar to the ERRORS-TO: field which has been
39       proposed).  If this domain name names the root, errors should be
40       returned to the sender of the message.
41
43       Copyright (c)1997-2002 Michael Fuhr.
44
45       Package template (c)2009,2012 O.M.Kolkman and R.W.Franks.
46
47       All rights reserved.
48
49       This program is free software; you may redistribute it and/or modify it
50       under the same terms as Perl itself.
51

SEE ALSO

53       perl, Net::DNS, Net::DNS::RR, RFC1035 Section 3.3.7
54
55
56
57perl v5.16.3                      2012-12-28            Net::DNS::RR::MINFO(3)
Impressum