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

/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{
[all...]

Completed in 6 milliseconds