SPDX: Mass-update to GPL-2.0-or-later
[exim.git] / src / src / routers / redirect.h
index 74e14af7421957e873ca5a09a4cd279c111d1687..8aeb892cb787802b1a4c863fc67fff11feb07b33 100644 (file)
@@ -2,8 +2,10 @@
 *     Exim - an Internet mail transport agent    *
 *************************************************/
 
+/* Copyright (c) The Exim Maintainers 2021 - 2022 */
 /* 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 */
 
 /* Header for the redirect router */
 
@@ -34,14 +36,6 @@ typedef struct {
   uid_t  *owners;
   gid_t  *owngroups;
 
-#ifdef EXPERIMENTAL_SRS
-  uschar *srs;
-  uschar *srs_alias;
-  uschar *srs_condition;
-  uschar *srs_dbinsert;
-  uschar *srs_dbselect;
-#endif
-
   int   modemask;
   int   bit_options;
   BOOL  check_ancestor;