From 7c78ad35fe33664eaf00f2760219c89d8997edcc Mon Sep 17 00:00:00 2001 From: Zhang Huangbin Date: Fri, 23 Jul 2021 12:21:27 +0800 Subject: [PATCH] Typo --- en_US/upgrade/0-upgrade.iredmail.1.4.0-1.4.1.md | 9 ++++----- html/upgrade.iredmail.1.4.0-1.4.1.html | 9 ++++----- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/en_US/upgrade/0-upgrade.iredmail.1.4.0-1.4.1.md b/en_US/upgrade/0-upgrade.iredmail.1.4.0-1.4.1.md index 69a695e8..de8a299c 100644 --- a/en_US/upgrade/0-upgrade.iredmail.1.4.0-1.4.1.md +++ b/en_US/upgrade/0-upgrade.iredmail.1.4.0-1.4.1.md @@ -62,11 +62,10 @@ server admin can update per-user spam policy to allow receiving such documents. Here we defines 5 ban rules: -- `ALLOW_MS_OFFICE`: Allow all documents whose file name ends with any of - `.doc`, `.docx`, `.xls`, `.xlsx`, `.ppt`, `.pptx`. -- `ALLOW_MS_WORD`: Allow just Microsoft Word documents (`.doc`, `.docx`). -- `ALLOW_MS_EXCEL`: Allow just Microsoft Excel documents (`.xls`, `.xlsx`). -- `ALLOW_MS_PPT`: Allow just Microsoft PowerPoint documents (`.ppt`, `.pptx`). +- `ALLOW_MS_OFFICE`: Allow all Microsoft Office documents. +- `ALLOW_MS_WORD`: Allow Microsoft Word documents (`.doc`, `.docx`). +- `ALLOW_MS_EXCEL`: Allow Microsoft Excel documents (`.xls`, `.xlsx`). +- `ALLOW_MS_PPT`: Allow Microsoft PowerPoint documents (`.ppt`, `.pptx`). - `DEFAULT`: use the default ban rule defined in `$banned_filename_re`. You're free to define more ban rules to fit your own needs. diff --git a/html/upgrade.iredmail.1.4.0-1.4.1.html b/html/upgrade.iredmail.1.4.0-1.4.1.html index fbe859f0..f6477f95 100644 --- a/html/upgrade.iredmail.1.4.0-1.4.1.html +++ b/html/upgrade.iredmail.1.4.0-1.4.1.html @@ -88,11 +88,10 @@ server admin can update per-user spam policy to allow receiving such documents.<

Here we defines 5 ban rules:

You're free to define more ban rules to fit your own needs.