Copyright updates:
[exim.git] / src / src / routers / rf_self_action.c
index 9a4dc3cc7afb370e2cf6f6292191123e4cc2bce7..d6542583e1c6a1af1806fb3db81f2ce1a29576ac 100644 (file)
@@ -2,8 +2,10 @@
 *     Exim - an Internet mail transport agent    *
 *************************************************/
 
+/* Copyright (c) The Exim Maintainers 2023 */
 /* Copyright (c) University of Cambridge 1995 - 2009 */
 /* See the file NOTICE for conditions of use and distribution. */
+/* SPDX-License-Identifier: GPL-2.0-or-later */
 
 
 #include "../exim.h"
@@ -73,7 +75,7 @@ switch (code)
     and where it has come from. Otherwise, during message delivery, the normal
     logging for the address will be sufficient. */
 
-    if (message_id[0] == 0)
+    if (!message_id[0])
       if (sender_fullhost)
        log_write(0, LOG_MAIN, "%s: %s (while verifying <%s> from host %s)",
          msg, addr->domain, addr->address, sender_fullhost);