+ Russell Nelson <[EMAIL PROTECTED]>:

| Donna Phillips writes:
|  > The all messages would be delived to the Mailbox it was attached
|  > to and that only email with say 'internic' in the From: field
|  > would also have a copy sent to another email box
| 
| |if echo $SENDER | grep internic; then forward other-email-box
| ./Mailbox

Um.  Apart from the obvious syntax error in the above, which will
cause all mail for this address to bounce, you neglected the
requirement that forwarding be based on the From: field rather than
the envelope sender.  The best fix is probably to replace the test by
822field from | grep internic, where 822field is from Dan's mess822
package.  Fixing the syntax error is left as an exercise for the
reader.

- Harald

Reply via email to