How can I feed qmail-start, qmail-lspawn, and qmail-local more than one
default delivery instruction. My hope is to use a program, "blackbox" for
example, that will extract information from each incoming message before it
is saved. A similar .qmail file would look like this:
|blackbox
./Maildir/
After looking at the sample start-up scripts in /var/qmail/boot, I'm
thinking my start-up line would look similar to this, assuming blackbox
takes no arguments:
qmail-start '|blackbox ./Maildir/'
Is this correct? If not, how can I string together multiple default
delivery instructions?
Thanks for the help.
---Kris Kelley