X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Frouters%2Fredirect.h;h=7c9ee1ce0dd68e159b363fb6e3a7a84f107d438a;hb=74e249ac9bb950420f90c770850998a0337f14fc;hp=6825430fd62f8e9d7c791901c68ee0885355e927;hpb=a5bd321b2f16ff323e3e268d59606e89b747a901;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/routers/redirect.h b/src/src/routers/redirect.h index 6825430fd..7c9ee1ce0 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.8 2006/07/13 13:53:33 ph10 Exp $ */ - /************************************************* * Exim - an Internet mail transport agent * *************************************************/ -/* Copyright (c) University of Cambridge 1995 - 2006 */ +/* 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; @@ -35,7 +34,7 @@ typedef struct { uid_t *owners; gid_t *owngroups; -#ifdef EXPERIMENTAL_SRS +#ifdef EXPERIMENTAL_SRS_ALT uschar *srs; uschar *srs_alias; uschar *srs_condition;