X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/8523533c08c018ac4b750b0e0fab6cfe611e8a49..184e88237dea64ce48076cdd0184612d057cbafd:/src/src/routers/redirect.h?ds=sidebyside diff --git a/src/src/routers/redirect.h b/src/src/routers/redirect.h index 4a2c7bc58..e4f6f2abe 100644 --- a/src/src/routers/redirect.h +++ b/src/src/routers/redirect.h @@ -1,10 +1,10 @@ -/* $Cambridge: exim/src/src/routers/redirect.h,v 1.2 2004/12/16 15:11:48 tom Exp $ */ +/* $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 - 2004 */ +/* Copyright (c) University of Cambridge 1995 - 2007 */ /* See the file NOTICE for conditions of use and distribution. */ /* Header for the redirect router */ @@ -25,6 +25,8 @@ typedef struct { uschar *include_directory; uschar *pipe_transport_name; uschar *reply_transport_name; + uschar *sieve_subaddress; + uschar *sieve_useraddress; uschar *sieve_vacation_directory; uschar *syntax_errors_text; uschar *syntax_errors_to; @@ -35,9 +37,10 @@ typedef struct { #ifdef EXPERIMENTAL_SRS uschar *srs; - uschar *srs_condition; - uschar *srs_db; uschar *srs_alias; + uschar *srs_condition; + uschar *srs_dbinsert; + uschar *srs_dbselect; #endif int modemask; @@ -48,6 +51,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; @@ -66,7 +70,7 @@ extern redirect_router_options_block redirect_router_option_defaults; /* The main and initialization entry points for the router */ extern int redirect_router_entry(router_instance *, address_item *, - struct passwd *, BOOL, address_item **, address_item **, + struct passwd *, int, address_item **, address_item **, address_item **, address_item **); extern void redirect_router_init(router_instance *);