Author Topic: Wrong timeshtamp on RC 1.2.4-5 with PHP 7.1  (Read 2620 times)

Offline northland

  • Newbie
  • *
  • Posts: 6
Wrong timeshtamp on RC 1.2.4-5 with PHP 7.1
« on: May 05, 2017, 08:37:36 AM »
Hi!

Sorry for my bad English  :(

IIS 7.5
PHP 7.1.4
MS hmailserver 5.6.6 - Build 2383
RC 1.2.5

Problem in the screenshot.
In some cases, the wrong timestamp is sent.

Offline alec

  • Hero Member
  • *****
  • Posts: 1,363
Re: Wrong timeshtamp on RC 1.2.4-5 with PHP 7.1
« Reply #1 on: May 05, 2017, 10:12:52 AM »
These are added by the smtp server. So, it's not Roundcube issue.

Offline northland

  • Newbie
  • *
  • Posts: 6
Re: Wrong timeshtamp on RC 1.2.4-5 with PHP 7.1
« Reply #2 on: May 05, 2017, 10:45:01 AM »
Timeshtamp is not taken from here?

Code: [Select]
Return-Path: order@xxxx.ru
X-hMailServer-ExternalAccount: online@nnnn.ru
Return-Path: <name@serv53.dddddd.ru>
Received: by df.ru (CommuniGate Pro PIPE 4.2.10) with PIPE id 111965672; Tue, 02 May 2017 13:10:49 +0300
X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on sa-cgp.yyyy.net
X-Spam-Level: *****
X-Spam-Status: No, score=5.3 required=6.2 tests=BAYES_00=-3.5, HEADER_FROM_DIFFERENT_DOMAINS=0.001,HTML_IMAGE_ONLY_24=4.1,HTML_MESSAGE=0.001, MIME_HTML_ONLY=2.2,RCVD_IN_BRBL_LASTEXT=1.449,XPRIO=1 autolearn=no autolearn_force=no version=3.4.0
Envelope-Sender: <name@r53.dddddd.ru>
Received: from [34.42.160.34] (HELO mailproxy.yyyy.net) by df.ru (CommuniGate Pro SMTP 4.2.10) with ESMTP id 111965669 for online@nnnn.ru; Tue, 02 May 2017 13:10:47 +0300
Received: from serv53.dddddd.ru (unknown [185.56.122.56]) by mailproxy.yyyy.net (Postfix) with ESMTP id A8E7FA0EE2 for <online@nnnn.ru>; Tue, 2 May 2017 13:10:47 +0300 (MSK)
Received: from localhost.localdomain (unknown [56.0.0.56]) by localhost (Postfix) with ESMTP id 1B2396802BC for <online@nnnn.ru>; Tue, 2 May 2017 13:10:46 +0300 (MSK)
Received: by serv53.dddddd.ru (Postfix, from userid 6792) id 07B066802B0; Tue, 2 May 2017 13:10:46 +0300 (MSK)
To: online@nnnn.ru
Subject: =?UTF-8?B?0J/QviDQt9Cw0LrQsNC30YMg4oSWNTA3INC/0L7RgdGC0YPQv9C40Ls=?= =?UTF-8?B?0LAg0L7Qv9C70LDRgtCw?=
X-PHP-Originating-Script: 6792:umiMail.php
From: "=?UTF-8?B?0JrQu9C40L3QuNC60LA=?= nnnn" <order@xxxx.ru>
X-Mailer: UMI.CMS
X-Priority: normal
MIME-Version: 1.0
Content-Type: multipart/related; boundary="=_d8d531775da2d9facc18cc605d65bcc4"
Message-Id: <20170502101046.07B066802B0@serv53.dddddd.ru>
Date: Tue, 2 May 2017 13:10:46 +0300 (MSK)

There is no such problem on the PHP 5.4 version.