]> git.netwichtig.de Git - user/henk/code/exim.git/blobdiff - src/src/filter.c
ARC: add $arc_state, $arc_state_reason and add reason to authres string
[user/henk/code/exim.git] / src / src / filter.c
index 0b3ef8b2da1ed3f0cc29ed02186691d4fbea211d..4d67f98dc88aa7ec1a8b47651ccae8669bb5a2ce 100644 (file)
@@ -2,7 +2,7 @@
 *     Exim - an Internet mail transport agent    *
 *************************************************/
 
-/* Copyright (c) University of Cambridge 1995 - 2015 */
+/* Copyright (c) University of Cambridge 1995 - 2018 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 
@@ -2322,7 +2322,7 @@ while (commands != NULL)
            {
            *error_pointer = string_sprintf("Bad time value for \"once_repeat\" "
              "in mail or vacation command: %s",
-             commands->args[mailarg_index_once_repeat]);
+             commands->args[mailarg_index_once_repeat].u);
            return FF_ERROR;
            }
          }