Thanks for the little hint, it works now.
--
borek
Steffen Kaiser wrote:
>
>
> Take a look at the function in mimedefang.pl and duplicate it, e.g.
> the loop:
>
> # Copy message over
> while(<IN>) {
> print CHILD;
> }
> close(IN
>
>
>
>
>