Package: mime-support
Version: 3.44-1
Severity: normal
File: /usr/bin/run-mailcap

If there's a copiousoutput entry in mailcap for text/plain,
run-mailcap will pipe infinitely to new invocations of itself.
Here's a patch to fix it:

--- /usr/bin/run-mailcap        2009-03-30 23:59:13.000000000 -0400
+++ /usr/bin/run-mailcap.agriffis       2009-03-30 23:59:29.000000000 -0400
@@ -455,7 +455,7 @@
                 $fail++;
                 next;
             }
-        } elsif ($action eq 'view' && $match =~ m/;\s*copiousoutput\s*($|;)/) {
+        } elsif ($action eq 'view' && $match =~ m/;\s*copiousoutput\s*($|;)/ 
&& $type ne 'text/plain') {
             $comm .= " | $0 --action=$action text/plain:-";
         }
 

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (650, 'testing'), (600, 'unstable'), (550, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.28-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

mime-support depends on no packages.

Versions of packages mime-support recommends:
ii  file                          4.26-2     Determines file type using "magic"

mime-support suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to