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 ++- templates/fromlinesindex.html | 5 ++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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) { diff --git a/templates/fromlinesindex.html b/templates/fromlinesindex.html index 2cde2bf..a774d6f 100644 --- a/templates/fromlinesindex.html +++ b/templates/fromlinesindex.html @@ -3,7 +3,7 @@ From Headers [<TMPL_VAR NAME="SITE_NAME">] "> - +

From Headers []

@@ -15,8 +15,7 @@

The default From headers of all remailers when sending e-mail. Middleman -remailers are also listed here with the tag Middleman for your -convenience. +remailers are not listed here.

-- cgit v1.2.3