From 110ffd2080f80485212b5ff8b8799dc2ebaf38a7 Mon Sep 17 00:00:00 2001 From: Thomas Oettli Date: Fri, 12 Jan 2024 10:00:10 +0100 Subject: [PATCH] change README.md --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 289ccb0..9038e65 100644 --- a/README.md +++ b/README.md @@ -445,6 +445,13 @@ In this example it is assumed, that another milter (e.g. Amavisd or Rspamd) adds ```json { "socket": "unix:/tmp/pyquarantine.sock", + "storages": { + "orig": { + "type": "file", + "directory": "/mnt/data/incoming", + "original": true, + } + }, "rules": [ { "name": "inbound", @@ -456,9 +463,7 @@ In this example it is assumed, that another milter (e.g. Amavisd or Rspamd) adds "name": "store_original", "type": "store", "options": { - "type": "file", - "directory": "/mnt/data/incoming", - "original": true, + "storage": "orig" } } ]