diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-08-28 07:40:35 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-08-28 07:40:35 +0000 |
| commit | 13f4177df858577e8fc8b8695d385f3bdee05221 (patch) | |
| tree | cb9536382ed3c2de7df3ef95cac9e9df8e94ee34 /roundcubemail/program/steps/mail/sendmail.inc | |
| parent | 799aab70a2411c59806c323026736a57a753927c (diff) | |
- Write to log also sent MDN confirmation messages
git-svn-id: https://svn.roundcube.net/trunk@1686 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/steps/mail/sendmail.inc')
| -rw-r--r-- | roundcubemail/program/steps/mail/sendmail.inc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/roundcubemail/program/steps/mail/sendmail.inc b/roundcubemail/program/steps/mail/sendmail.inc index 25d95f949..301df52e7 100644 --- a/roundcubemail/program/steps/mail/sendmail.inc +++ b/roundcubemail/program/steps/mail/sendmail.inc @@ -418,17 +418,6 @@ if ($savedraft) } else { - if ($CONFIG['smtp_log']) - { - write_log('sendmail', sprintf( - "[%s] User: %d on %s; Message for %s; %s\n", - date("d-M-Y H:i:s O", mktime()), - $_SESSION['user_id'], - $_SERVER['REMOTE_ADDR'], - $mailto, - !empty($smtp_response) ? join('; ', $smtp_response) : '')); - } - rcmail_compose_cleanup(); if ($store_folder && !$saved) |
