CHUNKING/DKIM: fix handling of lines having a leading dot
[exim.git] / src / src / smtp_in.c
index 6c9afc501f99b458ad8c5c8a8b5cfa0ff74ed774..34481aef73229c5e5a83b838db771c75f66e821b 100644 (file)
@@ -399,7 +399,7 @@ for(;;)
   if (chunking_state == CHUNKING_LAST)
     {
 #ifndef DISABLE_DKIM
-    dkim_exim_verify_feed(".\r\n", 3); /* for consistency with .-term MAIL */
+    dkim_exim_verify_feed(NULL, 0);    /* notify EOD */
 #endif
     return EOD;
     }