Query: mail::spamassassin::util::registrarboundaries
OS: centos
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Mail::SpamAssassin::Util::RegistrarBoundaries(3) User Contributed Perl Documentation Mail::SpamAssassin::Util::RegistrarBoundaries(3)NAMEMail::SpamAssassin::Util::RegistrarBoundaries - domain delegation rulesMETHODS($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.16.3 2011-06-06 Mail::SpamAssassin::Util::RegistrarBoundaries(3)
Related Man Pages |
---|
domain(8) - suse |
mail::spf::util5.18(3) - mojave |
mail::spamassassin::util(3) - suse |
domain(8) - centos |
mail::message::wrapper::spamassassin(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
Best performance UNIX just for HOST Virtualization? |
How to increment version inside a file? |
DB2 convert digits to binary format |
CentOS7 restoring file capabilities |
Shopt -s histappend |