diff options
| author | roundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2005-12-14 23:47:32 +0000 |
|---|---|---|
| committer | roundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2005-12-14 23:47:32 +0000 |
| commit | 8fbd3285af7ef4e5bd19452ccc38ac1178e85af3 (patch) | |
| tree | 956318ece2b4febe70f5aa576d7262a2b364d6e8 /roundcubemail/program/steps/mail/sendmail.inc | |
| parent | f4976fb36afdb30f8740ecd17c663c9fb81cf1f8 (diff) | |
IMAP bugfixes, better signature handling
git-svn-id: https://svn.roundcube.net/trunk@91 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/steps/mail/sendmail.inc')
| -rw-r--r-- | roundcubemail/program/steps/mail/sendmail.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/roundcubemail/program/steps/mail/sendmail.inc b/roundcubemail/program/steps/mail/sendmail.inc index 6a3b51123..3c9f60378 100644 --- a/roundcubemail/program/steps/mail/sendmail.inc +++ b/roundcubemail/program/steps/mail/sendmail.inc @@ -277,9 +277,10 @@ if ($CONFIG['sent_mbox']) // log mail sending if ($CONFIG['smtp_log']) { - $log_entry = sprintf("[%s] User: %d; Message for %s; Subject: %s\n", + $log_entry = sprintf("[%s] User: %d on %s; Message for %s; Subject: %s\n", date("d-M-Y H:i:s O", mktime()), $_SESSION['user_id'], + $_SERVER['REMOTE_ADDR'], $mailto, $msg_subject); |
