/bin/true

The first line of this file gives command-line for the ripmime executable
or other program for extracting parts of a MIME encoded file. The defaults
supplied with this package request that the message be read from standard
input, and the parts be extracted to the current directory.

By default, we call /bin/true, which does nothing. That's because clamav can
decode MIME messages by itself, so no helper app is needed. If you're using
a different scanner, you may want to use the following instead:

/usr/local/bin/ripmime -i - -d .
