home *** CD-ROM | disk | FTP | other *** search
/ ftp.f-secure.com / 2014.06.ftp.f-secure.com.tar / ftp.f-secure.com / support / hotfix / fsis / IS-SpamControl.fsfix / iufssc / rules / 25_razor2.cf < prev    next >
Text File  |  2006-11-29  |  2KB  |  48 lines

  1. ifplugin Mail::SpamAssassin::Plugin::Razor2
  2.  
  3. full RAZOR2_CHECK    eval:check_razor2()
  4. describe RAZOR2_CHECK    Listed in Razor2 (http://razor.sf.net/)
  5. tflags RAZOR2_CHECK    net
  6. #reuse RAZOR2_CHECK
  7.  
  8. lang de describe RAZOR2_CHECK    Gelistet im "Razor2"-System (http://razor.sf.net/)
  9. lang nl describe RAZOR2_CHECK    Gevonden in Razor2 (http://razor.sf.net/)
  10. lang fr describe RAZOR2_CHECK    Message listΘ par Razor2, voir http://razor.sourceforge.net
  11. lang pl describe RAZOR2_CHECK    Na li╢cie Razor2 (http://razor.sf.net/)
  12.  
  13. # cf (confidence level) is how likely the message is spam.  RAZOR2_CHECK
  14. # returns true if cf>=min_cf (as defined by user/config).  These return
  15. # true depending on what cf value the message has.  The algorithm goes:
  16. # check the message via razor, then go through each mime part and check
  17. # how razor scored it.  If the part is contested (ie: it's been reported
  18. # as both ham and spam) it's ignored.  SA takes the highest non-contested
  19. # part cf score and returns it for the range rules.  ie: This is essentially
  20. # Razor 2's logic_method 4.
  21. #
  22. # Note: Disabling RAZOR2_CHECK (score RAZOR2_CHECK 0) will also disable
  23. # these checks.
  24. #
  25. # Note: The scores are set to 0 on these tests right now until they get
  26. # better integrated with SA overall.
  27. #
  28.  
  29. full    RAZOR2_CF_RANGE_51_100  eval:check_razor2_range('','51','100')
  30. tflags  RAZOR2_CF_RANGE_51_100    net
  31. #reuse    RAZOR2_CF_RANGE_51_100
  32. describe RAZOR2_CF_RANGE_51_100    Razor2 gives confidence level above 50%
  33.  
  34. full    RAZOR2_CF_RANGE_E4_51_100    eval:check_razor2_range('4','51','100')
  35. tflags  RAZOR2_CF_RANGE_E4_51_100    net
  36. describe RAZOR2_CF_RANGE_E4_51_100    Razor2 gives engine 4 confidence level above 50%
  37.  
  38. full    RAZOR2_CF_RANGE_E8_51_100    eval:check_razor2_range('8','51','100')
  39. tflags  RAZOR2_CF_RANGE_E8_51_100    net
  40. describe RAZOR2_CF_RANGE_E8_51_100    Razor2 gives engine 8 confidence level above 50%
  41.  
  42. lang de describe RAZOR2_CF_RANGE_51_100    Razor2 Spam-Bewertung liegt zwischen 51 und 100
  43. lang fr describe RAZOR2_CF_RANGE_51_100    Razor2 donne un indice de confiance entre 51 et 100
  44. lang nl describe RAZOR2_CF_RANGE_51_100    Razor2 geeft een zekerheid tussen 51 en 100
  45. lang pl describe RAZOR2_CF_RANGE_51_100    Razor2 stwierdzi│ pewno╢µ pomiΩdzy 51 i 100
  46.  
  47. endif
  48.