• Does anyone have this working?

    By John Q Parker 2 decades ago

    On CentOS 4.4 with Domino 7.0.1?



    When it loads, here are the log entries:



    09/22/2006 10:37:10 kSpam.bload: Originally by Tom Lyne

    09/22/2006 10:37:10 kSpam.bload: Linux port by Hans-Georg Franke

    09/22/2006 10:37:10 kSpam.bload: Initializing complete

    09/22/2006 10:37:11 kSpam.bload: KERROR created

    09/22/2006 10:37:11 kSpam.bload: An error occured when trying to load data from file comblist.txt

    09/22/2006 10:37:11 kSpam.bload: File comblist.txt not found

    09/22/2006 10:37:11 kSpam.bload: Loading words

    09/22/2006 10:37:11 kSpam.bload: Null buffer encountered

    09/22/2006 10:37:11 kSpam.bload: KERROR created

    09/22/2006 10:37:11 kSpam.bload: Bayesian error with spam data

    09/22/2006 10:37:11 kSpam.bload: Null buffer encountered



    I am being deluged by spam, getting 40-60 per day per person. KSpam is not working at all. I have several Copy & Deny rules, copied from someone's post here. Bayseyian is disabled. Created and signed all dbs. Do I need a comblist.txt? Where and what should be in it?



    If anyone can help, I would really appreciate it…

    • CentOS

      By Nico Vis 2 decades ago

      Hi,

      both on linux and win versions, you have to check if at least one rule work and if bayesian is working.

      Comblist.txt is created after the first "loading words" ends.

      If kspam works in the right way you will see KS_BL_… fields in the received mail documents or the ks_allow_reason field if it met any.

      Otherwhise blocked messages have the ks_reason field if blocked by a rule and ks_bl_prob if blocked for a bayesian reason.



      If everything is ok the the rest depends on how you setup kspam. If you set up allow and deny rules correctly and mailspam and mailgood are well populated then it works very well.

      Every messages is checked for rules and then for bayesian statistics so if everything is ok bad messages are blocked.



      Best Regards.



      Nico

      • By John Q Parker 2 decades ago

        OK, I now have only one rule:



        Deny Rule:



        Priority: 90

        From contains:

        To contains:

        Subject contains:

        Body contains:

        Attachments: .vbs



        Action: Copy & Deny

        Mark with: xxx

        Probability Increase: 0



        Here is my config:



        Instance ID

        This is a string of six characters or less, should be the same for every server in your organisation (KS_IID). Farcom

        Default action

        This is the default action to be taken when one of the hard coded rules is matched (KS_DEFAULTACTION). 0 - Accept

        Default probability increase

        The default probability increase, only used if increase probability is selected for the default action (KS_DEFAULT_PROB_INC). 10%

        Mark messages with a reason field?

        Add KS_REASON item to an email if a rule is matched (KS_MARK). Yes

        Reload configuration every hour?

        (KS_RELOAD). Yes

        Show statistics?

        Log statistics under smtp.kSpam.* (KS_STATS). Yes

        Minimum "From:" header length?

        Minimum length of the From: header (KS_MIN_FROM_LENGTH). 2

        Maximum numbers in sender's username?

        Maximum number of integers in the sender's username (KS_MAX_FROM_INTS). 20

        First character in "From:" header must not be a number?

        (KS_FILTER_FROM_INT). No

        Other forms to scan?

        Forms other than Memo and Reply delimited by commas (KS_INTERESTING_FORMS).

        Add recipients list to copied and denied messages?

        Add KS_RECIPIENTS readers field to denied messages, username in email address must me included in the recipients username field in their person document. ( KS_RECIPIENTS). No

        Copied mail database

        Database to copy copied messages to, default is mailspam.nsf (KS_COPIED_DB). mailspam.nsf

        Turn on debugging?

        Create log in ks_debug.txt (KS_DEBUG). Yes



        I do not see a ks_debug.txt file anywhere. Any ideas?



        Thanks