• SpamAssasin Ruleset not working

    By Bastian Wieczorek 1 decade ago

    The SpamAssasin Ruleset is not working. The rule isn´t moving/deleting the emails.

    • Solution for: SpamAssasin Ruleset not working

      By Bastian Wieczorek 1 decade ago

      The part from the rule:

       
      @TextToNumber(X_Spam_Level)100)

      should be changed to:
       
      @Length(X_Spam_Level))

      which will solve the issue (Because of the reason that the router task has problems to convert the * into numbers).
       
Example field:
Field Name: X_Spam_Level
Data Type: Text List
Data Length: 20 bytes
Seq Num: 3
Dup Item ID: 0
Field Flags:

"
***"