I18N: reject SMTPUTF8 MAIL command when facility not advertised
[users/jgh/exim.git] / src / exim_monitor / em_queue.c
index cb284eb4827d0a73839d1c0d084f5d346b31dc1d..fabec40dfe9812e67f87d96e82ebec15a16edc76 100644 (file)
@@ -2,7 +2,7 @@
 *                 Exim Monitor                   *
 *************************************************/
 
-/* Copyright (c) University of Cambridge 1995 - 2009 */
+/* Copyright (c) University of Cambridge 1995 - 2018 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 
@@ -204,7 +204,7 @@ if it's there. */
 
 else
   {
-  q->update_time = q->input_time = received_time;
+  q->update_time = q->input_time = received_time.tv_sec;
   if ((p = strstric(sender_address+1, qualify_domain, FALSE)) != NULL &&
     *(--p) == '@') *p = 0;
   }