2009/2/23 Ian P. Christian <[email protected]>: > I'm not sure what it is I'm doing wrong here, perhaps my 'test' mail > is not in the format expected by sieve-test.
I don't know why I didn't figure this out from my previous mail/error. sieve-test appears not to handle relative paths as it's 2nd param. This works: # sieve-test -c -d - ./sievetest `pwd`/test This doesn't: # sieve-test -c -d - ./sievetest ./test
