condredirect(1) - Linux man page
Name
condredirect - perhaps redirect mail to another addressSynopsis
in .qmail: |condredirect newaddress program [ arg ... ]Description
If program exits 111, condredirect exits 111, so delivery will be retried later.
If program exits anything else (or does not exist), condredirect exits 0, so the rest of .qmail will be processed as usual.
Note that it is not safe for program to fork a child that reads the message in the background.
WARNING: If you create a .qmail file to enable condredirect, make sure to also add a line specifying delivery to your normal mailbox.
