diff options
Diffstat (limited to 'mail/clamav/patches/patch-ah')
-rw-r--r-- | mail/clamav/patches/patch-ah | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/mail/clamav/patches/patch-ah b/mail/clamav/patches/patch-ah index 15651c51144..ed3d574aef9 100644 --- a/mail/clamav/patches/patch-ah +++ b/mail/clamav/patches/patch-ah @@ -1,8 +1,8 @@ -$NetBSD: patch-ah,v 1.11 2007/08/22 08:02:58 martti Exp $ +$NetBSD: patch-ah,v 1.12 2007/12/18 08:16:11 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 @@ +--- clamav-milter/clamav-milter.c.orig 2007-12-13 00:41:25.000000000 +0200 ++++ clamav-milter/clamav-milter.c 2007-12-18 09:34:20.000000000 +0200 +@@ -3803,7 +3803,7 @@ * the postmaster, so include * some useful information */ @@ -11,7 +11,7 @@ $NetBSD: patch-ah,v 1.11 2007/08/22 08:02:58 martti Exp $ sendmailId, privdata->from); else fprintf(sendmail, _("A message sent from %s to\n"), -@@ -3740,7 +3740,7 @@ +@@ -3817,7 +3817,7 @@ fprintf(sendmail, _("\nThe message in question has been quarantined as %s\n"), privdata->filename); if(hflag) { @@ -20,7 +20,7 @@ $NetBSD: patch-ah,v 1.11 2007/08/22 08:02:58 martti Exp $ 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 @@ +@@ -5000,7 +5000,7 @@ cli_dbgmsg("qfile move '%s' to '%s'\n", privdata->filename, newname); if(move(privdata->filename, newname) < 0) { |