X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=etc%2Fspamassassin%2Flocal.cf;h=ff92911338ccc1d8ba00e00b98a38a5376c550c8;hb=37ffa905548fd0a926cf3fb420546f89b30080fc;hp=b8ba322fe58871e7fcba3545de82ad99df7a387e;hpb=6f53b4bab5643832073b5e3758f5ea0e965c5fb0;p=matthijs%2Fservers%2Fdrsnuggles.git diff --git a/etc/spamassassin/local.cf b/etc/spamassassin/local.cf index b8ba322..ff92911 100644 --- a/etc/spamassassin/local.cf +++ b/etc/spamassassin/local.cf @@ -4,3 +4,25 @@ # 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 + +# Treat any score as spam. Exim checks the spamscore against its own +# threshold for denial. Exim also sets the spam headers and should do so for +# every message, not just ones with a high spamscore. +required_score -100.0