From 088b41a8360ace17f2bc41d1a3b325ab54fe669c Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Tue, 18 Feb 2003 10:30:35 +0000 Subject: Only have showit remailers in From lines --- Echolot/Fromlines.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Echolot/Fromlines.pm b/Echolot/Fromlines.pm index da414e5..d092f21 100644 --- a/Echolot/Fromlines.pm +++ b/Echolot/Fromlines.pm @@ -1,7 +1,7 @@ package Echolot::Fromlines; # (c) 2002 Peter Palfrader -# $Id: Fromlines.pm,v 1.2 2003/02/18 06:57:07 weasel Exp $ +# $Id: Fromlines.pm,v 1.3 2003/02/18 10:30:35 weasel Exp $ # =pod @@ -29,6 +29,7 @@ sub build_fromlines() { my @remailers = Echolot::Globals::get()->{'storage'}->get_remailers(); for my $remailer (@remailers) { + next unless $remailer->{'showit'}; my $addr = $remailer->{'address'}; my $nick = Echolot::Globals::get()->{'storage'}->get_nick($addr); next unless defined $nick; -- cgit v1.2.3