$NetBSD: patch-ah,v 1.11 2007/08/22 08:02:58 martti Exp $ --- clamav-milter/clamav-milter.c.orig 2007-08-20 21:01:19.000000000 +0000 +++ clamav-milter/clamav-milter.c 2007-08-22 10:57:57.000000000 +0000 @@ -3726,7 +3726,7 @@ * the postmaster, so include * some useful information */ - fprintf(sendmail, _("The message %1$s sent from %2$s to\n"), + fprintf(sendmail, _("The message %s sent from %s to\n"), sendmailId, privdata->from); else fprintf(sendmail, _("A message sent from %s to\n"), @@ -3740,7 +3740,7 @@ fprintf(sendmail, _("\nThe message in question has been quarantined as %s\n"), privdata->filename); if(hflag) { - fprintf(sendmail, _("\nThe message was received by %1$s from %2$s via %3$s\n\n"), + fprintf(sendmail, _("\nThe message was received by %s from %s via %s\n\n"), smfi_getsymval(ctx, "j"), privdata->from, smfi_getsymval(ctx, "_")); fputs(_("For your information, the original message headers were:\n\n"), sendmail); @@ -4924,7 +4924,7 @@ cli_dbgmsg("qfile move '%s' to '%s'\n", privdata->filename, newname); if(move(privdata->filename, newname) < 0) { - logg(_("^Can't rename %1$s to %2$s\n"), + logg(_("^Can't rename %s to %s\n"), privdata->filename, newname); free(newname); return -1;