summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2003-06-06 09:33:15 +0000
committerPeter Palfrader <peter@palfrader.org>2003-06-06 09:33:15 +0000
commit73d2847fe82fca59aaebd4781b0427c905931b78 (patch)
tree40e5c96a4d5d8d24c4675cdae700404708a3d15a
parent34eb364e3a9a9a7a47e82130a202aa147c49819f (diff)
Do not list middleman remailers
-rw-r--r--Echolot/Fromlines.pm3
-rw-r--r--templates/fromlinesindex.html5
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 <peter@palfrader.org>
-# $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 @@
<title>From Headers [<TMPL_VAR NAME="SITE_NAME">]</title>
<META HTTP-EQUIV="Expires" CONTENT="<TMPL_VAR NAME="EXPIRES">">
<link href="echolot.css" rel="stylesheet" type="text/css">
- <!-- $Id: fromlinesindex.html,v 1.7 2003/03/02 20:49:02 weasel Exp $ -->
+ <!-- $Id: fromlinesindex.html,v 1.8 2003/06/06 09:33:15 weasel Exp $ -->
</head>
<body>
<h1>From Headers [<TMPL_VAR NAME="SITE_NAME">]</h1>
@@ -15,8 +15,7 @@
<p>
The default From headers of all remailers when sending e-mail. Middleman
-remailers are also listed here with the tag <em>Middleman</em> for your
-convenience.
+remailers are not listed here.
<p>
<table border=1>