change README.md
This commit is contained in:
@@ -374,8 +374,8 @@ In this example it is assumed, that another milter (e.g. Amavisd or Rspamd) adds
|
|||||||
"headers": ["^X-Virus: Yes"],
|
"headers": ["^X-Virus: Yes"],
|
||||||
},
|
},
|
||||||
"options": {
|
"options": {
|
||||||
"store" = "virus",
|
"store": "virus",
|
||||||
"notify" = "virus",
|
"notify": "virus",
|
||||||
"smtp_host": "localhost",
|
"smtp_host": "localhost",
|
||||||
"smtp_port": 2525,
|
"smtp_port": 2525,
|
||||||
"milter_action": "REJECT",
|
"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"]
|
"headers": ["^X-Spam: Yes"]
|
||||||
},
|
},
|
||||||
"options": {
|
"options": {
|
||||||
"store" = "spam",
|
"store": "spam",
|
||||||
"notify" = "spam",
|
"notify": "spam",
|
||||||
"smtp_host": "localhost",
|
"smtp_host": "localhost",
|
||||||
"smtp_port": 2525,
|
"smtp_port": 2525,
|
||||||
"milter_action": "DISCARD"
|
"milter_action": "DISCARD"
|
||||||
|
|||||||
Reference in New Issue
Block a user