At 05:08 PM 5/2/01, Charles Cazabon wrote:
>Sean Brown <[EMAIL PROTECTED]> wrote:
> >if the sender
> > is any other address besides [EMAIL PROTECTED], mailuser will
> silently
> > throw the message away. If the message is from
> [EMAIL PROTECTED], it
> > completes the instructions in mailuser's .qmail file (which right
> now
> > forwards to three other addresses).
>
>Use a .qmail file; have the first instruction a program delivery (|)
>which
>checks the contents of the SENDER environment variable (the envelope
>sender
>address), and exits appropriately to control whether the remainder of
>the
>.qmail file (containing an instruction for storing in a Maildir or
>mbox file)
>is executed.
You can use iftocc, from the mess822 package, to do this. I just
used it for the first time yesterday, tres cool.
http://cr.yp.to/mess822.html
Todd