diff -Naur fetchmail-6.1.0.orig/conf.c fetchmail-6.1.0/conf.c --- fetchmail-6.1.0.orig/conf.c Thu Mar 21 16:03:56 2002 +++ fetchmail-6.1.0/conf.c Wed Oct 9 22:56:56 2002 @@ -394,7 +394,7 @@ indent('\0'); fprintf(stdout, "'antispam':'"); if (!ctl->antispam) - fputs("'\n", stdout); + fputs("',\n", stdout); else { for (idp = ctl->antispam; idp; idp = idp->next)