[Rspamd-Users] composite rule questions base on the docs
    Rick Moss 
    rick at mosses.ca
       
    Fri Oct 25 22:34:39 UTC 2024
    
    
  
I am trying to setup a composite and I have some questions after reading 
the docs:
1. I don't wont the scores or symbols removed
2. the symbol XM & neural if positive & bayes is positive = add 3 to the 
overall score.
Does this rule look right and and will it show the 
COMPOSITE_NEURAL_BAYES_XM rule in the tags ?
COMPOSITE_NEURAL_BAYES_XM {
expression = "MISSING_XM_UA and g+:neural and g+:bayes";
score = 3.0;
policy = "leave";
}
    
    
More information about the Users
mailing list