I am trying to set up a filter to do 2 things to an incoming mail message, specifically I want to run a script on it, then have a copy of it placed into a folder. I have tried this:
:0
* ^Subject:.*subject_i_want*
{
:0 c
|sh script
:0
.anotherfolder/
}
but this does not work, I know I have had it working in the past but for
the life of me I cannot remember how.
Any help would be greatly appreciated!
Cheers
Jamie
