On Tue, 2011-10-11 at 15:37 +, Sharma, Ashish wrote:
> Martin,
>
> Your testing strategy of spamassassin is interesting to emulate and I
> have following queries:
>
> Following are the plugins that get loaded in my spamassassin:
>
> SpamAssassin loaded plugins: AutoLearnThreshold, Bayes, Bod
Subject: Re: How to create spam score list for sample email messages
On Mon, 2011-10-10 at 15:36 +, Sharma, Ashish wrote:
> I want to create a report of sample emails with the spam scores
> generated in accordance with permissible limits after deploying the
> spamassassin updated rulesets
On Mon, 2011-10-10 at 20:08 +0100, RW wrote:
> On Mon, 10 Oct 2011 17:29:08 +0100
> Martin Gregorie wrote:
>
>
> > for f in testdata/*.txt
> > do
> > spamc >result.txt
>
> For that to work you need the setting
>
> fold_headers 0
Fair comment: I use gawk rather than grep and my filter looks
On Mon, 10 Oct 2011 17:29:08 +0100
Martin Gregorie wrote:
> for f in testdata/*.txt
> do
> spamc >result.txt
For that to work you need the setting
fold_headers 0
On Mon, 2011-10-10 at 15:36 +, Sharma, Ashish wrote:
> I want to create a report of sample emails with the spam scores
> generated in accordance with permissible limits after deploying the
> spamassassin updated rulesets.
>
> For that I am trying out on a shell script providing with my test
> e