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

/freebsd-12-stable/contrib/amd/scripts/
H A Dexpn.1481 local($us,$fallhost,$oldhost,$ft,$i);
505 $oldhost = $fallhost;
508 $oldhost = $mxbacktrace{$us};
511 $oldhost = $host;
513 print "$oldhost\n" if $debug;
514 if (((defined $fall_table{$us}) && ($ft = $us)) || ((defined $fall_table{$oldhost}) && ($ft = $oldhost))) {
519 print "Falling back ($method) $us -> $newhost (from $oldhost)\n" if $debug;
522 if (defined $mxbacktrace{"$user *** $oldhost"}) {
523 print "resetting oldhost
[all...]
H A Dexpn.in480 local($us,$fallhost,$oldhost,$ft,$i);
504 $oldhost = $fallhost;
507 $oldhost = $mxbacktrace{$us};
510 $oldhost = $host;
512 print "$oldhost\n" if $debug;
513 if (((defined $fall_table{$us}) && ($ft = $us)) || ((defined $fall_table{$oldhost}) && ($ft = $oldhost))) {
518 print "Falling back ($method) $us -> $newhost (from $oldhost)\n" if $debug;
521 if (defined $mxbacktrace{"$user *** $oldhost"}) {
522 print "resetting oldhost
[all...]
/freebsd-12-stable/contrib/sendmail/contrib/
H A Dexpn.pl471 local($us,$fallhost,$oldhost,$ft,$i);
495 $oldhost = $fallhost;
498 $oldhost = $mxbacktrace{$us};
501 $oldhost = $host;
503 print "$oldhost\n" if $debug;
504 if (((defined $fall_table{$us}) && ($ft = $us)) || ((defined $fall_table{$oldhost}) && ($ft = $oldhost))) {
509 print "Falling back ($method) $us -> $newhost (from $oldhost)\n" if $debug;
512 if (defined $mxbacktrace{"$user *** $oldhost"}) {
513 print "resetting oldhost
[all...]

Completed in 277 milliseconds