• bload and reject vs. mark only

    By Thomas Weber 2 decades ago

    Hi there,

    first of all thanks forthis project it's a great thing, i love it ;-)

    i don't know if this is a feature request or i simply dont get it

    here is what i want to do :

    after filling up mailgood and mailspam i would like to accept every mail, but mark it .

    based on a user agent this mail will be moved to the junk mail folder .



    i'm now working with this ini settings :

    EXTMGR_ADDINS=spam

    KS_BAYESIAN_FILTER=1

    KS_BAYESIAN_MARK=1

    KS_BAYESIAN_PREP_2=1

    KS_BL_PERIOD=180

    KS_BL_IGNORE=format,MIME,text,multi-part,multipart,FONT,nbsp,name,boundary,Content-Type,NextPart,000,alternative,bgColor,—-,color,mixed,message,align,Arial,href,FONT-SIZE,face,FONT-FAMILY,border,This,

    KS_DEFAULTACTION=1

    KS_MARK=1



    my problem is only that the mailgood ( or with KS_BAYESIAN_PREP=1 the mailspam 0 DB filled up very fast and i dont want to delete the dcos every hour.

    besides that we have something like 20 different user languages in our company so it 's hard for admins to decide on false positives.



    so i'm looking for a KS_BAYESIAN_DEFAULTACTION switch where i can decide if i like to block or only mark the spam.



    Thx for any comments or ideas how to achive this.

    Thomas Weber

    • Workaround for non blocking

      By Thomas Weber 2 decades ago

      Hi there :

      after a short look at the sources if found a workaround :

      here are my notes.ini settings just in case somebody would like to do the same.

      EXTMGR_ADDINS=spam

      KS_BAYESIAN_FILTER=1

      KS_BAYESIAN_MARK=1

      KS_BL_PERIOD=180

      KS_BAYESIAN_BOUNDARY=200

      KS_BAYESIAN_RATIO=10000

      KS_BL_IGNORE=alt,spacer,src,img,width,Fw:,format,MIME,text,multi-part,multipart,FONT,nbsp,name,boundary,Content-Type,NextPart,000,alternative,bgColor,—-,color,mixed,message,align,Arial,href,FONT-SIZE,face,FONT-FAMILY,border,This,

      KS_DEFAULTACTION=1

      KS_MARK=1



      blocking never happens because boundary is set over 100

      to avoid that a huhe amound of mails gets copied set ratio to 10000 or a number that fits your server.

      be carefull ratio is a signed int !

      after having these db'spopulated you can nowwork either with mail-in db's to fine-tune or you use :

      http://www.taet.com.au/mb.nsf/plinks/MSMH-5ZSCWT ( thx bruce for pointing to this side )



      hopefully this helps others as well and pls. tom do not make ratio a char in future releases or check if boundary is smaller than 100 ;-)



      thanks again for