On Wed, Aug 29, 2001 at 09:51:31AM +0300, Taymour A. El Erian wrote:
> I sent a message to the list and I got back this reply !!
You can deal with this problem by putting as the first line in your .qmail
(on one line)
|if 822field x-failed-recipients
| grep [EMAIL PROTECTED] > /dev/null 2>&1; then
exit 99; fi
822field is part of djb's mess822 package.
Actually, I am doing
| condredirect mw-bazmeg sh -c '822field x-failed-recipients | grep
|[EMAIL PROTECTED]'
with
$ cat .qmail-bazmeg
|mailsubj "Please bounce to envelope sender" [EMAIL PROTECTED]
|[EMAIL PROTECTED]
Mate