Re: Question about spam report header

2016-02-03 Thread RW
On Wed, 03 Feb 2016 05:48:00 +0100 Benny Pedersen wrote: > note: > > __ have no score need > T_ must have socre, if not defined it defults to 1.0 An ordinary rule defaults to 1.0, a rule that start with T_ defaults to 0.01.

Re: Question about spam report header

2016-02-02 Thread Marc Perkel
perl -p -i -e 's/__/T_/g' /usr/share/spamassassin/updates_spamassassin_org/* This converts the rules. I'm doing something very interesting. It's going to take a few days to see if it works. I'm applying the same techniques of my evolution filter to the SA rule names. I extract the names and

Re: Question about spam report header

2016-02-02 Thread Benny Pedersen
On 2016-02-03 04:16, Marc Perkel wrote: Never mind are you elvis fan ? :=) I found that if I change __ to T_ that it does what I want. it does ? note: __ have no score need T_ must have socre, if not defined it defults to 1.0 so did you try reading one of elvis records here: perldo

Re: Question about spam report header

2016-02-02 Thread Dave Funk
You can do that but it requires editing all your rule files, altho then you see those matches in all your reports. If you just want to test one particular message, just use the -D option to spamassassin and grep for ' got hit: ' Mar 11 21:51:44.203 [5074] dbg: rules: ran header rule __MIME_VE

Re: Question about spam report header

2016-02-02 Thread Marc Perkel
Never mind I found that if I change __ to T_ that it does what I want. On 02/02/16 18:05, Marc Perkel wrote: On 02/02/16 17:55, Marc Perkel wrote: Normally SA creates a header that has a list of the names of rules that matched. It skips the listing of hidden rules that start with __ .

Re: Question about spam report header

2016-02-02 Thread Marc Perkel
On 02/02/16 17:55, Marc Perkel wrote: Normally SA creates a header that has a list of the names of rules that matched. It skips the listing of hidden rules that start with __ . Is there a command where I can easily tell SA to include the hidden rules in the report in the headers so I can see

Question about spam report header

2016-02-02 Thread Marc Perkel
Normally SA creates a header that has a list of the names of rules that matched. It skips the listing of hidden rules that start with __ . Is there a command where I can easily tell SA to include the hidden rules in the report in the headers so I can see all of it? -- Marc Perkel - Sales/Supp