diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2024-03-15 01:09:15 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2024-03-15 01:09:15 +0000 |
commit | d61454ae3c4fae938fd6ce60830a86e9e446e357 (patch) | |
tree | 6602d3ca69459ff2b7290651d0b7b2e1705ad3f9 | |
parent | Update Nagios checks for VIP out and single squid (diff) | |
download | config-d61454ae3c4fae938fd6ce60830a86e9e446e357.tar.bz2 config-d61454ae3c4fae938fd6ce60830a86e9e446e357.tar.xz config-d61454ae3c4fae938fd6ce60830a86e9e446e357.zip |
Add Octal IPs to spamassassin whitelist
-rw-r--r-- | etc/spamassassin.cf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/spamassassin.cf b/etc/spamassassin.cf index 3b25f94..177c76c 100644 --- a/etc/spamassassin.cf +++ b/etc/spamassassin.cf @@ -21,7 +21,7 @@ # Set which networks or hosts are considered 'trusted' by your mail # server (i.e. not spammers) # -trusted_networks 10.10. +trusted_networks 10.10. 78.109.177.232 13.79.167.175 # Set file-locking method (flock is not safe over NFS, but is faster) |