Fix DISABLE_DKIM build
authorJeremy Harris <jgh146exb@wizmail.org>
Tue, 11 Mar 2014 16:24:50 +0000 (16:24 +0000)
committerJeremy Harris <jgh146exb@wizmail.org>
Tue, 11 Mar 2014 16:24:50 +0000 (16:24 +0000)
Reported-by: heiko.schlichting@fu-berlin.de
Broken-in: 6e62c454 - jgh146exb@wizmail.org

src/src/verify.c

index 3d3bfdaf017968f0dd9c28c19b0b2037870d02b8..3c464fe93a173a2893a762349e2fa5790711a6cd 100644 (file)
@@ -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: