Re: Score Ignored

2014-09-22 Thread RW
On Mon, 22 Sep 2014 15:11:44 -0500
Robert A. Ober wrote:


> *Yes,  my test messages and SPAM hit the rules but ignore the score.*

What score does it have?

Could it be that the score got set after spamd was restarted?


Re: Score Ignored

2014-09-22 Thread David B Funk

On Mon, 22 Sep 2014, Bowie Bailey wrote:


On 9/22/2014 4:11 PM, Robert A. Ober wrote:




header SUBJECT_NOTIFICATION  Subject =~ /\bNotification\b/i
score  SUBJECT_NOTIFICATION  3.0


*Yes,  my test messages and SPAM hit the rules but ignore the score.*


Double-check your rule and score lines for any minor typos -- particularly in 
the name of the rule.


AND make sure you don't have a subsequent rule that has the same name.
The rule parsing system says "last man wins" so if there's a subsquent
rule (either in that same file or in another file that is included later
in the parsing process) with the same name it will over-ride your
rule in question.


--
Dave Funk  University of Iowa
College of Engineering
319/335-5751   FAX: 319/384-0549   1256 Seamans Center
Sys_admin/Postmaster/cell_adminIowa City, IA 52242-1527
#include 
Better is not better, 'standard' is better. B{


Re: Score Ignored

2014-09-22 Thread Bowie Bailey

On 9/22/2014 4:11 PM, Robert A. Ober wrote:




header SUBJECT_NOTIFICATION  Subject =~ /\bNotification\b/i
score  SUBJECT_NOTIFICATION  3.0


*Yes,  my test messages and SPAM hit the rules but ignore the score.*


Double-check your rule and score lines for any minor typos -- 
particularly in the name of the rule.


--
Bowie


Re: Score Ignored

2014-09-22 Thread Robert A. Ober

On 9/22/14, 12:56 PM, Alex Regan wrote:



This working elsewhere for me but on my own server the score for the
rules I wrote are being ignored.  Example rule:

header SUBJECT_NOTIFICATION  Subject =~ /\bNotification\b/i
score  SUBJECT_NOTIFICATION  3.0

Spamd uses the rule but does not apply the score.  I am on 3.3.2 on
Mageia 3 with Postfix and Procmail.


What file do you have this rule stored in?

__

*local.cf*

Are you sure it's being read on start-up?


_

*Yes,  my test messages and SPAM hit the rules but ignore the score.*


Have you tried to lint your rules?

# spamassassin --lint

_

*That gave me a bunch of redefined errors in IP.pm so I am updating that.*


Use "spamassassin -t -D < myfile 2>&1 |less" and read through the 
debug output for any possible errors and a reference to your cf file.

__

*So that is fun;-)  Lots to read.   Anyway,  what is to be substituted 
for myfile?  A test message?The local.cf?**

**
**Thanks Much,**
**Robert A. Ober*



Re: Score Ignored

2014-09-22 Thread Alex Regan



This working elsewhere for me but on my own server the score for the
rules I wrote are being ignored.  Example rule:

header SUBJECT_NOTIFICATION  Subject =~ /\bNotification\b/i
score  SUBJECT_NOTIFICATION  3.0

Spamd uses the rule but does not apply the score.  I am on 3.3.2 on
Mageia 3 with Postfix and Procmail.


What file do you have this rule stored in? Are you sure it's being read 
on start-up?


Have you tried to lint your rules?

# spamassassin --lint

Use "spamassassin -t -D < myfile 2>&1 |less" and read through the debug 
output for any possible errors and a reference to your cf file.


Regards,
Alex





Any ideas?

Thanks,
Robert A. Ober*

--
Folks,
Please be aware that I am not always watching email so text me
or go old school and call me at 281-772-3596 if you need help within a few 
hours.




Score Ignored

2014-09-22 Thread Robert A. Ober

*Hello Folks,

This working elsewhere for me but on my own server the score for the 
rules I wrote are being ignored.  Example rule:


header SUBJECT_NOTIFICATION  Subject =~ /\bNotification\b/i
score  SUBJECT_NOTIFICATION  3.0

Spamd uses the rule but does not apply the score.  I am on 3.3.2 on 
Mageia 3 with Postfix and Procmail.


Any ideas?

Thanks,
Robert A. Ober*

--
Folks,
Please be aware that I am not always watching email so text me
or go old school and call me at 281-772-3596 if you need help within a few 
hours.