You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

snf4sa.cf 1.2KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. #
  2. # SpamAssassin SNF4SA Plugin for SNFServer configuration.
  3. #
  4. # Copyright (C) 2009 ARM Research Labs, LLC.
  5. #
  6. # snf4sa.cf
  7. #
  8. #snf4sa.cf
  9. ####################################################################
  10. # Modify the following to suit your installation.
  11. ####################################################################
  12. describe SNF4SA Message Sniffer
  13. # Default configuration.
  14. GBUdb_max_weight 3.0
  15. snf_result 1 sa_score -5.0 short_circuit_no
  16. snf_result 20 sa_score 6.0 short_circuit_yes
  17. snf_result 40 sa_score 2.5 short_circuit_no
  18. snf_result 47-62 sa_score 4.0 short_circuit_no
  19. snf_result 63 sa_score 3.5 short_circuit_no
  20. ####################################################################
  21. # Do not modify anything below this line.
  22. ####################################################################
  23. # Name of plugin and rule.
  24. loadplugin Snf4sa snf4sa.pm
  25. full SNF4SA eval:snf4sa_sacheck()
  26. # Header line containing the results from SNFServer.
  27. add_header all SNF-Result _SNFRESULTTAG_
  28. add_header all MessageSniffer-Scan-Result _SNFMESSAGESNIFFERSCANRESULT_
  29. add_header all MessageSniffer-Rules _SNFMESSAGESNIFFERRULES_
  30. add_header all GBUdb-Analysis _SNFGBUDBANALYSIS_