diff options
author | Peter Palfrader <peter@palfrader.org> | 2003-02-21 06:09:39 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2003-02-21 06:09:39 +0000 |
commit | 512e2428f0f4cbdc0d36fe28401012130256f130 (patch) | |
tree | b12eb8592000029528fdab306d06dd8d36a31447 /templates/fromlinesindex.html | |
parent | 681ccf7171a4427a2d6e6ad954712f41a90057dd (diff) |
Add some text
Diffstat (limited to 'templates/fromlinesindex.html')
-rw-r--r-- | templates/fromlinesindex.html | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/templates/fromlinesindex.html b/templates/fromlinesindex.html index 6dd3d5c..cef314c 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.2 2003/02/20 14:04:25 weasel Exp $ --> + <!-- $Id: fromlinesindex.html,v 1.3 2003/02/21 06:09:39 weasel Exp $ --> </head> <body> <h1>From Headers [<TMPL_VAR NAME="SITE_NAME">]</h1> @@ -12,9 +12,14 @@ <a href="./">Up</a> <h2>Default From: Headers</h2> + <p> -<table border=1> +The default From headers of all remailers when sending e-mail. Middleman +remaielers are also listed here with the tag <em>Middleman</em> for your +convenience. +<p> +<table border=1> <tr><tr><th>nick</th><th>From Line</th><th>type</th></tr> <TMPL_LOOP NAME="default"> @@ -30,6 +35,13 @@ </table> <h2>User Supplied From: Headers</h2> + +<p> +If messages sent with a user supplied From header differ from those +without, the remailer is listed here. The difference can either +be an additional disclaimer, really allowing (partial) From headers, +etc. + <p> <table border=1> |