X-Git-Url: https://vcs.fsf.org/?p=exim.git;a=blobdiff_plain;f=src%2Fsrc%2Fspool_in.c;h=e0d7fcffe6a25ae5ca1626834f4d47b438b550c1;hp=a13d9d4cfd5ca5aeb48046c0ad7f6cd35a4cd76b;hb=c7396ac5dedeca5d791113782ae72b4bb67692e3;hpb=f7572e5a358cd3d9581140b87e590d58b6c278f0 diff --git a/src/src/spool_in.c b/src/src/spool_in.c index a13d9d4cf..e0d7fcffe 100644 --- a/src/src/spool_in.c +++ b/src/src/spool_in.c @@ -1,10 +1,8 @@ -/* $Cambridge: exim/src/src/spool_in.c,v 1.21 2007/09/28 12:21:57 tom Exp $ */ - /************************************************* * Exim - an Internet mail transport agent * *************************************************/ -/* Copyright (c) University of Cambridge 1995 - 2007 */ +/* Copyright (c) University of Cambridge 1995 - 2009 */ /* See the file NOTICE for conditions of use and distribution. */ /* Functions for reading spool files. When compiling for a utility (eximon), @@ -278,12 +276,10 @@ bmi_run = 0; bmi_verdicts = NULL; #endif -#ifdef EXPERIMENTAL_DOMAINKEYS -dk_do_verify = 0; -#endif - -#ifdef EXPERIMENTAL_DKIM -dkim_do_verify = 0; +#ifndef DISABLE_DKIM +dkim_signers = NULL; +dkim_disable_verify = FALSE; +dkim_collect_input = FALSE; #endif #ifdef SUPPORT_TLS @@ -552,7 +548,7 @@ for (;;) else if (Ustrncmp(p, "ls_cipher", 9) == 0) tls_cipher = string_copy(big_buffer + 12); else if (Ustrncmp(p, "ls_peerdn", 9) == 0) - tls_peerdn = string_copy(big_buffer + 12); + tls_peerdn = string_unprinting(string_copy(big_buffer + 12)); break; #endif