1
0
Fork 0

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
commit f7c9ee5848
No known key found for this signature in database
GPG key ID: B72F8185C6C7BD78
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
}