X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=test%2Fsmtp-dummy.c;h=3801a5e066c7c8fe1804ca3306e250fb0eb962f7;hp=1778a4577764eb08ee035a8bb8495bd96da4b541;hb=bf28c60b9facb898d52759c2be993acac67c26d2;hpb=ac46c6fdc23c0699ec53972a4082588b046559a2 diff --git a/test/smtp-dummy.c b/test/smtp-dummy.c index 1778a457..3801a5e0 100644 --- a/test/smtp-dummy.c +++ b/test/smtp-dummy.c @@ -71,7 +71,7 @@ static int process_command (FILE *peer, FILE *output, const char *command) { if (STRNCMP_LITERAL (command, "EHLO ") == 0) { - fprintf (peer, "502\r\n"); + fprintf (peer, "502 not implemented\r\n"); fflush (peer); } else if (STRNCMP_LITERAL (command, "HELO ") == 0) { fprintf (peer, "250 localhost\r\n");