From 74996b4112d61ee8ca981d1217e943d180299771 Mon Sep 17 00:00:00 2001 From: spacefreak86 Date: Wed, 1 May 2019 13:07:11 +0200 Subject: [PATCH] Fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e6303e3..3b57f90 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ The following configuration options are mandatory in each quarantine section: Sanitized version of the e-mail text part of the original e-mail. Only harmless HTML tags and attributes are included. Images are replaced with the image set by notification_email_replacement_img option. Some template variables are only available if the regex of the matching quarantine contains subgroups or named subgroups (python syntax). This is useful to include information (e.g. virus names, spam points, ...) of the matching header within the notification. - The following dynamic tempalte variables are available: + The following dynamic template variables are available: * **{SUBGROUP_n}** Content of a subgroup, 'n' will be replaced by the index number of each subgroup, starting with 0. * **{subgroup_name}**