Everything tested, one open to-do

This commit is contained in:
Michael Vogel 2016-03-17 00:37:44 +01:00
commit 88fea17cab
2 changed files with 31 additions and 12 deletions

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
}