From d61454ae3c4fae938fd6ce60830a86e9e446e357 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Fri, 15 Mar 2024 01:09:15 +0000 Subject: Add Octal IPs to spamassassin whitelist --- etc/spamassassin.cf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3