DKIM: error verification on missing tags. Bug 1853
[exim.git] / src / src / verify.c
index 3624af0bc9e428c311d199b7ffc6acd26fd10b26..b52533f7abbfd08d35cf5a3a9487fc1448d50b44 100644 (file)
@@ -889,7 +889,9 @@ can do it there for the non-rcpt-verify case.  For this we keep an addresscount.
     /* Need proper integration with the proper transport mechanism. */
     if (cutthrough.delivery)
       {
+#ifndef DISABLE_DKIM
       uschar * s;
+#endif
       if (addr->transport->filter_command)
         {
         cutthrough.delivery = FALSE;