From 61e901ad9797ea2d15ec9892fea84e26d6a26aab Mon Sep 17 00:00:00 2001 From: root Date: Tue, 25 Oct 2016 17:53:01 +0200 Subject: Set locking method flock. --- spamassassin/local.cf | 2 +- spamassassin/local.cf.diff | 10 ++++++++-- 2 files changed, 9 insertions(+), 3 deletions(-) (limited to 'spamassassin') diff --git a/spamassassin/local.cf b/spamassassin/local.cf index 18d725d..b38075b 100644 --- a/spamassassin/local.cf +++ b/spamassassin/local.cf @@ -27,7 +27,7 @@ trusted_networks 80.68.88.141/32 217.197.91.142 94.18.231.208/29 146.185.137.224 # Set file-locking method (flock is not safe over NFS, but is faster) # -# lock_method flock +lock_method flock # Set the threshold at which a message is considered spam (default: 5.0) diff --git a/spamassassin/local.cf.diff b/spamassassin/local.cf.diff index 4de4c24..e9f772d 100644 --- a/spamassassin/local.cf.diff +++ b/spamassassin/local.cf.diff @@ -1,6 +1,6 @@ --- local.cf.orig 2016-10-24 21:29:10.000000000 +0200 -+++ local.cf 2016-10-25 16:39:01.000000000 +0200 -@@ -15,13 +15,14 @@ ++++ local.cf 2016-10-25 17:52:26.000000000 +0200 +@@ -15,18 +15,19 @@ # Save spam messages as a message/rfc822 MIME attachment instead of # modifying the original message (0: off, 2: use text/plain instead) # @@ -17,6 +17,12 @@ # Set file-locking method (flock is not safe over NFS, but is faster) + # +-# lock_method flock ++lock_method flock + + + # Set the threshold at which a message is considered spam (default: 5.0) @@ -55,7 +56,7 @@ # Whether to decode non- UTF-8 and non-ASCII textual parts and recode # them to UTF-8 before the text is given over to rules processing. -- cgit v1.2.3