ff92911338ccc1d8ba00e00b98a38a5376c550c8
[matthijs/servers/drsnuggles.git] / etc / spamassassin / local.cf
1 # This is the right place to customize your installation of SpamAssassin.
2 #
3 # See http://spamassassin.apache.org/full/3.2.x/doc/Mail_SpamAssassin_Conf.html
4 # for all configuration options.
5 #
6 ###########################################################################
7
8 # The SMTP of utwente are trusted and regarded as internal, so received header
9 # DNS checks with -lastexternal check the address before utwente instead of the
10 # utwente adresses. Also add kat to this list, since she fetches and resends
11 # mails.
12
13 # Note that by not setting trusted_networks, all internal_networks are also
14 # trusted (which is what we want)
15
16 # utwente MX
17 internal_networks 130.89.2.0/24
18 # utwente mailboxes
19 internal_networks 130.89.5.0/24
20 # SNT mailservers (at least 130.89.175.26 is one, that delivers for *.student.utwente.nl)
21 internal_networks 130.89.175.0/24
22 # kat
23 internal_networks 130.89.168.160/32
24
25 # Treat any score as spam. Exim checks the spamscore against its own
26 # threshold for denial. Exim also sets the spam headers and should do so for
27 # every message, not just ones with a high spamscore.
28 required_score -100.0