X-Git-Url: https://git.deb.at/w?a=blobdiff_plain;f=t-prot.1;h=3d320756b8ea55972707961beb3d60a73e9bca21;hb=37d543ad8732215e67fbf6d2005154d8a8349efe;hp=7a328f8b260273ec137710f846f97f49ba704f91;hpb=3f6084cfee0dca0a8fe8d82a85ba07575f884ea4;p=pkg%2Ft-prot.git diff --git a/t-prot.1 b/t-prot.1 index 7a328f8..3d32075 100644 --- a/t-prot.1 +++ b/t-prot.1 @@ -1,6 +1,6 @@ -.\" $Id: t-prot.1,v 1.182 2010/04/09 06:45:35 jochen Exp $ +.\" $Id: t-prot.1,v 1.187 2012/07/26 14:23:11 jochen Exp $ .\" -.TH T-PROT "1" "April 2010" "T-PROT" +.TH T-PROT "1" "July 2012" "T-PROT" .SH NAME t-prot \- TOFU Protection - Display Filter for RFC 5322 messages .SH SYNOPSIS @@ -52,10 +52,10 @@ then have a peek at the Detection Options section. You may accept or reject/bounce messages depending on t\-prot's result. .SH INPUT/OUTPUT OPTIONS .TP -.BR "\-i" " FILE" +.BR "\-i" "=FILE" Defines an input file; default is '\-' i.e. STDIN. .TP -.BR "\-o" " FILE" +.BR "\-o" "=FILE" Defines the output file; default is STDOUT. .TP .B "\-\-body" @@ -118,9 +118,9 @@ little *too* greedy. .sp .IR NOTE : This requires a directory with footer files to be given with option -.BR "\-A" " DIRECTORY". +.BR "\-A" "=DIRECTORY". .TP -.BR "\-A" " DIRECTORY" +.BR "\-A" "=DIRECTORY" "ad footer directory": Defines the directory which contains the advertisement list footers (one footer per file) which are to be tested when removing them with options @@ -143,7 +143,7 @@ option. .sp .IR NOTE : This requires a directory with footer files to be given with option -.BR "\-L" " DIRECTORY". +.BR "\-L" "=DIRECTORY". .B \-l is not needed if .B \-\-ftr\-ml @@ -159,9 +159,9 @@ Works similar to \-\-ftr\-ad, just that it is intended for mailing list footers. .sp .IR NOTE : This requires a directory with footer files to be given with option -.BR "\-L" " DIRECTORY". +.BR "\-L" "=DIRECTORY". .TP -.BR "\-L" " DIRECTORY" +.BR "\-L" "=DIRECTORY" "list footer directory": Defines the directory which contains the mailing list footers (one footer per file) which are to be tested when removing them with the options @@ -182,7 +182,7 @@ or Blocks of quotes with more than n lines will be shrunk to x lines. Defaults are 30 for n and 10 for x. .TP -.BR "\-c" " [n]" +.BR "\-c" "[=n]" "compress": Squeezes a sequence of blank lines to just n blank lines. n defaults to 2. .TP @@ -203,6 +203,14 @@ prey for Squeezes a sequence of four or more dots, exclamation marks, or question marks to only three dots or marks, respectively. .TP +.BR "\-\-fixind" +Fix broken quotes to adhere to RFC 3676 by removing spaces between quote +characters and adding a space after them. +.br +.IR NOTE : +This may produce false positives if spaces in between quote characters +are intended (thus changing the quoting level, see RFC 3676 for details). +.TP .B "\-\-groupwise" Hides TOFU as produced by Novell Groupwise. .TP @@ -324,14 +332,14 @@ Requires .BR "\-m" . .TP .B \-\-pgp\-move -Move PGP verification output to bottom; requires +Move PGP and SSL verification output to bottom; requires .BR "\-Mmutt" . .TP .B \-\-pgp\-move\-vrf -Move PGP verification output to bottom only if verification shows a good signature -and the signature could be verified as authentic (using a trust path). If there is -any problem with the signature, the PGP output should not be moved so the user is -more likely to notice. Requires +Move PGP and SSL verification output to bottom only if verification shows a +good signature and the signature could be verified as authentic (using a +trust path). If there is any problem with the signature, the PGP output +should not be moved so the user is more likely to notice. Requires .BR "\-Mmutt" . .sp .IR NOTE : @@ -352,7 +360,7 @@ Hides all mail header lines. Subject lines with multiple reply prefixes (Re: and translations into other languages) get squeezed to only one prefix. .TP -.BR "\-S" " [n]" +.BR "\-S" "[=n]" "supression of overlong signatures": Signatures are to be n lines (not including the one containing dash-dash-space) or less. If there are more, it is probably not that spirited after all. @@ -400,13 +408,8 @@ test to avoid false positives for Microsoft style TOFU on such messages. .TP .B "\-t" "TOFU deletion": -Hides "traditional style" TOFU, where each line begins with an -indent string like "> ". -.br -(You may edit the indent pattern in the script itself to suit your needs, -but it is surely -.I not -recommended at all.) +Hides "traditional style" TOFU, where each line begins with the +indent string ">". .TP .B "\-w" "whitespace deletion": @@ -415,13 +418,13 @@ CAVEAT: This may lead to interesting effects with crossposts between mailing lists or with undetected signature attempts. .SH DETECTION OPTIONS .TP -.BR "\-P" " MESSAGE" +.BR "\-P" "=MESSAGE" "user defined bounce message for picky delivery": You may specify your own bounce message to be returned when we try to deliver an email and bounce it because there is TOFU inside. See .BR "\-p" . .TP -.BR "\-p" " [ADDRESS]" +.BR "\-p" "[=ADDRESS]" "picky delivery": If we really find some TOFU, abort with exit code .IR EX_UNAVAILABLE . @@ -596,7 +599,7 @@ Written by Jochen Striepe . All of the documentation and software included in the t-prot releases is copyrighted by Jochen Striepe (except when explicitly stated otherwise). .PP -Copyright \(co 2001-2010 Jochen Striepe. All rights reserved. +Copyright \(co 2001-2012 Jochen Striepe. All rights reserved. .PP Redistribution and use, with or without modification, are permitted provided that the following conditions are met: @@ -694,7 +697,7 @@ and the part about "display_filter", .BR perl (1), .BR aliases (5), .sp -RFCs 2045-2049 and 5322, +RFCs 2045-2049, 3676 and 5322, .sp .I http://freshmeat.net/articles/t\-prot/ (a nice, solid introduction),