diff options
author | Urban Müller | 2019-10-04 16:36:27 +0200 |
---|---|---|
committer | Urban Müller | 2019-10-04 16:36:27 +0200 |
commit | 9f948f44cdc55b9cac093eb14b0e453901953075 (patch) | |
tree | d2d0207de181d499160179f6e9bf458c1efc38b0 /it.class | |
parent | bbf17c9125e0c9ce53f77e9144eac691c58ccb3b (diff) | |
download | itools-9f948f44cdc55b9cac093eb14b0e453901953075.tar.gz itools-9f948f44cdc55b9cac093eb14b0e453901953075.tar.bz2 itools-9f948f44cdc55b9cac093eb14b0e453901953075.zip |
avoid bouncing replies to system users
Diffstat (limited to 'it.class')
-rw-r--r-- | it.class | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -295,6 +295,7 @@ static function error($p = array()) it::mail([ 'From' => "\"$user@" . gethostname() . "\" <$user>", 'To' => $p['to'], + 'Reply-To' => $p['to'], 'Cc' => $GLOBALS['it_defaultconfig']['error_cc'], 'Subject' => $type . substr($p['title'], 0, 160), 'Body' => $body, |