X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/d7d7b7b91dd75cec636fc144da7e27eed860f971..1d28cc061677bd07d9bed48dd84bd5c590247043:/src/src/routers/redirect.h diff --git a/src/src/routers/redirect.h b/src/src/routers/redirect.h index 996f0b003..8aeb892cb 100644 --- a/src/src/routers/redirect.h +++ b/src/src/routers/redirect.h @@ -1,11 +1,11 @@ -/* $Cambridge: exim/src/src/routers/redirect.h,v 1.7 2006/02/07 11:19:02 ph10 Exp $ */ - /************************************************* * Exim - an Internet mail transport agent * *************************************************/ -/* Copyright (c) University of Cambridge 1995 - 2006 */ +/* 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 */ @@ -28,6 +28,7 @@ typedef struct { 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; @@ -35,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; @@ -51,6 +44,7 @@ typedef struct { BOOL forbid_file; BOOL forbid_filter_reply; BOOL forbid_pipe; + BOOL forbid_smtp_code; BOOL hide_child_in_errmsg; BOOL one_time; BOOL qualify_preserve_domain;