| $text{'mod_alias_from'} | $text{'mod_alias_status'} | $text{'mod_alias_to'} |
\n";
$len = @{$_[0]} + 1;
for($i=0; $i<$len; $i++) {
if ($_[0]->[$i]->{'words'}->[0] =~ /^(permanent|temp|seeother|gone|\d+)$/) {
$stat = $_[0]->[$i]->{'words'}->[0];
$from = $_[0]->[$i]->{'words'}->[1];
$to = $_[0]->[$i]->{'words'}->[2];
if ($alias_statmap{$stat}) { $stat = $alias_statmap{$stat}; }
}
else {
$stat = "";
$from = $_[0]->[$i]->{'words'}->[0];
$to = $_[0]->[$i]->{'words'}->[1];
}
$rv .= "