]> git.deb.at Git - pkg/t-prot.git/blobdiff - t-prot.1
Imported Debian patch 2.14-1
[pkg/t-prot.git] / t-prot.1
index 035f9b975cad773157ef0891848a9d5fb0bd6e73..e03cffaa4c91ebbc9efcad785f9dbc78660b223d 100644 (file)
--- a/t-prot.1
+++ b/t-prot.1
@@ -1,4 +1,4 @@
-.\" $Id: t-prot.1,v 1.148 2010/02/07 14:31:14 jochen Exp $
+.\" $Id: t-prot.1,v 1.151 2010/02/07 22:10:06 jochen Exp $
 .\"
 .TH T-PROT "1" "February 2010" "T-PROT"
 .SH NAME
@@ -7,10 +7,13 @@ t-prot \- TOFU Protection - Display Filter for RFC 5322 messages
 .BI "t\-prot [" OPTIONS "]..."
 .SH DESCRIPTION
 .PP
-This program is a filter to improve the readability of
+This program is a filter to improve the readability of internet
 messages (emails and usenet posts) by *hiding* some annoying parts,
 e.g. mailing list footers, signatures, and TOFU (see definition below),
 as well as squeezing sequences of blank lines or punctuation.
+The program also detects TOFU or a high quoting ratio in a message (so
+you may take appropriate action, e.g. when submitting messages to a mailing
+list or a news server).
 .br
 The filter is written in Perl and relies on input to be a single
 message conforming to RFC 822 or its successors, RFC 2822 and RFC 5322.
@@ -23,7 +26,9 @@ messages).
 .PP
 For easy usage, you can include the file muttrc.t\-prot in your
 ~/.muttrc. Also coming with the t-prot package is the example S-Lang
-macro t\-prot.sl for using t-prot from within slrn.
+macro t\-prot.sl for using t-prot from within slrn. There is a
+proof\-of\-concept filter for INN2, which you will have to adapt to
+the needs of the news site you host (please see the file for details).
 .SH OPTIONS
 .TP
 .BR "\-A" =DIRECTORY
@@ -65,7 +70,7 @@ Blocks of quotes with more than n lines will be shrunk to x lines.
 Defaults are 30 for n and 10 for x.
 .TP
 .B "\-\-body"
-Input consists just of the message's body. There are no RFC 2822 header
+Input consists just of the message's body. There are no RFC 5322 header
 lines.
 .IP
 .IR NOTE :