/[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 416 - (hide annotations) (download)
Sun Apr 22 11:22:58 2012 UTC (12 months, 3 weeks ago) by zobel
File size: 1641 byte(s)
s/liszt/bendel/
1 don 306 # -*- mode: spamassassin -*-
2 don 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 zobel 11 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 don 2
13 formorer 366 #testing watch
14 don 388 whitelist_from noreply@release.debian.org
15 formorer 366
16 don 2 # 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 zobel 416 header OUR_MTA_MSGID Message-Id =~ /\@(master|bendel|gluck)\.debian\.org/
27 don 2 describe OUR_MTA_MSGID Sounds like a msgid autogenerated by our MTAs
28     score OUR_MTA_MSGID 2
29    
30 zobel 228 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 don 306
38 cord 336 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 don 306 # we bump the score of vacation up here
43     score VACATIONMAIL 5

  ViewVC Help
Powered by ViewVC 1.1.5