diff --git a/cgi-bin/sa_report.cgi b/cgi-bin/sa_report.cgi index c65b888..5f2f9ad 100755 --- a/cgi-bin/sa_report.cgi +++ b/cgi-bin/sa_report.cgi @@ -1833,7 +1833,7 @@ sub set_direction ###### Now check for destination # If the recipient relay is localhost, it should be distributed internally - if (grep(/^$STATS{$id}{rcpt_relay}[$i]$/, 'localhost', 'uucp')) { + if (grep(/^$STATS{$id}{rcpt_relay}[$i]$/, 'localhost')) { $direction .= 'Int'; # If this host is a mail gateway and the recipient relay match one of # our destination hub lets say it should be distributed internally diff --git a/sa_cache b/sa_cache index 7397dca..13e70c9 100644 --- a/sa_cache +++ b/sa_cache @@ -3762,7 +3762,7 @@ sub set_direction ###### Now check for destination # If the recipient relay is localhost, it should be distributed internally - if (grep(/^$STATS->{$id}{rcpt_relay}[$i]$/, 'localhost', 'uucp')) { + if (grep(/^$STATS->{$id}{rcpt_relay}[$i]$/, 'localhost')) { $direction .= 'Int'; # If this host is a mail gateway and the recipient relay match one of # our destination hub lets say it should be distributed internally