]> git.deb.at Git - pkg/t-prot.git/blob - t-prot.1
Merge branch 'upstream'
[pkg/t-prot.git] / t-prot.1
1 .\" $Id: t-prot.1,v 1.136 2009/12/20 21:38:41 jochen Exp $
2 .\"
3 .TH T-PROT "1" "August 2009" "T-PROT"
4 .SH NAME
5 t-prot \- TOFU Protection - Display Filter for RFC 2822 messages
6 .SH SYNOPSIS
7 .BI "t\-prot [" OPTIONS "]..."
8 .SH DESCRIPTION
9 .PP
10 This program is a filter to improve the readability of
11 messages (emails and usenet posts) by *hiding* some annoying parts,
12 e.g. mailing list footers, signatures, and TOFU (see definition below),
13 as well as squeezing sequences of blank lines or punctuation.
14 .br
15 The filter is written in Perl and relies on input to be a single
16 message conforming to RFC 822 or its successor, RFC 2822. Messages
17 conforming to RFCs 2045-2049 should be treated reasonably correct.
18 .PP
19 Already reformatted messages are handled well: the script was
20 initially designed to cope with the output of the MUA mutt (which
21 is the reason for not using standard CPAN modules for handling
22 messages).
23 .PP
24 For easy usage, you can download a file to be included in your ~/.muttrc:
25 .I http://www.escape.de/users/tolot/mutt/t\-prot/muttrc.t\-prot
26 .br
27 And here is an example S-Lang macro to use t-prot from within slrn:
28 .I http://www.escape.de/users/tolot/mutt/t\-prot/t\-prot.sl
29 .SH OPTIONS
30 .TP
31 .BR "\-A" =DIRECTORY
32 "ad footer directory":
33 Defines the directory which contains the advertisement list footers (one
34 footer per file) which are to be tested when removing them with options
35 .B \-a
36 or
37 .BR \-\-ftr\-ad .
38 .br
39 This option is also needed if you do not want signature lengths to be
40 counted wrong or fullquotes get undetected when an ad footer is
41 appended at the bottom of the message (especially when using 
42 .B "\-S"
43 or
44 .BR "\-t" ).
45 .TP
46 .B "\-a"
47 "commercial signature":
48 Hides "footers" (signatures) from commercial email providers.
49 .br
50 This option compares the last lines of the message body with any
51 footer file found in the directory specified with
52 .BR "\-A" =DIRECTORY
53 (which is mandatory for this option). The comparison is done by perl's
54 .B index()
55 function (please try
56 .I perldoc \-f index
57 for details).
58 .sp
59 .IR NOTE :
60 This option is not needed if
61 .B \-\-ftr\-ad
62 is specified.
63 .TP
64 .BR "\-\-bigq" [=n[,x]]
65 "shrink big quotes":
66 Blocks of quotes with more than n lines will be shrunk to x lines.
67 Defaults are 30 for n and 10 for x.
68 .TP
69 .B "\-\-body"
70 Input consists just of the message's body. There are no RFC 2822 header
71 lines.
72 .IP
73 .IR NOTE :
74 This does not work with \-\-pgp\-short, and multipart messages will not
75 be detected due to missing headers.
76 .TP
77 .B "\-c"
78 "compress":
79 Squeezes a sequence of blank lines to two blank lines at maximum.
80 .TP
81 .BR "\-\-check" [=FLAGS]
82 Run checks. If successful, print an error message and quit with
83 an appropriate exit code. Useful e.g. for rejecting messages from
84 within INN2.
85 .IP
86 Flags are separated by commas (no whitespaces), and can be the
87 following (right now just one flag):
88 .IP
89 .IR ratio [=n]
90 .br
91 If the quoting ratio is n or more, the message is rejected. Must be
92 between 0 and 1, or else it is entirely disabled.
93 .TP
94 .B "\-d, \-\-debug"
95 "debug":
96 Print envelope info to syslog when bouncing TOFU contaminated email.
97 Default syslog facility is mail.debug. Requires
98 .BR \-p .
99 .TP
100 .B "\-\-diff"
101 "tolerate diff":
102 Tolerate unified diff (see 
103 .BR diff (1)
104 and
105 .BR patch (1))
106 appended *after* the signature (which usually makes the signature too long
107 to be valid). Not entirely consequent but sometimes useful, e.g. at the
108 Linux kernel mailing list.
109 .TP
110 .B "\-e"
111 "ellipsis":
112 Squeezes a sequence of four or more dots, exclamation marks, or question marks
113 to only three dots or marks, respectively.
114 .TP
115 .B "\-\-ftr\-ad"
116 "enable aggressive ad footer matching":
117 With this option enabled, t-prot makes footer detection really greedy: We
118 assume that commercial email providers aren't even frightened to append
119 changing texts *under* their ads which are appended to the message body.
120 Because these texts even have changing lengths we simply detect the
121 lines of the footer *anywhere* in the body of the message and assume that
122 everything below belongs to the footer. (Man, if life where always that
123 easy! ;)
124 .br
125 With this option even GMX ads should be easy to hide -- you buy this with
126 a slight performance hit (which is the reason this option is disabled by
127 default), and with the possibility that sometimes the algorithm is just a
128 little *too* greedy.
129 .sp
130 .IR NOTE :
131 This requires a directory with footer files to be given with option
132 .BR "\-A" =DIRECTORY.
133 .TP
134 .B "\-\-ftr\-ml"
135 "enable aggressive mailing list footer matching":
136 With this option enabled t-prot makes footer detection really greedy: Should
137 be helpful with broken list servers, or even if your email provider munges
138 the bodies of your messages.
139 .br
140 Works similar to \-\-ftr\-ad, just that it is intended for mailing list footers.
141 .sp
142 .IR NOTE :
143 This requires a directory with footer files to be given with option
144 .BR "\-L" =DIRECTORY.
145 .TP
146 .B "\-\-groupwise"
147 "delete Groupwise style TOFU":
148 Hides TOFU as produced by Novell Groupwise.
149 .TP
150 .B "\-h, \-\-help"
151 "help":
152 Displays a short help text with a summary on all options, and exits.
153 .TP
154 .BR "\-i" =FILE
155 "input file":
156 Defines a file for input; the default input is from '\-' i.e. STDIN.
157 .TP
158 .B "\-k"
159 "anti Kammquote":
160 Tries (not too aggressively) to fix those broken zig-zag-shaped lines
161 wrapped around by some MUAs which are known as "Kammquoting" in German.
162 .IP
163 .IR NOTE :
164 This option is considered stable by now. However, sometimes Kammquotes
165 should have been removed but weren't. Please send a bug report if this
166 happens to you (after carefully reading the BUGS and REPORTING BUGS
167 section of this man page, that is).
168 .IP
169 Please also note that enabling this option is quite a performance hit.
170 .TP
171 .BR "\-\-kminl" =n
172 Minimum line length for wrapped line detection on Kammquotes. For
173 details, please see the source code.
174 .br
175 Anyway, lower values make the algorithm more aggressive, higher values
176 make Kammquotes harder to detect. Default is 65.
177 .sp
178 Requires
179 .BR "\-k" .
180 .TP
181 .BR "\-\-kmaxl" =n
182 Maximum line length for wrapped line detection on Kammquotes. For
183 details, please see the source code.
184 .br
185 Anyway, higher values make the algorithm more aggressive, lower values
186 make Kammquotes harder to detect. Default is 80.
187 .sp
188 Requires
189 .BR "\-k" .
190 .TP
191 .BR "\-\-kdiff" =n
192 Minimum length difference between two lines for wrapped line detection on
193 Kammquotes. For details, please see the source code.
194 .br
195 Anyway, lower values make the algorithm more aggressive, higher values
196 make Kammquotes harder to detect. Default is 20.
197 .sp
198 Requires
199 .BR "\-k" .
200 .TP
201 .BR "\-L" =DIRECTORY
202 "list footer directory":
203 Defines the directory which contains the mailing list footers (one footer
204 per file) which are to be tested when removing them with the options
205 .B \-l
206 or
207 .BR \-\-ftr\-ml .
208 .br
209 This option is also needed if you do not want signature lengths to be
210 counted wrong or fullquotes get undetected when a mailing list footer is
211 appended at the bottom of the message (especially when using 
212 .B "\-S"
213 or
214 .BR "\-t" ).
215 .TP
216 .B "\-l"
217 "list signature":
218 Hides "footers" (signatures) from mailing lists. Footer detection works like the 
219 .B "\-a"
220 option.
221 .sp
222 .IR NOTE :
223 This requires a directory with footer files to be given with option
224 .BR "\-L" =DIRECTORY.
225 .B \-l
226 is not needed if
227 .B \-\-ftr\-ml
228 is specified.
229 .TP
230 .B "\-\-lax\-security"
231 Allow insecure writing method. DO NOT USE UNLESS YOU REALLY KNOW WHAT
232 YOU ARE DOING. (This ugly workaround is needed for some early mutt versions
233 and should NEVER be used as a default, otherwise it will probably turn into
234 a security issue.)
235 .TP
236 .BR "\-\-locale" =LOCALE
237 "locale to use":
238 Here you can specify which locale to use. Right now this option is only
239 used when
240 .I "\-Mmutt"
241 is specified, but this may change in future. You need the Perl module
242 .I "Locale::gettext"
243 for this feature.
244 .sp
245 .IR NOTE :
246 If you use
247 .B mutt
248 or
249 .B gnupg
250 with locales, t-prot will only work correctly if you specify the corresponding
251 locale string. Alternatively, you can use the environment variables
252 .IR LC_ALL ,
253 .IR LC_MESSAGES ,
254 or
255 .I LANG
256 to specify the locale string.
257 .sp
258 .IR "NOTE also" :
259 You also have to make sure you are running t-prot
260 with matching
261 .B gnupg
262 and 
263 .B mutt
264 versions. T-prot detects
265 .B gnupg
266 and
267 .B mutt
268 locales of the recent stable versions of those programs, earlier versions
269 might not work well with a recent version of t-prot. There are patches available
270 to make t-prot fit into environments with some other
271 .B mutt
272 and
273 .B gnupg
274 versions.
275 .TP
276 .BR "\-M, \-\-mua" =MUA
277 "mail user agent":
278 Turn on special treatment for some mail user agents. (Right now only 
279 .BR mutt (1)
280 is supported, but more might be added in future.)
281 .IR Caveat :
282 If your MUA is supported by this feature you must ensure t-prot makes
283 use of it when called from within your MUA to work as desired.
284 .TP
285 .B "\-m"
286 "Microsoft TOFU":
287 Hides TOFU as given by some Microsoft mailers. (You all surely know these
288 fullquotes beginning with
289 .br
290 "\-\-\-\-\- Original Message \-\-\-\-\-"
291 .br
292 and some header lines...)
293 .TP
294 .B "\-\-ms\-smart"
295 Burn CPU cycles trying to be smart with MS style TOFU.
296 .sp
297 Please note that this is probably just a waste of time because most
298 MS Outlook users who do produce this kind of TOFU won't care about
299 making their messages the least bit readable or even predictable. So
300 this option will probably just be interesting for mutt message hooks
301 (to activate it on demand when you
302 .BR know " the sender tries to write legible messages)."
303 .sp
304 Requires
305 .BR "\-Mmutt" " and"
306 .BR "\-m" .
307 .TP
308 .BR "\-\-max\-lines" =x
309 Maximum number of lines a message may count (with headers). If the message
310 is longer than x lines, the message will not be processed but printed
311 unmodified.
312 .TP
313 .BR "\-o" =FILE
314 "output file":
315 Define the file to be written *to*; the default output is to STDOUT.
316 .sp
317 If "NONE" is specified as file name, there will be no output at all (useful
318 if all you need is t-prot's exit code). Use something like "./NONE" if you
319 really want to write to a file of this name.
320 .TP
321 .BR "\-p" [=ADDRESS]
322 "picky delivery":
323 If we really find some TOFU, abort with exit code 
324 .IR EX_UNAVAILABLE .
325 Otherwise redirect the message to ADDRESS if given.
326 .sp
327 Intended for use from within mail delivery agents (MDAs) or mail transport 
328 agents (MTAs), or even from with INN, so the message bounces if TOFU is
329 detected, and does not get on *your* nerves. :) 
330 .sp
331 As an example for usage with
332 .BR sendmail ,
333 put this line into your alias file and invoke
334 .BR newaliases :
335 .sp
336 notofu: |"/usr/local/bin/t\-prot \-mt \-p=user@mydomain"
337 .sp
338 This will bounce messages for <notofu@domainname> if any TOFU is detected
339 inside the message, and deliver it to <user@mydomain> otherwise.
340 .I Note
341 that TOFU is only detected if you specify
342 .B "\-t"
343 respectively
344 .BR "\-m" .
345 .sp
346 .B PLEASE be careful not to bounce messages to mailing lists!
347 .TP
348 .BR "\-P" =MESSAGE
349 "user defined bounce message for picky delivery": 
350 You may specify your own bounce message to be returned when we try to deliver
351 an email and bounce it because there is TOFU inside.
352 .TP
353 .B \-\-pgp\-move
354 Move PGP verification output to bottom; requires
355 .BR "\-Mmutt" .
356 .TP
357 .B \-\-pgp\-move\-vrf
358 Move PGP verification outout to bottom only if verification shows a good signature
359 and the signature could be verified as authentic (using a trust path). If there is
360 any problem with the signature, the PGP output should not be moved so the user is
361 more likely to notice. Requires
362 .BR "\-Mmutt" .
363 .sp
364 .IR NOTE :
365 If gpg is terminated before finished (e.g. hitting Ctrl-C, or using
366 .IR kill (1)),
367 we cannot always detect if the check was interrupted. Though t-prot tries
368 to be smart, there will be false positives.
369 .TP
370 .B \-\-pgp\-short
371 Hide non-relevant PGP key uids; requires
372 .BR "\-Mmutt" .
373 .TP
374 .B "\-r"
375 "rip header off":
376 Hides all mail header lines.
377 .TP
378 .BR "\-S" [=n]
379 "supression of overlong signatures":
380 Signatures are to be n lines (not including the one containing dash-dash-space)
381 or less. If there are more, it is probably not that spirited after all.
382 So with this option you trade it for a
383 .B truely
384 nice line.
385 .br
386 If no n is given, default is 4. (We do not recommend using a value other
387 than 4. Consider this old-fashioned, but we actually do *like* RFC
388 conformance.)
389 .sp
390 .IR NOTE :
391 The line containing "\-\- " ist not counted when testing for an overlong
392 signature, but it is included when displaying how many lines were deleted.
393 .TP
394 .B "\-s"
395 "signature deletion":
396 Hides signatures, i.e. all lines after a "signature dashes" line,
397 i.e. a line with three characters: dash-dash-space (no more, no less).
398 .TP
399 .BR "\-\-sigsmax" [=n]
400 "maximum number of tolerated signatures":
401 Here you can define how many signatures you accept to be treated as such.
402 (Most significant behaviour is when microsoft style quotes are removed.
403 Experts please see the code for the more subtle implications of this
404 option.)
405 .br
406 Leave empty or specify zero to have an unlimited number of sigs. 
407 Default is 1.
408 .TP
409 .B "\-\-spass"
410 "SpamAssassin workaround":
411 SpamAssassin (available at
412 .IR http://spamassassin.org/ ") often is configured that it adds some"
413 lines to the message body containing information about the spam criteria
414 which were found matching for the message. This option enables an extra
415 test to avoid false positives for Microsoft style TOFU on such messages.
416 .TP
417 .B "\-t"
418 "TOFU deletion":
419 Hides "traditional style" TOFU, where each line begins with an
420 indent string like "> ".
421 .br
422 (You may edit the indent pattern in the script itself to suit your needs,
423 but it is surely
424 .I not
425 recommended at all.)
426 .TP
427 .B "\-w"
428 "whitespace deletion":
429 Hides trailing whitespace (sequences of space and tab).
430 CAVEAT: This may lead to interesting effects with crossposts
431 between mailing lists or with undetected signature attempts.
432 .TP
433 .B "\-v, \-\-version"
434 "version info":
435 Prints the current version number and release date, and exits.
436 .SH ENVIRONMENT
437 The environment variables
438 .IR LC_ALL ,
439 .IR LC_MESSAGES ,
440 and
441 .I LANG
442 are read and respected when interpreting output by mutt or gnupg
443 (unless they are overruled by the \-\-locale option). T-prot's own
444 output is English regardless of any locale setting.
445 .SH EXIT STATUS
446 On program exit, t-prot uses exit codes from
447 .I /usr/include/sysexits.h
448 and thus behaves in a manner that sendmail and others understand when
449 calling t-prot.
450 .sp
451 Currently, the codes used are
452 .RS 20
453 .PD 0
454 .TP
455 EX_OK
456 .TP
457 EX_USAGE
458 .TP
459 EX_DATAERR
460 .TP
461 EX_UNAVAILABLE
462 .TP
463 EX_SOFTWARE
464 .TP
465 EX_IOERR
466 .PD
467 .RE
468 .sp
469 If, however, perl fails to compile and execute t-prot, perl's normal
470 exit codes will be returned.
471 .SH TOFU?
472 TOFU is an abbreviation which mixes German and English words;
473 it expands to "text oben, full-quote unten" which means
474 "text above - full quote below" and describes the style of so
475 many users who let their mailer or newsreader quote everything
476 of the previous message and just add some text at the top;
477 obviously they think that quoted text must not be changed at all.
478 This is quite annoying as it needlessly sends a lot of data
479 even when it is not required. Some editing of messages is desired.
480 Please point these people to the page 
481 .I http://www.river.com/users/share/etiquette/edit.html
482 - thank you!
483 .SH PERFORMANCE
484 There are several ways to fine-tune t-prot's performance:
485 .PP
486 Some command line options are quite grave a performance hit -- do not
487 use \-k and especially \-\-ms\-smart if you are content without them.
488 .PP
489 Checking for special footers is very costly as well. Put as few footer
490 files as absolutely needed in any footer directory.
491 .PP
492 All PGP related options are eating up lots of CPU time. Try to avoid them
493 on unsigned and unencrypted messages.
494 .PP
495 When calling t-prot from within mutt, you might use mutt's folder-hook
496 and message-hook facilities to turn options on only when needed, e.g. to
497 set up a different footer directory for each mailing list folder.
498 .SH TROUBLESHOOTING
499 .TP
500 .IR Q :
501 I want to make my mailing list footer files match more different mailing
502 list footers. Can I use regular expressions, or how can I accomplish
503 that?
504 .TP
505 .IR A :
506 Nope, regexp's do not work here. The comparison is made by the perl
507 builtin
508 .IR index ()
509 function (see 
510 .B perldoc
511 for more detailed info), so you must exactly match the beginning of the
512 line. The longer the line you specify, the more precise the match; if
513 your line is empty you match unconditionally.
514 .PP
515 .TP
516 .IR Q :
517 I use the options \-l and \-L to supress mailing list footers when
518 displaying messages in
519 .BR mutt (1).
520 This does work sometimes, but sometimes it does not: the footer is not
521 detected, and therefore full quotes are not deleted and signatures are
522 detected as too long (which they aren't).
523 .TP
524 .IR A :
525 This might occur if the message is badly encoded, so mutt cannot resolve
526 all encoded characters, e.g. if you have an encoded message on a mailing
527 list, and majordomo appends a mailing list footer in a different encoding
528 (or even plain us-ascii). "\-\- " simply does not match "\-\-=20".
529 .br
530 Another problem are non-us-ascii characters. Just avoid them, and 
531 everything should work fine.
532 .br
533 See the preceding Q+A for a solution.
534 .PP
535 .TP
536 .IR Q :
537 I want to write a message which contains parts that should *not* be 
538 deleted even when filtered with t-prot. Is this possible?
539 .TP
540 .IR A :
541 Yes, but please do not spread word of it. Make unobstrusive use of the
542 .I
543 verbatim
544 instruction:
545 .sp
546 #v+
547 .br
548 This line is protected from being filtered by t\-prot !!!!!!!
549 .br
550 #v\-
551 .br
552 Text coming now is not.
553 .SH AUTHOR
554 Written by Jochen Striepe <t\-prot@tolot.escape.de>.
555 .SH COPYRIGHT
556 All of the documentation and software included in the t-prot releases
557 is copyrighted by Jochen Striepe (except when explicitly stated otherwise).
558 .PP
559 Copyright \(co 2001-2009 Jochen Striepe. All rights reserved.                     
560 .PP
561 Redistribution and use, with or without modification, are permitted
562 provided that the following conditions are met:
563 .PP
564 1. Redistributions of source code must retain the above copyright notice,
565 this list of conditions and the following disclaimer.
566 .PP
567 2. All advertising materials mentioning features or use of this software
568 must display the following acknowledgement:
569 .PP
570   This product includes software developed by Jochen Striepe and others.
571 .PP
572 3. Neither the name of the author nor the names of any contributors may
573 be used to endorse or promote products derived from this software without
574 specific prior written permission.
575 .PP
576 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND ANY
577 EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
578 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
579 DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR ANY
580 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
581 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
582 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
583 ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
584 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
585 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
586 .SH IDEAS AND INSPIRATION
587 Many good ideas, bug reports and support from (in alphabetical order) Bjoern
588 Buerger, Bjoern Laessig, Christian Borss, Gerfried Fuchs, Martin Neitzel, Martin
589 Dietze, Ralf Doeblitz, Sven Guckes and many more (see the ChangeLog for active
590 contributors). Many thanks to all of them!
591 .sp
592 Many thanks to Gerhard H. Wrodnigg who uses a TOFU protection script
593 in order to keep the responses to his cancel bot reasonably short.  The
594 entire inspiration for this hack came from the "TOFU protection" line of
595 his script on many usenet postings.
596 .SH AVAILABILITY
597 You can get the latest version from
598 .IR http://www.escape.de/users/tolot/mutt/ .
599 .SH BUGS
600 There is a problem when mutt gives a PGP verified or even a multipart
601 message to t-prot: The information where the PGP encrypted/signed data
602 or even attachments begin and end is plainly embedded in the text, not
603 really cleanly recognizeable for t-prot. The problem should be worked
604 around by now, please send a bug report if it does not work for you.
605 .SH "REPORTING BUGS"
606 Please note that t-prot development happens on
607 .BR "current stable perl versions only" . 
608 If you do run t-prot on earlier (or unstable) perl versions, you might
609 encounter perl compiler bugs (or funny t-prot behaviour). One solution
610 is to upgrade your perl, another is simply to write a bug report. If
611 you do not run a current perl version, please include this information
612 in your bug report.
613 .PP
614 Please do
615 .I not
616 report a bug if
617 .br
618  * you found it in the TODO file coming with the distribution. We do
619 know those and try to fix them as soon as possible.
620 .br
621  * you have an old t-prot version. If you encounter a problem, first
622 see if there is a new t-prot version which fixes the issue. If you
623 upgraded to the latest version and it still occurs, a bug report is
624 just great.
625 .PP
626 If you noticed a bug when processing a message and want to provide the
627 t-prot team with some useful info, please:
628 .br
629  * if invoking t-prot by mutt's
630 .I display_filter
631 facility, just set display_filter to something like
632 .IP
633 "tee ~/foobar | t\-prot <your options>"
634 .PP
635 and include ~/foobar in the bug report -- this way we might reproduce
636 the bug much easier if you are using a different environment than we do.
637 .br
638  * provide information on what command line options you use t-prot
639 with, what perl version t-prot runs on your system, and what else might
640 be important to enable us reproducing the bug.
641 .PP
642 Send your bug report to 
643 .IR <t\-prot\-bugs@tolot.escape.de> .
644 Thank you.
645 .SH TODO
646 Fix bugs (see the 
647 .I BUGS
648 section). Beside that, all main features should be implemented by now.
649 See the TODO file for more information.
650 .SH "SEE ALSO"
651 .BR mutt (1),
652 .BR muttrc (5)
653 and the part about "display_filter", 
654 .BR perl (1),
655 .BR aliases (5),
656 .sp
657 RFCs 2045-2049 and 2822,
658 .sp
659 .I http://got.to/quote/
660 (German language),
661 .br
662 .I http://www.river.com/users/share/etiquette/edit.html
663 (the Learn To Edit Messages HowTo has found a new home).
664