debian_specific 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. # -*- mode: spamassassin -*-
  2. # this contains headers and such which are Debian specific
  3. # cord, 20050811
  4. header HEADER_X_KATIE exists:X-Katie
  5. describe HEADER_X_KATIE X-Katie-Mailheader present
  6. score HEADER_X_KATIE -2
  7. header RCVD_FROM_RIES Received =~ /^from ries.debian.org \(ries.debian.org \[128.148.34.103\]\)/
  8. describe RCVD_FROM_RIES Mail comes from Ries
  9. score RCVD_FROM_RIES -2
  10. #testing watch
  11. whitelist_from noreply@release.debian.org
  12. # Added by cord 2004/10/24 (to let Release-critical Bugreport through)
  13. whitelist_from_rcvd bugscan@debian.org debian.org
  14. whitelist_from_rcvd webmaster@debian.org debian.org
  15. whitelist_from bugscan@debian.org
  16. header MURPHY_DEBIAN_MESSAGE exists:X-Debian-Message
  17. describe MURPHY_DEBIAN_MESSAGE Found Debian-Header.
  18. # yea. this sucks. if a spammer finds out this...
  19. score MURPHY_DEBIAN_MESSAGE -10
  20. # joy, 2003-08-17
  21. header OUR_MTA_MSGID Message-Id =~ /\@(master|bendel|gluck)\.debian\.org/
  22. describe OUR_MTA_MSGID Sounds like a msgid autogenerated by our MTAs
  23. score OUR_MTA_MSGID 2
  24. header XMAILER_REPORTBUG X-Mailer =~ /reportbug/
  25. describe XMAILER_REPORTBUG X-Mailer seems to be reportbug, a debian utility
  26. score XMAILER_REPORTBUG -2
  27. header XPRPACKAGE_INSTALLREPORT X-Debian-PR-Package =~ /installation-reports/
  28. describe XPRPACKAGE_INSTALLREPORT Install reports sometimes contain infos that trigger to much other test
  29. score XPRPACKAGE_INSTALLREPORT -2
  30. header XMAILORIGINATOR_PODEBCONF X-Mail-Originator =~ /podebconf-report-po/
  31. describe XMAILORIGINATOR_PODEBCONF Mail from podebconf-report-po
  32. score XMAILORIGINATOR_PODEBCONF -2
  33. # we bump the score of vacation up here
  34. score VACATIONMAIL 5