From 6389bf66689477932eef446fccf8d5853686db5a Mon Sep 17 00:00:00 2001 From: Thomas Oettli Date: Fri, 12 Jan 2024 10:02:37 +0100 Subject: [PATCH] change README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9038e65..2336f06 100644 --- a/README.md +++ b/README.md @@ -374,8 +374,8 @@ In this example it is assumed, that another milter (e.g. Amavisd or Rspamd) adds "headers": ["^X-Virus: Yes"], }, "options": { - "store" = "virus", - "notify" = "virus", + "store": "virus", + "notify": "virus", "smtp_host": "localhost", "smtp_port": 2525, "milter_action": "REJECT", @@ -388,8 +388,8 @@ In this example it is assumed, that another milter (e.g. Amavisd or Rspamd) adds "headers": ["^X-Spam: Yes"] }, "options": { - "store" = "spam", - "notify" = "spam", + "store": "spam", + "notify": "spam", "smtp_host": "localhost", "smtp_port": 2525, "milter_action": "DISCARD"