Everything tested, one open to-do

This commit is contained in:
Michael Vogel
2016-03-17 00:37:44 +01:00
committed by Roland Haeder
parent cc7b34b7e6
commit f7c9ee5848
2 changed files with 31 additions and 12 deletions
+2 -1
View File
@@ -243,7 +243,8 @@ function delivery_run(&$argv, &$argc){
if ((strlen($parent['allow_cid']))
|| (strlen($parent['allow_gid']))
|| (strlen($parent['deny_cid']))
|| (strlen($parent['deny_gid']))) {
|| (strlen($parent['deny_gid']))
|| $parent["private"]) {
$public_message = false; // private recipients, not public
}