Hmm. I've never see any of these bounces - what do the headers look
like? I also sent a mail directly to the Yahoo address and didn't get
a bounce.
Regards.
On Wed, Aug 29, 2001 at 10:18:05AM -0500, Mate Wierdl allegedly wrote:
> 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