diff options
Diffstat (limited to 'lib/Fripost/Schema')
-rw-r--r-- | lib/Fripost/Schema/Domain.pm | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/lib/Fripost/Schema/Domain.pm b/lib/Fripost/Schema/Domain.pm index 5e25c22..738df0c 100644 --- a/lib/Fripost/Schema/Domain.pm +++ b/lib/Fripost/Schema/Domain.pm @@ -383,11 +383,13 @@ sub canIAdd { -=item B<list_admin_emails> (I<domainname>, I<OPTIONS>) +=item B<list_owner_emails> (I<domainname>, I<OPTIONS>) -Search for postmaster e-mail addresses for I<domainname>. For -I<domainname> itself and each of its parents, this routine searches for -a valid WHOIS containing e-mails, and lists postmaster@hostname (RFC +Search for the e-mail addresses of the person(s) who registered +I<domainname> to a registar, hence who can claim "owning" this domain. + +For I<domainname> itself and each of its parents, this routine searches +for a valid WHOIS containing e-mails, and lists postmaster@hostname (RFC 822, appendix C.6) if hostname has a MX record and does not use ours yet. @@ -396,7 +398,7 @@ B<Fripost::Schema::Util> for details. =cut -sub list_admin_emails { +sub list_owner_emails { my $self = shift; my $domainname = shift; my %options = @_; |