From 0e7cd4eeebf5e6db2572b7f94f1be297e7e0c293 Mon Sep 17 00:00:00 2001 From: "andre.peters" Date: Sat, 3 Feb 2018 07:49:31 +0100 Subject: [PATCH] [Postfix] BCC destination must be single email address, fixes #993 --- data/web/edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/web/edit.php b/data/web/edit.php index 1611a6af4..8049386ae 100644 --- a/data/web/edit.php +++ b/data/web/edit.php @@ -621,7 +621,7 @@ if (isset($_SESSION['mailcow_cc_role'])) {
- BCC destinations can only be valid email addresses. Separated by whitespace, semicolon, new line or comma. + BCC destination must be a single valid email address.