diff options
author | root <root@jones.dk> | 2016-10-25 17:53:01 +0200 |
---|---|---|
committer | root <root@jones.dk> | 2016-10-25 17:53:01 +0200 |
commit | 61e901ad9797ea2d15ec9892fea84e26d6a26aab (patch) | |
tree | 9afc95a8b53f1f8ef7b9a7a04d9ad8e37235827f | |
parent | 63a7e8feb93022f329b910f74be64d68db04a107 (diff) |
Set locking method flock.
-rw-r--r-- | spamassassin/local.cf | 2 | ||||
-rw-r--r-- | spamassassin/local.cf.diff | 10 |
2 files changed, 9 insertions, 3 deletions
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. |