/[pkg-listmaster]/trunk/spamassassin_config/common/debian_specific
ViewVC logotype

Contents of /trunk/spamassassin_config/common/debian_specific

Parent Directory Parent Directory | Revision Log Revision Log


Revision 306 - (show annotations) (download)
Wed May 6 00:48:00 2009 UTC (4 years ago) by don
File size: 1405 byte(s)
add image rules; increase vacation mail score
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 # Added by cord 2004/10/24 (to let Release-critical Bugreport through)
14 whitelist_from_rcvd bugscan@debian.org debian.org
15 whitelist_from_rcvd webmaster@debian.org debian.org
16 whitelist_from bugscan@debian.org
17 header MURPHY_DEBIAN_MESSAGE exists:X-Debian-Message
18 describe MURPHY_DEBIAN_MESSAGE Found Debian-Header.
19 # yea. this sucks. if a spammer finds out this...
20 score MURPHY_DEBIAN_MESSAGE -10
21
22 # joy, 2003-08-17
23 header OUR_MTA_MSGID Message-Id =~ /\@(master|liszt|gluck)\.debian\.org/
24 describe OUR_MTA_MSGID Sounds like a msgid autogenerated by our MTAs
25 score OUR_MTA_MSGID 2
26
27 header XMAILER_REPORTBUG X-Mailer =~ /reportbug/
28 describe XMAILER_REPORTBUG X-Mailer seems to be reportbug, a debian utility
29 score XMAILER_REPORTBUG -2
30
31 header XPRPACKAGE_INSTALLREPORT X-Debian-PR-Package =~ /installation-reports/
32 describe XPRPACKAGE_INSTALLREPORT Install reports sometimes contain infos that trigger to much other test
33 score XPRPACKAGE_INSTALLREPORT -2
34
35 # we bump the score of vacation up here
36 score VACATIONMAIL 5

  ViewVC Help
Powered by ViewVC 1.1.5