X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Frouters%2Fredirect.h;h=74e14af7421957e873ca5a09a4cd279c111d1687;hb=8b4556856d2434c8006df5011d4855c07a7ba2b8;hp=bc6ab974c4a3ee905faab12b6e2c65e13acd576d;hpb=384152a6b0cce686255894a502e4b88743abd356;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/routers/redirect.h b/src/src/routers/redirect.h index bc6ab974c..74e14af74 100644 --- a/src/src/routers/redirect.h +++ b/src/src/routers/redirect.h @@ -1,10 +1,8 @@ -/* $Cambridge: exim/src/src/routers/redirect.h,v 1.5 2005/05/24 08:15:02 tom Exp $ */ - /************************************************* * Exim - an Internet mail transport agent * *************************************************/ -/* Copyright (c) University of Cambridge 1995 - 2005 */ +/* Copyright (c) University of Cambridge 1995 - 2009 */ /* See the file NOTICE for conditions of use and distribution. */ /* Header for the redirect router */ @@ -28,6 +26,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; @@ -51,6 +50,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; @@ -69,7 +69,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 *);