Home
last modified time | relevance | path

Searched refs:trhost (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sendmail/contrib/
H A Dexpn.pl307 … if (&trhost($newmxhost) eq &trhost($server) || ($levels && $level{"$u *** $server"} >= $levels)) {
520 $mx{&trhost($oldhost)} = $newhost;
590 if (($u =~ /(.+)@(.+)/) && (&trhost($2) eq &trhost($server))) {
869 $host = &trhost($host);
904 sub trhost subroutine
908 local($trhost) = $host;
909 $trhost =~ tr/A-Z/a-z/;
910 if ($trhost{$trhost}) {
911 $host = $trhost{$trhost};
913 $trhost{$trhost} = $host;
[all …]