Re: Running message through a single SA test

2008-12-04 Thread Theo Van Dinter
On Wed, Dec 03, 2008 at 06:46:32PM -0700, Kelly Jones wrote: > I want to run a message through ONE SpamAssassin test w/o the overhead > of running all the tests. > > Does SA have a "--run-just-this-test=FOO" option? It sounds like you want to take a look at the mass-check tool. :) -- Randomly S

Re: Running message through a single SA test

2008-12-03 Thread Matt Kettler
Kelly Jones wrote: > I want to run a message through ONE SpamAssassin test w/o the overhead > of running all the tests. > > I realize many SA tests are just regexs (so I could use procmail or > something), but this test is a meta test and it may change from time > to time. > > Does SA have a "--run

Running message through a single SA test

2008-12-03 Thread Kelly Jones
I want to run a message through ONE SpamAssassin test w/o the overhead of running all the tests. I realize many SA tests are just regexs (so I could use procmail or something), but this test is a meta test and it may change from time to time. Does SA have a "--run-just-this-test=FOO" option? --