mail::spamassassin::util::registrarboundaries(3) suse man page | unix.com

Man Page: mail::spamassassin::util::registrarboundaries

Operating Environment: suse

Section: 3

Mail::SpamAssassin::Util::RegistrarBoundaries(3)	User Contributed Perl Documentation	  Mail::SpamAssassin::Util::RegistrarBoundaries(3)

       ($hostname, $domain) = split_domain ($fqdn)
	   Cut a fully-qualified hostname into the hostname part and the domain part, splitting at the DNS registry boundary.

	   Examples:

	       "www.foo.com" => ( "www", "foo.com" )
	       "www.foo.co.uk" => ( "www", "foo.co.uk" )

       $domain = trim_domain($fqdn)
	   Cut a fully-qualified hostname into the hostname part and the domain part, returning just the domain.

	   Examples:

	       "www.foo.com" => "foo.com"
	       "www.foo.co.uk" => "foo.co.uk"

       $ok = is_domain_valid($dom)
	   Return 1 if the domain is valid, "undef" otherwise.	A valid domain (a) does not contain whitespace, (b) contains at least one dot, and
	   (c) uses a valid TLD or ccTLD.

perl v5.12.1							    2010-03-16			  Mail::SpamAssassin::Util::RegistrarBoundaries(3)
Related Man Pages
mail::spf::util5.18(3) - mojave
domain(8) - redhat
mail::spamassassin::util(3) - suse
mail::spf::util(3) - centos
mail::spamassassin::util(3pm) - debian
Similar Topics in the Unix Linux Community
Change directory error
Getting command output to putty window title.
Migrating to UNIX
The Future of the PM (Private Message) System at UNIX.com
Shopt -s histappend