SPDX: license tags (mostly by guesswork)
[exim.git] / src / src / routers / manualroute.h
index df45182bf19d9248e6651d69ab235effa9fe2f4b..e27d9095371a9c2d69d210776911e1aac7188b70 100644 (file)
@@ -1,19 +1,20 @@
-/* $Cambridge: exim/src/src/routers/manualroute.h,v 1.4 2006/02/07 11:19:02 ph10 Exp $ */
-
 /*************************************************
 *     Exim - an Internet mail transport agent    *
 *************************************************/
 
-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2009 */
 /* See the file NOTICE for conditions of use and distribution. */
+/* SPDX-License-Identifier: GPL-2.0-only */
 
 /* Header for the manualroute router */
 
 /* Structure for the private options. */
 
 typedef struct {
+  int   hai_code;
   int   hff_code;
   BOOL  hosts_randomize;
+  uschar *host_all_ignored;
   uschar *host_find_failed;
   uschar *route_data;
   uschar *route_list;