]> git.deb.at Git - pkg/t-prot.git/blob - t-prot
Imported Upstream version 2.8
[pkg/t-prot.git] / t-prot
1 #!/usr/bin/perl -w
2 # $Id: t-prot,v 1.264 2009/12/19 22:18:47 jochen Exp $
3
4 require 5.006;
5 use strict;
6 use Fcntl qw(O_EXCL O_WRONLY O_CREAT);
7 use Getopt::Mixed qw(nextOption);
8 use constant VER            => '2.8';
9 use constant REV            => '';
10 use constant REL            => q$Revision: 1.264 $=~m/(\d+(?:\.\d+)+)/;
11 # MTA expecting mail on STDIN
12 # (you might have to adjust this if using a different MTA)
13 use constant SENDMAIL       => '/usr/sbin/sendmail -oi';
14 # From <sysexits.h>
15 # (you might have to adjust those if your libc wants different values)
16 use constant EX_OK          =>  0;
17 use constant EX_USAGE       => 64;
18 use constant EX_DATAERR     => 65;
19 use constant EX_UNAVAILABLE => 69;
20 use constant EX_SOFTWARE    => 70;
21 use constant EX_IOERR       => 74;
22 use constant EX_BOUNCE      => EX_UNAVAILABLE;
23 use vars qw(
24     $ad $ads $bigqn $bigqx $boun $check $check_ratio $cr $diff $elli
25     $footers $ftr_ad $ftr_ml $hdrs $indent $kamm $kdiff $kminl $kmaxl
26     $lax $lsig $maxsig $maxlines $mda $ml $gw $ms $ms_smart $msg_quote
27     $msg_ratio $mua $nohdr $ofile $pgpshort $pgpmove $pgpmovevrf $sig
28     $sigint $sign $spass $spass_prefix $sysl $trad $trsp
29
30     $gpg_WARNING $gpg_Warning $gpg_Cantcheck $gpg_aka $gpg_bad
31     $gpg_expired $gpg_good $gpg_bug
32
33     $mutt_attachment $mutt_contenttype $mutt_pgpsigned $mutt_beginsigned
34     $mutt_pgpclearsigned $mutt_pgpclearsigstart $mutt_pgpencrypted
35     $mutt_pgpoutstart $mutt_pgpoutend
36 );
37
38
39 # Please adjust these vals to your needs (they are no constants because
40 # command line can change them or they are used in rexexp's):
41 $0 =~ s!^.*/!!;
42 $maxsig         = 4;      # max. valid signature length
43 $maxlines       = undef;  # no limit of message lines
44 $indent         = '>';    # Indent string, regexp to identify a quoted line
45 $kminl          = 65;     # see decomb() for details
46 $kmaxl          = 80;
47 $kdiff          = 20;
48 $pgpshort       = 0;      # hide pgp key ids if set
49 $pgpmove        = 0;      # move pgp output to bottom if set
50 $pgpmovevrf     = 0;
51 $sign           = 1;      # max number of sigs tolerated, undef for no limit
52 $boun           = "Blocked by $0: This user does not accept TOFUed email. Please see <http://learn.to/quote/> and <http://www.escape.de/users/tolot/mutt/> for more info. Have a nice day!\n";
53 $ftr_ad         = undef;  # too hard on performance to be default
54 $ftr_ml         = undef;  # too hard on performance to be default
55 $ofile          = '-';    # use STDOUT if nothing is specified
56 $spass_prefix   = 'SPAM: ';
57 $check_ratio    = .75;    # 3/4 tofu is enough not to accept the message
58 $msg_quote      = "Blocked by $0: This message has been rejected because of a full quote. Please see http://learn.to/quote/ and http://www.escape.de/users/tolot/mutt/ for more info. Have a nice day!\n";
59 $msg_ratio      = "Blocked by $0: This message has been rejected because of excessive quoting. Please see http://learn.to/quote/ and http://www.escape.de/users/tolot/mutt/ for more info. Have a nice day!\n";
60 # end of user adjusted vals
61
62
63 # set the defaults to the C locale
64 $mutt_attachment        = '[-- Attachment #';
65 $mutt_contenttype       = '[-- Type: ';
66 $mutt_pgpsigned         = '[-- End of signed data --]';
67 $mutt_beginsigned       = '[-- The following data is signed --]';
68 $mutt_pgpclearsigstart  = '[-- BEGIN PGP SIGNED MESSAGE --]';
69 $mutt_pgpclearsigned    = '[-- END PGP SIGNED MESSAGE --]';
70 $mutt_pgpencrypted      = '[-- End of PGP/MIME encrypted data --]';
71 $mutt_pgpoutstart       = '[-- PGP output follows (current time:';
72 $mutt_pgpoutend         = '[-- End of PGP output --]';
73
74 # set the defaults to the C locale
75 $gpg_WARNING            = 'WARNING: ';
76 # (yes, the translations in gnupg's po files *are* braindamaged):
77 $gpg_Warning            = 'WARNING: ';
78 $gpg_Cantcheck          = 'Can\'t check signature: ';
79 $gpg_aka                = '                aka ';
80 $gpg_bad                = 'BAD signature from ';
81 $gpg_expired            = 'Note: This key has expired!';
82 $gpg_good               = 'Good signature from';
83 # (actually, this bugs me quite often since upgrading gpg from v1.0.7):
84 $gpg_bug                = '... this is a bug (';
85
86
87 # help(): print help text and exit with appropriate exit code
88 sub help {
89     print "Usage: $0 [options] 
90   -A=DIRECTORY    ad footer directory, treat ad footers as signature
91   -a              remove ad footers; requires -A
92   --bigq[=n[,x]]  remove all but x lines of quotes with more than n
93                   lines; default is n=30 and x=10
94   --body          input has no headers; does not work with --pgp-short;
95                   multipart messages will not be detected
96   -c              merge multiple blank lines
97   --check[=FLAGS] check various criteria, print error message and quit;
98                   see man page for details
99   -d, --debug     print notice to syslog when bouncing; requires -p
100   --diff          tolerate diffs appended *after* the signature
101   -e              force ellipsis for excessive punctuation
102   --ftr-ad        enable aggressive ad footer matching; requires -A
103   --ftr-ml        enable aggressive mailing list footer matching; req. -L
104   --groupwise     delete Novell Groupwise style TOFU
105   -h, --help      show this short help and exit
106   -i=INFILE       file to be read; '-' for STDIN (default)
107   -k              try to fix \"Kammquotes\"
108   --kminl=n       min. line length for wrapped line; requires -k
109   --kmaxl=n       max. line length for wrapped line; requires -k
110   --kdiff=n       max. length difference between wrapped lines; req. -k
111   -L=DIRECTORY    mailing list footer directory, treat mailing list
112                   footers as signature
113   -l              delete mailing list footer; requires -L
114   --lax-security  use unsafe writing method; USE ON YOUR OWN RISK!
115   --locale=LOCALE internationalization; currently only used with -Mmutt
116   -M, --mua=MUA   turn on special treatment for some mail user agents
117   -m              delete MS style TOFU; careful: might be too agressive
118   --max-lines=x   maximum number of message lines
119   --ms-smart      try to be smart with MS style TOFU; req. -Mmutt and -m
120   -o=OUTFILE      file to be written to; '-' for STDOUT (default), 'NONE'
121                   for no output at all
122   -P=MESSAGE      user defined bounce message; requires -p
123   -p[=ADDRESS]    redirect to ADDRESS if no TOFU was found
124   --pgp-move      move pgp verification output to bottom; requires -Mmutt
125   --pgp-move-vrf  move pgp output if verified and good; requires -Mmutt
126   --pgp-short     hide non-relevant pgp key uids; requires -Mmutt
127   -r              delete mail header lines
128   -S[=n]          supress signatures with more than n lines; 
129                   default is $maxsig if n not specified
130   -s              delete signature
131   --sigsmax[=n]   max number of sigs tolerated, no value for unlimited
132   --spass         enable SpamAssassin workaround
133   -t              delete traditional style TOFU
134   -v, --version   show version string and exit
135   -w              delete trailing whitespaces\n";
136     exit(EX_USAGE);
137 }
138
139 # version(): print version info and exit with appropriate exit code
140 sub version {
141     print "$0 v".VER.REV." (Rev. ".REL."), Jochen Striepe <t-prot\@tolot.escape.de>
142 Get the latest version at <http://www.escape.de/users/tolot/mutt/>\n";
143     exit(EX_OK);
144 }
145
146 # sigint_handler(): what to do if we receive a single SIGINT
147 sub sigint_handler {
148     $sigint = 1;
149 }
150
151 # remove_footers(): remove any trailing appearance of footers contained
152 # in the given directory.
153 sub remove_footers {
154     my $L = shift;        # array of message lines
155     my $S = shift;        # array to store removed lines in
156     my $F = shift;        # footers dir name
157     my $O = shift;        # remove only one footer?
158     my $V = shift;        # allow footers match before end of message
159     my $off;
160
161     if (!defined $V) {
162         for ($off = 0; $#$L>=$off && $$L[$#$L-$off] =~ /^\s*$/; $off++) {;};
163     }
164
165     if ($F && scalar(@$L)) {
166         if (!opendir(DIR, $F))
167             { print STDERR "Could not open $F: $!\n"; exit(EX_IOERR); }
168         my @feet = grep { /^[^.]/ && -f "$F/$_" } readdir DIR;
169         closedir DIR;
170
171         foreach my $f (@feet) {
172             if (!open(IN, "$F/$f"))
173                 { print STDERR "Could not open $F/$f: $!\n"; exit(EX_IOERR); }
174             my @l = <IN>;
175             close IN;
176
177             if (!scalar(@l)) { next; }
178             for (my $z=0; $z<=$#l; $z++) { chomp($l[$z]); }
179
180             if (defined $V) {
181                 WIPE: for (my $z=scalar(@$L)-scalar(@l); $z>=0; $z--) {
182                     if (scalar(@l)+$z<=scalar(@$L)) {
183                         my $y = 0;
184                         for(my $x=1; $x<=scalar(@l); $x++) {
185                             if (index($$L[scalar(@$L)-$x-$z],
186                                           $l[scalar(@l)-$x])!=0) {
187                                 $y = 1;
188                             }
189                         }
190                         if (!$y) {
191                             unshift(@$S, @$L[$#$L-$#l-$z..$#$L]);
192                             splice(@$L, $#$L-$#l-$z);
193                             while (scalar(@$L) && $$L[$#$L] =~ /^\s*$/) {
194                                 unshift(@$S, pop(@$L));
195                             }
196                             if ($O) { last; } else { goto WIPE; }
197                         }
198                     }
199                 }
200             }
201             else {
202                 while (scalar(@l)<=scalar(@$L)) {
203                     for(my $x=1; $x<=scalar(@l); $x++) {
204                         if (index($$L[scalar(@$L)-$x-$off], $l[scalar(@l)-$x])!=0) { 
205                             goto FINISH;
206                         }
207                     }
208                     unshift(@$S, @$L[$#$L-$off-$#l..$#$L]);
209                     splice(@$L, $#$L-$off-$#l);
210                     while (scalar(@$L) && $$L[$#$L] =~ /^\s*$/) {
211                         unshift(@$S, pop(@$L));
212                     }
213                     if ($O) { last; }
214                 }
215                 FINISH:
216             }
217         }
218     }
219 }
220
221 # decomb(): Try to detect and fix zig-zag shaped quoting (a.k.a. German
222 # "Kammquoting").
223 sub decomb {
224     my $L = shift;        # array of message lines
225     my $V = shift;        # array with verbatim list
226     my $max = 0;        # plausible wraparound pos
227
228     # We scan the whole message first for a plausible common maximum line
229     # length where longer lines would be wrapped.
230     for (my $x=0; $x<$#$L; $x++) {
231         if ($$V[$x]!=1 && $max<length($$L[$x])) { $max = length($$L[$x]); }
232     }
233
234     # Next we see if there are plausible wraparounds.    
235     for (my $x=0; $x+1<$#$L; $x++) {
236
237         # OK, 
238         # * it must not be verbatim,
239         # * the 2nd line must not be quoted nor empty nor just 
240         #   underlining some part of the line above (using '^')
241         #   nor begin with a whitespace,
242         # * the 1st line must not end with a hyphen,
243         # * the 2nd line must not indicate content was deleted,
244         # * the 2nd line must not be some mutt(1) commentary,
245         # * there must not be a valid word wrap to produce a longer
246         #   1st line (if not quoted),
247         # * the 1st and 2nd line together must not be longer than some
248         #   magical upper limit nor shorter than some magical lower
249         #   bound nor nearly of the same length, and
250         # * the 3rd line must not be empty.
251         # With all that odds should be quite good that we have an
252         # automatedly wrapped line. Please send a note if you have
253         # additional good criteria. Thanks.
254         if (($$V[$x]!=1 && $$V[$x+1]!=1) &&
255             (index($$L[$x+1], $indent)!=0) &&
256             ($$L[$x+1] !~ /^$/) &&
257             ($$L[$x+1] !~ /^[\s^]/) &&
258             ($$L[$x]   !~ /-$/) &&
259             ($$L[$x+1] !~ /^\Q[...]\E\s*$/) &&
260             ($mua ne 'mutt' || $$L[$x+1] !~ /^(?:\e[^\a]+\a)?\[-- /) &&
261             (length($$L[$x])+index($$L[$x+1], ' ')>$max ||
262                 (index($$L[$x+1], ' ')<0 &&
263                  length($$L[$x])+length($$L[$x+1])>$max)) &&
264             (length($$L[$x])+length($$L[$x+1])<$kmaxl) &&
265             (length($$L[$x])+length($$L[$x+1])>$kminl) &&
266             (length($$L[$x])-length($$L[$x+1])>$kdiff) &&
267             ($$L[$x+2] !~ /^\s*$/))
268         {
269             $$L[$x] =~ s/\s*$/' ' . $$L[$x+1]/e;
270             splice(@$L, $x+1, 1);
271             splice(@$V, $x+1, 1);
272         }
273     }
274 }
275
276 # debigq(): Finds big quotes (more than $n lines quoted) and deletes all
277 # but $x lines of them.
278 sub debigq {
279     my $L = shift;        # array of message lines
280     my $V = shift;        # array with verbatim list
281     my $k = 0;
282
283     for (my $i=0; $i<=$#$L; $i++) {
284
285         if ($$V[$i]) { 
286             $k = 0;
287             next;
288         }
289
290         if (index($$L[$i], $indent)==0) { $k++; } else { 
291             if ($k>$bigqn) {
292                 my $x = $k-$bigqx;
293                 $i -= $k;
294
295                 $$L[$i] = "[---=| Quote block shrinked by $0: " .
296                     "$x lines snipped |=---]\n";
297                 $i++;
298                 splice(@$L, $i, $x-1);
299                 splice(@$V, $i, $x-1);
300
301                 $i++;
302             }
303             $k = 0;
304         }
305     }
306 }
307
308 # pgp(): treat mutt(1)'s pgp/gpg output contained in signed or encrypted
309 # messages
310 sub pgp {
311
312     sub verified {
313         my $L = shift;    # message body
314         my $X = shift;    # start line
315         my $Z = shift;    # end line
316
317                 my $ok = 0;
318
319         while ($X<$Z) {
320             if (index($$L[$X], "gpg: $gpg_WARNING")==0 ||
321                 index($$L[$X], "gpg: $gpg_Warning")==0 ||
322                 index($$L[$X], "gpg: $gpg_bad")==0 ||
323                 index($$L[$X], "gpg: $gpg_Cantcheck")==0 ||
324                 index($$L[$X], "gpg: $gpg_expired")==0 ||
325                 index($$L[$X], "gpg: $gpg_bug")==0)
326                 { return 0; }
327             if (index($$L[$X], "gpg: $gpg_good")==0)
328                 { $ok = 1; }
329             $X++;
330         }
331
332         return $ok;
333     }
334
335     my $L = shift;        # message body
336     my $V = shift;        # verbatim list
337     my $H = shift;        # headers
338
339     my @tmp = ();
340     my $tmp = 0;
341
342     for (my $x=0; $x<scalar(@$L); $x++) {
343         if ($$V[$x]) { next; }
344
345         if ($$L[$x]=~/^(?:\e[^\a]+\a)?(?:\Q$mutt_pgpoutstart\E)/o)
346         {
347             my $from;
348             for (my $m=0; $m<scalar(@$H); $m++) {
349                 if (index($$H[$m], 'From:')==0) {
350                     $from = $$H[$m];
351                     $m++;
352                     while (exists($$H[$m]) && $$H[$m] =~ /^\s/)
353                         { $from .= $$H[$m]; $m++; }
354                     last;
355                 }
356             }
357             ($from) = $from=~m/(\w[\w.+-]*@(?:[\w.+-]+\.)+[A-Za-z]{2,})/;
358
359             my $uid = 1;
360
361             for (my $i=$x+1; $i<scalar(@$L); $i++) {
362                 if ($pgpshort && index($$L[$i], "gpg: $gpg_aka")==0)
363                     { $uid++; }
364
365                 if ($pgpshort && $uid>1 &&
366                     index($$L[$i], "gpg: $gpg_aka")==0 &&
367                     index($$L[$i], $from)<0)
368                 { 
369                     splice(@$L, $i, 1);
370                     splice(@$V, $i, 1);
371                     $i--;
372                 }
373                 elsif ($$L[$i]=~/^(?:\e[^\a]+\a)?(?:\Q$mutt_pgpoutend\E)/o)
374                 {
375                     if ($pgpmove ||
376                         ($pgpmovevrf && (!$sigint) && verified($L, $x+1, $i)))
377                     {
378                         push(@{$tmp[++$tmp]}, "\n", @$L[$x..($i+1)]);
379                         splice(@$L, $x, $i-$x+2);
380                         splice(@$V, $x, $i-$x+2);
381                         $i -= $#{$tmp[$tmp]}-2;
382                     }
383                     $x = $i;
384                     last;
385                 }
386             }
387         }
388         elsif ($tmp &&
389             $$L[$x] =~ /^
390                         (?:\e[^\a]+\a)?
391                         (?:\Q$mutt_pgpencrypted\E  |
392                            \Q$mutt_pgpclearsigned\E|
393                            \Q$mutt_pgpsigned\E)
394                        /ox)
395         {
396             splice(@$L, $x+1, 0, @{$tmp[$tmp]});
397             for (my $i=$x; $i<scalar(@{$tmp[$tmp]}); $i++) {
398                 splice(@$V, $x+1, 0, (0));
399             }
400             $x += scalar(@{$tmp[$tmp--]});
401             pop(@tmp);
402         }
403     }
404
405     while ($tmp>0) {
406         push(@$L, @{$tmp[$tmp--]});
407         pop(@tmp);
408         for (my $i=$#$V; $i<$#$L; $i++) { push(@$V, 0); }
409     }
410 }
411
412 # write_msg(): output
413 sub write_msg {
414     my $O = shift;
415     my $l;
416
417     if ((!$lax) && ($O =~ /^>(.*)/) && ($1 ne '-')) {
418         if (!sysopen(OUT, $1, O_EXCL|O_CREAT|O_WRONLY)) { 
419             print STDERR "Could not open $1: $!\n"; exit(EX_IOERR);
420         }
421     }
422     elsif (!open(OUT, $O)) { 
423         print STDERR "Could not open $O: $!\n"; exit(EX_IOERR);
424     }
425     while (scalar(@_)) {
426         $l = shift;
427         if (defined $l) {
428             $^W = 0;
429             print OUT @$l;
430             $^W = 1;
431         }
432     }
433     close OUT;
434 }
435
436 # process_msg(): This one proc does *everything* what has to be done with
437 # the lines of the message
438 sub process_msg {
439     my $lines = shift;
440
441     my ($j, $x, $verb) = (0, 0, 0);
442     my (@ads, @hdr, @bo1, @bo2, @ftr, @sig, @vrb, @att) = 
443         ((), (), (), (), (), (), (), (), ());
444
445     # First, check msg length and stop processing if msg is too long:
446     if ((defined $maxlines) && (@$lines > $maxlines)) {
447         return;
448     }
449
450     # Remove and store lines we might need later...
451     # Remove headers:
452     if (!$nohdr) {
453         for ($x=0; $x<$#$lines; $x++) { if (@$lines[$x] =~ /^$/) { last; }; }
454         @hdr = @$lines[0..$x];
455         splice(@$lines, 0, $x+1);
456     }
457     # remember the original body lines count
458     my $linecount = scalar(@$lines);
459
460     # Remove ML footers:
461     remove_footers($lines, \@ftr, $footers, undef, $ftr_ml);
462
463     # Remove ad footers:
464     remove_footers($lines, \@ads, $ads, undef, $ftr_ad);
465
466     # See if we have a multipart content type. If yes, see if it is already
467     # ripped (e.g. by you MUA, assuming it does not get special treatment with
468     # --mua=foo), otherwise only leave the first part if it is plain text (if
469     # not, we are done - non-text messages are not our business).
470     if ($mua ne 'mutt') { 
471         for ($x=0; $x<scalar(@hdr); $x++) {
472             if ($hdr[$x] =~ /^Content-[Tt]ype:\s+(.*)$/) {
473                 my $foo = $1;
474
475                 if ($foo =~ m!^multipart/!) {
476                     undef $foo;
477
478                     if ($hdr[$x] =~ /\Wboundary="([^"]+)"/i) { $foo = $1; }
479                     else { 
480                         for (my $z=1; $x+$z<@hdr && $hdr[$x+$z]=~/^\s/; $z++) {
481                             if ($hdr[$x] =~ /\Wboundary="?([^"\s]+)"?$/i) { 
482                                 $foo = $1;
483                                 last;
484                             }
485                         }
486                     }
487
488                     if (defined $foo) {
489                         for (my $x=0; $x<scalar(@$lines); $x++) {
490                             if (index($$lines[$x], '--'.$foo)!=0) { next; }
491
492                             my $bar = 'text/plain';
493                             for ($x++; $x<@$lines && $$lines[$x]!~/^$/; $x++)
494                             {
495                                 if ($$lines[$x] =~ /^Content-[Tt]ype:\s+(.*)/) { 
496                                     $bar = $1;
497                                 }
498                             }
499                             if ($x>=scalar(@$lines)) { exit(EX_DATAERR); }
500
501                             if ($bar =~ m!^text/plain!) {
502                                 my $z;
503                                 for ($z=1; $x+$z<@$lines; $z++) {
504                                     if (index($$lines[$x+$z], '--'.$foo)==0) {
505                                         last;
506                                     }
507                                 }
508                                 if ($x+$z>=scalar(@$lines)) { exit(EX_DATAERR); }
509
510                                 @bo2 = @$lines[$x+$z..$#$lines];
511                                 splice(@$lines, $x+$z);
512                                 if ($$lines[$#$lines] =~ /^\s*$/) {
513                                     unshift(@bo2, pop @$lines);
514                                 }
515                                 @bo1 = @$lines[0..$x];
516                                 splice(@$lines, 0, $x+1);
517
518                                 # remove mailing list and ad footers within this
519                                 # attachment:
520                                 remove_footers($lines, \@ftr, $footers, undef, $ftr_ml);
521                                 remove_footers($lines, \@ads, $ads, undef, $ftr_ad);
522
523                                 last;
524                             }
525                             else { 
526                                 write_msg(($mda?'|'.SENDMAIL." $mda":">$ofile"),
527                                     ($hdrs?undef:\@hdr), $lines);
528                                 exit;
529                             }
530                         }
531                     }
532                 }
533                 last;
534             }
535         } 
536     }
537
538
539     # Protect verbatims:
540     $verb = 0;
541     for ($x=0; $x<scalar(@$lines); $x++) {
542         if ($$lines[$x] =~ /^\s*#v([+-])$/) { 
543             $verb = $1 eq '+' ? 1 : 0;
544             $vrb[$x] = 1;
545         } else { $vrb[$x] = $verb; }
546     }
547
548     # Calculate quoting ratio (with respect to verbatims):
549     if ($check && scalar(@$lines)) {
550         my ($y, $z) = (0, 0);
551         for ($x=0; $x<scalar(@$lines); $x++) {
552             if (!$vrb[$x]) {
553                 $z++;
554                 if (index($$lines[$x], $indent)==0) { $y++; }
555             }
556         }
557         $y = $y/$z;
558
559         if ($y>=$check_ratio) {
560             print $msg_ratio;
561             exit EX_UNAVAILABLE;
562         }
563     }
564
565     if ($mua eq 'mutt') {
566         # See if we find pgp output generated by mutt before we scramble
567         # the thing. If yes, see if we can beautify it.
568         if ($pgpshort || $pgpmove || $pgpmovevrf) { pgp($lines, \@vrb, \@hdr); }
569
570         # Remove all but the first attachment (if this is text/plain)
571         # mutt did introduce (bah!). Remember, all this ugliness could
572         # be replaced with a proper and clean edit_filter patch in 
573         # mutt(1) itself...
574         for ($x=$#$lines; $x>=0; $x--) {
575             if ($vrb[$x]) { next; }
576             # The following regexp's are quite ugly because for most users
577             # these lines are coloured using termcap... (bah!)
578             if (($$lines[$x] =~
579                      /^(?:\e[^\a]+\a)?\Q$mutt_attachment\E(\d+)/o &&
580                     (($1 ne '1') ||
581                     ($x<$#$lines &&
582                         $$lines[$x+1] !~ m!^
583                             (?:\e[^\a]+\a)?
584                             (?:\Q$mutt_contenttype\E)
585                             (?:text/plain|application/pgp)
586                         !ox))) ||
587                 ($$lines[$x] =~ /^
588                     (?:\e[^\a]+\a)?
589                     (?:\Q$mutt_pgpsigned\E     |
590                        \Q$mutt_pgpclearsigned\E|
591                        \Q$mutt_pgpencrypted\E)
592                 /ox))
593             { 
594                 # Strip attachments to prepare further processing
595                 unshift(@att, @$lines[$x..$#$lines]);
596                 splice(@$lines, $x);
597                 # Try to fix trailing empty lines
598                 while (scalar(@$lines) && $$lines[$#$lines] =~
599                     /^(?:\e[^\a]+\a)?\s*$/) { 
600                     unshift(@att, pop(@$lines));
601                 }
602
603                 # Remove ML and ad footers within attachments:
604                 my @tmp;
605                 if ($ml) { remove_footers($lines, \@tmp, $footers, undef); }
606                 if ($ad) { remove_footers($lines, \@tmp, $ads,     undef); }
607                 $x = scalar(@$lines);
608             }
609         }
610
611         # care about the rest
612         if (scalar(@att)) {
613             for ($x=0; $x<$#att; $x++) {
614                 if ($vrb[scalar(@$lines)+$x]) { next; }
615
616                 # Pipe message/rfc822 parts to another instance of
617                 # process_msg() for further processing.
618                 # Please note that we cannot see what a hierarchy the
619                 # original message had -- if there were message/rfc822
620                 # parts within other message/rfc822 parts constellations
621                 # can occur which we cannot resolve. Therefore we simply
622                 # do not even try to be smart. This should work for most
623                 # situations.
624                 # The following regexp is quite ugly because for most
625                 # users the line is coloured using termcap... (bah!)
626                 if ($att[$x] =~
627                         /^(?:\e[^\a]+\a)?\Q$mutt_attachment\E\d+/o &&
628                     $att[$x+1] =~ m!^
629                         (?:\e[^\a]+\a)?
630                         (?:\Q$mutt_contenttype\E) (?:message/rfc822|multipart/alternative)
631                     !ox)
632                 {
633                     $x += 2;
634                     while ($att[$x] !~ /^\s*$/) { $x++; }
635                     $x++;
636
637                     my @tmp = @att[$x..$#att];
638                     process_msg(\@tmp);
639                     splice(@att, $x, scalar(@att)-$x, @tmp);
640                     $x += scalar(@tmp);
641                 }
642             }
643         }
644     }
645
646     # Remove signature:
647     if (scalar(@$lines)) { 
648         my $sn = 0;
649         my $chk_empty = 1;
650         my $empty = 0;
651
652         for ($x = $#$lines; $x>=0; $x--) {
653             if (!$vrb[$x]) {
654                 if ($$lines[$x] =~ /^-- $/) {
655                     if ($diff) {
656                         for (my $i=1; $x+$i+1<scalar(@$lines); $i++) {
657                             if ($$lines[$x+$i] =~ /^-{3}\s+\S/ &&
658                                 $$lines[$x+$i+1] =~ /^\+{3}\s+\S/)
659                             {
660                                 $sig = 0;
661                                 unshift(@sig, @$lines[$x..$#$lines]);
662                                 splice(@$lines, $x);
663                                 last;
664                             }
665                         }
666                         if (scalar(@sig)) {
667                             if (defined($sign) && ++$sn==$sign) { last; } else { next; }
668                         }
669                     }
670
671                     if ($sig || ($lsig && ($#$lines-$x-$empty>$lsig))) {
672                         if ($lsig && !$sig) {
673                             unshift(@sig, "[---=| Overlong signature removed by $0: " .
674                                 (scalar(@$lines)-$x) . " lines snipped |=---]\n");
675                         }
676                         splice(@$lines, $x);
677                     }
678                     else {
679                         unshift(@sig, @$lines[$x..$#$lines]);
680                         splice(@$lines, $x);
681                     }
682                     if (defined($sign) && ++$sn==$sign) { last; } else { next; }
683                 }
684                 # any trailing newlines?
685                 elsif ($chk_empty && $$lines[$x] =~ /^\s*$/) { $empty++; }
686                 elsif ($chk_empty) { $chk_empty = 0; }
687             }
688         }
689     }
690
691     # See if there is some Kammquoting to fix:
692     if ($kamm) { decomb($lines, \@vrb); }
693
694     # Now care about TOFU.
695     # One common mispractice is M$ and Groupwise style TOFU:
696     if ($ms||$gw) {
697         # bloat this array if you want more internationalization:
698         my @tofu = ('Original Message',
699                     'Original-Nachricht',
700                     'Ursprüngliche Nachricht',
701                     'Ursprüngliche Nachricht',
702                     'Ursprungliche Nachricht',
703                     'Mensagem original',
704                     'Ursprungligt meddelande',
705                     'Oorspronkelijk bericht',
706                     'Message d\'origine',
707                     'Forwarded message',
708                     'Weitergeleitete Nachricht / Forwarded Message');
709         my $k = 0;    # any text above?
710         my $tmp = 0;  # flagged if inside PGP output
711
712         DONE: for ($x=0; $x<scalar(@$lines); $x++) { 
713             if (!$vrb[$x]) {
714                 foreach my $tmp (@tofu) {
715                     if (($ms && $$lines[$x] =~ /^\s?-+\s?$tmp\s?-+/) ||
716                         ($gw &&
717                             ($$lines[$x] =~ /^>>>[^\<]+<[^\>]+> \d\d?\/\d\d?\/\d\d? \d\d?:\d\d [AP]M >>>/ ||
718                              $$lines[$x] =~ /^>>> On [A-Z][a-z][a-z]?, [A-Z][a-z][a-z]? \d\d?, \d\d\d\d at [ \d]\d:\d\d [AP]M, in message/))) { 
719                         $x++;
720                         $trad = 0;
721                         $bigqn = 0;
722                         last DONE; 
723                     }
724                 }
725
726                 if ((!$k) && $$lines[$x] !~ /^\s*$/o &&
727                     ((!$mua) ||
728                      ($mua eq 'mutt' &&
729                          $$lines[$x] !~
730                              /^(?:\e[^\a]+\a)?(?:\Q$mutt_attachment\E)/o &&
731                          $$lines[$x] !~
732                              /^(?:\e[^\a]+\a)?(?:\Q$mutt_contenttype\E)/o)) &&
733                     ((!$spass) || index($$lines[$x], $spass_prefix)!=0))
734                 {
735                     if ($mua eq 'mutt' && (!$tmp) &&
736                         $$lines[$x] =~
737                              /^(?:\e[^\a]+\a)?(?:\Q$mutt_pgpoutstart\E)/o) {
738                         $tmp = 1; 
739                     } elsif ($mua eq 'mutt' && $tmp && 
740                         ($$lines[$x] =~
741                              /^(?:\e[^\a]+\a)?(?:\Q$mutt_beginsigned\E)/o ||
742                          $$lines[$x] =~
743                              /^(?:\e[^\a]+\a)?(?:\Q$mutt_pgpclearsigstart\E)/o)) {
744                         $tmp = 0;
745                     } elsif (!$tmp) {
746                         $k = 1;
747                     }
748                 }
749             }
750         }
751
752         # try to avoid false positives and only delete m$ style tofu if
753         # there is text above
754         if ($k) {
755             if (!$ms_smart) { goto CLEAN; }
756
757             # first, see if there is pgp stuff inside the tofu:
758             my $p = 0;    # levels of pgp signed parts
759
760             for (my $i=$x+1; $i<scalar(@$lines); $i++) {
761                 if ($$lines[$i] =~
762                         /^(?:\e[^\a]+\a)?(?:\Q$mutt_pgpclearsigstart\E)/o) {
763                     $p++;
764                 }
765             }
766             if ($p) {
767                 STAIRS: for (my $i=0; $i<scalar(@att); $i++) {
768                     if ($p==0 && $att[$i] =~ /^(?:\e[^\a]+\a)?\[-- /o) {
769                         splice(@att, 0, $i);
770                         unshift(@att, "\n");
771                         goto CLEAN;
772                     } elsif ($att[$i] =~
773                             /^(?:\e[^\a]+\a)?(?:\Q$mutt_pgpclearsigned\E)/o) {
774                         splice(@att, 0, $i+1);
775                         $p--;
776                         goto STAIRS;
777                     }
778                 }
779                 splice(@att);
780             }
781
782             # now removing is safe:
783             CLEAN: $j = scalar(@$lines)-$x;
784             splice(@$lines, $x);
785         }
786     }
787
788     # Nothing? Then try traditional TOFU (deleting M$ style TOFU is done
789     # much more aggressively, so we won't need to search any more if we
790     # did find some):
791     if ($trad && (!$j) && !$vrb[$#$lines]) {
792         if (scalar(@$lines) && $$lines[$#$lines] =~ /^\s*$/) { 
793             unshift(@sig, pop(@$lines));
794         }
795
796         my $k;
797         my $x = 1;
798
799         for (my $i=$#$lines; $i>=0; $i--) {
800             if ($$lines[$i] =~ /^$indent/o) {
801                 $j++;
802                 $k = $i;
803             }
804             elsif ($$lines[$i] !~ /^\s*$/) { last; }
805         }
806
807         if ($j) {
808             # if there is no text above, we will assume the message is meant
809             # as forwarding and therefore OK
810             for (my $i=$k-1; $i>=0; $i--) {
811                 if ($$lines[$i] !~ /^\s*$/o) {
812                    $x = 0;
813                    last;
814                 }
815             }
816             if ($x) {
817                 $j = 0;
818             } else {
819                 splice(@$lines, $k);
820             }
821         }
822     }
823
824     # OK, if we found TOFU, we will leave a message that we were here...
825     if ($j) { 
826         # make sendmail bounce if we shall be picky 
827         # and indeed found something:
828         if ($mda) { 
829             if ($mda ne '1') { 
830                 print STDERR $boun;
831
832                 if ($sysl) {
833                     eval { require Sys::Syslog; }; 
834                     if ($@) { warn $@; } else {
835                         Sys::Syslog::setlogsock('unix');
836                         Sys::Syslog::openlog("$0[$$]", 'pid', 'mail');
837                         Sys::Syslog::syslog('debug', 'bounced message %s', $hdr[0]);
838                         Sys::Syslog::closelog();
839                     }
840                 }
841             }
842
843             exit EX_BOUNCE;
844         }
845
846         # if we were invoked just for checking and indeed found something,
847         # print out the error message and quit:
848         if ($check) {
849             print $msg_quote;
850             exit EX_UNAVAILABLE;
851         }
852
853         push(@$lines, "[---=| TOFU protection by $0: " .
854             "$j lines snipped |=---]\n");
855     }
856     elsif ($mda eq '1') { exit EX_OK; }
857
858     # Care for huge blocks of quoted original message:
859     if ($bigqn) { debigq($lines, \@vrb); }
860
861     # Care for trailing whitespaces:
862     if ($trsp) {
863         for ($x=0; $x<scalar(@$lines); $x++) { 
864             if (!$vrb[$x]) { $$lines[$x] =~ s/[\ \t]+$//; }
865         }
866     }
867
868     # Care for punctuation abuse:
869     if ($elli) {
870         for ($x=0; $x<scalar(@$lines); $x++) { 
871             if (!$vrb[$x]) { $$lines[$x] =~ s/(([.?!])\2\2)\2+/$1/g; }
872         }
873     }
874
875     # (Nearly) at last care for multiple blank lines. (Do not do this
876     # earlier -- the way it is done right now would screw up the verbatim
877     # list)
878     if ($cr) {
879         my $t = 0;
880         for ($x=scalar(@$lines)-1; $x>=0; $x--) {
881             if ((!$vrb[$x]) && $$lines[$x] =~ /^\s*$/) { 
882                 if ($t<2) { $t++; } else { splice(@$lines, $x, 1); }
883             }
884             else { $t = 0; }
885         }
886     }
887
888     # Everything changing the body is done now. Time to fix the line count
889     # header so naive clients do not get confused. Just to be sure, append
890     # the old line count to X-headers.
891     my $l = scalar(@bo1) + scalar(@$lines) + scalar(@att) + scalar(@bo2) +
892                 (!$sig?scalar(@sig):0) + (!$ml?scalar(@ftr):0) + 
893                 (!$ad?scalar(@ads):0);
894     if ($linecount-$l!=0) {
895         for ($x=0; $x<scalar(@hdr); $x++) {
896             if ($hdr[$x] =~ 
897                 s/^(Lines:\s+)(\d+)/$1.($2-$linecount+$l)/e)
898             { 
899                 $hdr[$#hdr] = "X-Old-Lines: $2\n";
900                 push(@hdr, "\n");
901             }
902         }
903     }
904
905     # Finally, before leaving we put everything back in right order.
906     unshift(@$lines, (!$hdrs?@hdr:()), @bo1);
907     push(@$lines, (!$sig?@sig:()), (!$ad?@ads:()), (!$ml?@ftr:()), @att,
908         @bo2);
909 }
910
911
912 # environment
913 my $locale = $ENV{'LC_ALL'}?$ENV{'LC_ALL'}:
914                  ($ENV{'LC_MESSAGES'}?$ENV{'LC_MESSAGES'}:$ENV{'LANG'});
915
916 # command line switches
917 ($ad, $ads, $bigqn, $bigqx, $check, $cr, $sysl, $diff, $elli, $footers, $lax,
918     $ml, $gw, $ms, $ms_smart, $mda, $mua, $hdrs, $kamm, $lsig, $nohdr, $sig,
919     $sigint, $spass, $trad, $trsp) =
920     (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
921 my $ifile   = '-';    # use STDIN if nothing specified
922
923 # get command line params:
924 Getopt::Mixed::init('a A=s c d e h i=s k L=s l m M=s o=s P=s p:s r S:i'.
925     ' s t v w bigq:s body check:s debug>d diff ftr-ad ftr-ml groupwise'.
926     ' help>h kminl=i kmaxl=i kdiff=i lax-security locale=s max-lines=i'.
927     ' ms-smart mua>M pgp-short pgp-move pgp-move-vrf sigsmax:i spass'.
928     ' version>v');
929 while (my ($opt, $val, $pretty) = nextOption()) {
930     if    ($opt eq 'a')     { $ad = 1; }
931     elsif ($opt eq 'A')     { $ads = $val; }
932     elsif ($opt eq 'bigq')  { 
933         if ($val !~ /^(?:(\d+)(?:,(\d+))?)?$/) { help(); }
934         $bigqn = $1?$1:30; 
935         $bigqx = $2?$2:10;
936         if ($bigqn<=0 || $bigqx<=0 || $bigqn<=$bigqx) { help(); }
937     }
938     elsif ($opt eq 'body')  { $nohdr = 1; $hdrs = 1; }
939     elsif ($opt eq 'c')     { $cr = 1; }
940     elsif ($opt eq 'check') {
941         $check = 1;
942         while ($val && $val =~ s/^([^,\s]+)(?:,(\S+))?$/$2/) {
943             my $foo = $1;
944
945             if ($foo =~ /^ratio=(0?\.\d+)$/) {
946                 $check_ratio = $1?$1:1;
947             }
948         }
949     }
950     elsif ($opt eq 'd')     { $sysl = 1; }
951     elsif ($opt eq 'diff')  { $diff = 1; }
952     elsif ($opt eq 'e')     { $elli = 1; }
953     elsif ($opt eq 'ftr-ad') { $ftr_ad = 1; $ad = 1; }
954     elsif ($opt eq 'ftr-ml') { $ftr_ml = 1; $ml = 1; }
955     elsif ($opt eq 'groupwise') { $gw = 1; }
956     elsif ($opt eq 'i')     { $ifile = $val; }
957     elsif ($opt eq 'k')     { $kamm = 1; }
958     elsif ($opt eq 'kminl') { $kminl = $val; $kamm = 1; }
959     elsif ($opt eq 'kmaxl') { $kmaxl = $val; $kamm = 1; }
960     elsif ($opt eq 'kdiff') { $kdiff = $val; $kamm = 1; }
961     elsif ($opt eq 'L')     { $footers = $val; }
962     elsif ($opt eq 'l')     { $ml = 1; }
963     elsif ($opt eq 'lax-security') { $lax = 1; }
964     elsif ($opt eq 'locale') { $locale = $val; }
965     elsif ($opt eq 'm')     { $ms = 1; }
966     elsif ($opt eq 'max-lines') { $maxlines = $val; }
967     elsif ($opt eq 'ms-smart') { $ms_smart = 1; $ms = 1; }
968     elsif ($opt eq 'M') {
969         $mua = lc($val);
970
971         if ($mua eq 'mutt') {
972             # mutt still displays the message when ^C'ing pgp verification:
973             $SIG{'INT'} = 'sigint_handler';
974         }
975     }
976     elsif ($opt eq 'o')     { $ofile = $val; }
977     elsif ($opt eq 'P')     { $boun = $val; }
978     elsif ($opt eq 'p')     { $mda = $val ? $val : '1'; }
979     elsif ($opt eq 'pgp-short') { $pgpshort = 1; }
980     elsif ($opt eq 'pgp-move') { $pgpmove = 1; }
981     elsif ($opt eq 'pgp-move-vrf') { $pgpmovevrf = 1; }
982     elsif ($opt eq 'r')     { $hdrs = 1; }
983     elsif ($opt eq 'S')     { $lsig = $val ? $val : $maxsig; }
984     elsif ($opt eq 's')     { $sig = 1; }
985     elsif ($opt eq 'sigsmax') { $sign = $val ? $val : undef; }
986     elsif ($opt eq 'spass') { $spass = 1; }
987     elsif ($opt eq 't')     { $trad = 1; }
988     elsif ($opt eq 'v')     { version(); }
989     elsif ($opt eq 'w')     { $trsp = 1; }
990     else                    { help(); }
991 }
992 Getopt::Mixed::cleanup();
993 if (($ml && $footers eq '')||    # no -l without -L
994     ($ad && $ads eq '')||        # no -a without -A
995     ($nohdr && $pgpshort)||      # --body and --pgp-short are like oil and water
996     ($ifile eq '')||             # no empty -i
997     ($ofile eq ''))              # no empty -o
998 { help(); }
999
1000
1001 if ($mua eq 'mutt') {
1002     if (defined $locale && $locale ne '' && $locale ne 'C' && $locale ne 'POSIX') {
1003         eval { require Locale::gettext; };
1004         if ($@) { warn $@; exit(EX_SOFTWARE); } else {
1005             Locale::gettext::textdomain('mutt');
1006             ($mutt_attachment) =
1007                 Locale::gettext::gettext("[-- Attachment #%d") =~
1008                 m/^([^%]*)/;
1009             ($mutt_contenttype) =
1010                 Locale::gettext::gettext("[-- Type: %s/%s, Encoding: %s, Size: %s --]\n") =~
1011                 m/^([^%]*)/;
1012             ($mutt_pgpsigned) =
1013                 Locale::gettext::gettext("[-- End of signed data --]\n")  =~
1014                 m/^(.*)\n/m;
1015             ($mutt_beginsigned) =
1016                 Locale::gettext::gettext("[-- The following data is signed --]\n\n") =~
1017                 m/^(.*)\n/m;
1018             ($mutt_pgpclearsigned) =
1019                 Locale::gettext::gettext("[-- END PGP SIGNED MESSAGE --]\n") =~
1020                 m/^(.*)\n/m;
1021             ($mutt_pgpclearsigstart) =
1022                 Locale::gettext::gettext("[-- BEGIN PGP SIGNED MESSAGE --]\n") =~
1023                 m/^(.*)\n/m;
1024             ($mutt_pgpencrypted) =
1025                 Locale::gettext::gettext("[-- End of PGP/MIME encrypted data --]\n") =~
1026                 m/^(.*)\n/m;
1027             ($mutt_pgpoutstart) =
1028                 Locale::gettext::gettext("[-- PGP output follows (current time: %c) --]\n") =~
1029                 m/^([^%]*)/;
1030             ($mutt_pgpoutend) =
1031                 Locale::gettext::gettext("[-- End of PGP output --]\n") =~
1032                 m/^(.*)\n/m;
1033
1034             Locale::gettext::textdomain('gnupg');
1035             ($gpg_WARNING) =
1036                 Locale::gettext::gettext("WARNING: using insecure random number generator!!\n") =~
1037                 m/^([^:]*: )/;
1038             ($gpg_Warning) =
1039                 Locale::gettext::gettext("WARNING: message was encrypted with a weak key in the symmetric cipher.\n") =~
1040                 m/^([^:]*: )/;
1041             ($gpg_Cantcheck) =
1042                 Locale::gettext::gettext("Can't check signature: %s\n") =~
1043                 m/^([^%]*)/;
1044             ($gpg_aka) =
1045                 Locale::gettext::gettext((' 'x16).'aka "%s"') =~
1046                 m/^([^"«%]*)["«%]/;
1047             ($gpg_bad) =
1048                 Locale::gettext::gettext('BAD signature from "%s"') =~
1049                 m/^([^"«%]*)["«%]/;
1050             ($gpg_expired) =
1051                 Locale::gettext::gettext("Note: This key has expired!\n") =~
1052                 m/^(.*)\n/m;
1053             ($gpg_good) =
1054                 Locale::gettext::gettext('Good signature from "%s"') =~
1055                 m/^(([^"«%]*))["«%]/;
1056             ($gpg_bug) =
1057                 Locale::gettext::gettext("... this is a bug (%s:%d:%s)\n") =~
1058                 m/^([^%]*)/;
1059         }
1060     }
1061
1062 }
1063 else {
1064     if ($ms_smart || $pgpshort || $pgpmove || $pgpmovevrf) { help(); }
1065 }
1066
1067
1068 # Read message:
1069 if (!open(IN, $ifile))
1070     { print STDERR "Could not open $ifile: $!\n"; exit(EX_IOERR); }
1071 my @message = <IN>;
1072 close IN;
1073
1074 # this should be self-explanatory:
1075 process_msg(\@message);
1076
1077 # Finally, print clean lines:
1078 if ($ofile ne 'NONE') {
1079     write_msg(($mda?'|'.SENDMAIL." $mda":">$ofile"), \@message);
1080 }
1081
1082 # vim600:set foldmethod=marker:
1083 # eof