-/* $Cambridge: exim/src/src/routers/redirect.h,v 1.9 2007/01/08 10:50:20 ph10 Exp $ */
-
/*************************************************
* Exim - an Internet mail transport agent *
*************************************************/
-/* Copyright (c) University of Cambridge 1995 - 2007 */
+/* Copyright (c) University of Cambridge 1995 - 2009 */
+/* Copyright (c) The Exim Maintainers 2021 */
/* See the file NOTICE for conditions of use and distribution. */
/* Header for the redirect router */
uschar *sieve_subaddress;
uschar *sieve_useraddress;
uschar *sieve_vacation_directory;
+ uschar *sieve_enotify_mailto_owner;
uschar *syntax_errors_text;
uschar *syntax_errors_to;
uschar *qualify_domain;
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;