From c81ff6b6a0c58e927c61d59b03f142f400e31ef4 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sat, 24 Apr 2004 12:01:04 +0000 Subject: Remove get_remailers since get_addresses does almost the same. Make sure we do not create empty key hashes in metadata. --- Echolot/Fromlines.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Echolot/Fromlines.pm') diff --git a/Echolot/Fromlines.pm b/Echolot/Fromlines.pm index 6d16571..095cf3d 100644 --- a/Echolot/Fromlines.pm +++ b/Echolot/Fromlines.pm @@ -26,7 +26,7 @@ sub build_fromlines() { return 1 unless Echolot::Config::get()->{'fromlines'}; my $data; - my @remailers = Echolot::Globals::get()->{'storage'}->get_remailers(); + my @remailers = Echolot::Globals::get()->{'storage'}->get_addresses(); for my $remailer (@remailers) { next unless $remailer->{'showit'}; -- cgit v1.2.3