Chris Green:
> If I add a second line to .forward, e.g. make it something like:-
> 
>     | /home/chris/.mutt/bin/filter.py
>     | /home/chris/dev/bin/filter.py
> 
> Then, if (as is likely) there are errors in /home/chris/dev/bin/filter.py
> the message sender will see an error returned even though the message
> has been delivered successfully by the first line.
> 
> Is there a (simple) way to set up an extra message delivery whose
> status won't get fed back to the sender?

Using standard shell syntax:

| /home/chris/.mutt/bin/filter.py
| /home/chris/dev/bin/filter.py || exit 0

        Wietse

Reply via email to