procmail
[Top] [All Lists]

Re: filtering to two folders - Solved!

1995-11-13 04:28:54
My apologies to everyone for not seeing this sooner.  The solution,
of course, is to not tell a terminal program that it's a filter.

:0 H
* ^From.*jimo
* ^Subject: test
{
    :0 cw:   ### NO f here!
    | formail -k -X From -X From: -X Subject: -X Date: >>test1

    :0 f
    | formail -k -X From -X From: -X Subject: -X Date: -X Message-Id:
        :0 a:
        test2
}

The carbon-copy is made before the pipe, and the second recipe
gets its entire input.

Thanks again for all the help.
jimo(_at_)eskimo(_dot_)com

<Prev in Thread] Current Thread [Next in Thread>
  • Re: filtering to two folders - Solved!, Jim Osborn <=