Improve error message for failed recipient detection

This commit is contained in:
Chris 2024-03-15 14:36:10 +00:00
parent fdf05ec8e8
commit 3c1832cf05

View File

@ -148,8 +148,7 @@ sub deliver {
# This should never happen.
} else {
# IMPOSSIBRU!
return $self -> self_error("עזרה, אני נאלצת לעמול במכרות של קידוד");
return $self -> self_error("No recipient information available");
}
$to .= "," if($to);