common_spam 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. # -*- mode: spamassassin -*-
  2. # this file includes rules that are common which have been split out
  3. # into separate files in this directory.
  4. include drug_spam
  5. include pron_spam
  6. include phrase_spam
  7. include misc_spam
  8. include money_spam
  9. include url_spam
  10. include virus_spam
  11. include blacklists
  12. include relay_blacklists
  13. # this is the set of automatic response spam scores
  14. include auto_response_spam
  15. # this is a set of image-specific spam rules
  16. tryplugin Mail::SpamAssassin::Plugin::ImageInfo
  17. include image_spam
  18. meta DIGEST_MULTIPLE RAZOR2_CHECK + PYZOR_CHECK > 1
  19. describe DIGEST_MULTIPLE Message hits more than one network digest check
  20. tflags DIGEST_MULTIPLE net
  21. #reuse DIGEST_MULTIPLE
  22. score DIGEST_MULTIPLE 0
  23. #blarson 2007-09-09
  24. header NODAY date =~ /^\s+\,/
  25. describe NODAY bad date format
  26. score NODAY 2
  27. #formorer 2012-07-20
  28. header CLUB_PROGRAMADORES From =~ /Club-de-Programadores/i
  29. describe CLUB_PROGRAMADORES ACP - Club-de-Programadores spam
  30. score CLUB_PROGRAMADORES 5
  31. #formorer 2012-10-02
  32. header CLUB_PROGRAMADORES From =~ /Club\s+de\s+Programadores/i
  33. describe CLUB_PROGRAMADORES ACP - Club-de-Programadores spam
  34. score CLUB_PROGRAMADORES 5
  35. #formorer 2014-02-06
  36. rawbody LOCAL_VIEWINBROWSER /View this message in a browser/
  37. describe LOCAL_VIEWINBROWSER "View this message in a browser"
  38. score LOCAL_VIEWINBROWSER 1.0