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