M. Rodrigo Monteiro skrev den 2014-05-13 20:43:
The problem is that the score is 0.0, but in the debug log has "got
hit". What am I missing?
remove __ on the meta rules, then it works
ok:
meta foo (__bar && __bare)
not ok:
meta __foo (__bar && __bare)
rules begining with __ cant have score
On Wed, 2014-05-14 at 11:38 +0100, Timothy Murphy wrote:
> [tim@grover ~]$ sa-learn --dump magic
>
> 0.000 0 3 0 non-token data: bayes db version
> 0.000 0 25758 0 non-token data: nspam
> 0.000 0 36434 0 non-token data: nham
> 0.000 0 144860 0 non-token data: ntokens
That s
On Mon, 2014-05-12 at 11:33 +0100, Timothy Murphy wrote:
> I'm not sure if SA is working properly on my CentOS-6.5 server.
> :0fw:spamassassin.lock
> * < 256000
> | /usr/bin/spamc
This adds some X-Spam headers to all messages less than 256 kByte in
size, both spam and ham. The headers include det
"M. Rodrigo Monteiro" schrieb am 13. Mai
2014 um 20:43 +0200:
>The problem is that the score is 0.0, but in the debug log has "got hit".
>What am I missing?
http://wiki.apache.org/spamassassin/WritingRules
states
"rules starting with a double underscore are evaluated with no score, and
are intend
Hi All.
Below is my SA.
The problem is that the score is 0.0, but in the debug log has "got hit".
What am I missing?
= Init =
/usr/bin/perl -T -w /usr/local/bin/spamd -D -d -c -m24 --username
spamfilter -H /opt/spamassassin -s /opt/spamassassin/spamassassin.log -r
/var/run/spamd.pid
= Init =
= V
On 5/13/2014 6:55 PM, John Hardin wrote:
On Tue, 13 May 2014, M. Rodrigo Monteiro wrote:
Below is my SA.
The problem is that the score is 0.0, but in the debug log has "got hit".
What am I missing?
Rules whose names begin with two underscores do not contribute to the
score. You'd need somethin
> On Tuesday, May 13, 2014 12:56:45 AM Karsten Bräckelmann wrote:
On the server run the following command as user tim, to get some details
about number of messages learned and if it has been learned recently.
sa-learn --dump magic
Thanks again for your response.
I get the following:
--