From 73d2847fe82fca59aaebd4781b0427c905931b78 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Fri, 6 Jun 2003 09:33:15 +0000 Subject: Do not list middleman remailers --- Echolot/Fromlines.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Echolot') diff --git a/Echolot/Fromlines.pm b/Echolot/Fromlines.pm index 1a6b50b..4854fe3 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.9 2003/03/02 20:49:02 weasel Exp $ +# $Id: Fromlines.pm,v 1.10 2003/06/06 09:33:15 weasel Exp $ # =pod @@ -35,6 +35,7 @@ sub build_fromlines() { next unless defined $nick; my $caps = Echolot::Globals::get()->{'storage'}->get_capabilities($addr); my $middleman = $caps =~ m/\bmiddle\b/; + next if $middleman; for my $user_supplied (0, 1) { -- cgit v1.2.3