diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2014-03-11 16:24:50 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2014-03-11 16:24:50 +0000 |
commit | 6a43fca1821be6919fe0660f8ee5ef4b07b6ae37 (patch) | |
tree | 58fed4a8cf350cf6e0cfe9cf4696bb28efff59c7 /src | |
parent | b1f8e4f8ec26ecb99e56a0ed3a5140b65ec95a97 (diff) |
Fix DISABLE_DKIM build
Reported-by: heiko.schlichting@fu-berlin.de
Broken-in: 6e62c454 - jgh146exb@wizmail.org
Diffstat (limited to 'src')
-rw-r--r-- | src/src/verify.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/src/verify.c b/src/src/verify.c index 3d3bfdaf0..3c464fe93 100644 --- a/src/src/verify.c +++ b/src/src/verify.c @@ -705,11 +705,13 @@ else cutthrough_delivery= FALSE; HDEBUG(D_acl|D_v) debug_printf("Cutthrough cancelled by presence of transport filter\n"); } + #ifndef DISABLE_DKIM if (ob->dkim_domain) { cutthrough_delivery= FALSE; HDEBUG(D_acl|D_v) debug_printf("Cutthrough cancelled by presence of DKIM signing\n"); } + #endif } SEND_FAILED: |