spamassassin: Mark messages as spam with score > 20.
[matthijs/servers/drsnuggles.git] / etc / spamassassin / local.cf
index b8ba322fe58871e7fcba3545de82ad99df7a387e..0ac80b6db36af1adca4bdff645d9dd9318618f52 100644 (file)
@@ -4,3 +4,35 @@
 # for all configuration options.
 #
 ###########################################################################
+
+# The SMTP of utwente are trusted and regarded as internal, so received header
+# DNS checks with -lastexternal check the address before utwente instead of the
+# utwente adresses. Also add kat to this list, since she fetches and resends
+# mails.
+
+# Note that by not setting trusted_networks, all internal_networks are also
+# trusted (which is what we want)
+
+# utwente MX
+internal_networks 130.89.2.0/24
+# utwente mailboxes
+internal_networks 130.89.5.0/24
+# SNT mailservers (at least 130.89.175.26 is one, that delivers for *.student.utwente.nl)
+internal_networks 130.89.175.0/24
+# kat
+internal_networks 130.89.168.160/32
+
+# Mark any messages with score > 20 as spam, making exim reject them at the
+# door. Any messages with lower spamscores should be filtered by users
+# themselves.
+required_score 20.0
+
+# Report template. Should fit within 78 character (dots below).
+#      ........................................................................
+clear_report_template
+report Spamchecked on "_HOSTNAME_"
+report
+report  pts  rule name              description
+report  ---- ---------------------- -------------------------------------------
+report _SUMMARY_
+#      ........................................................................