summaryrefslogtreecommitdiff
path: root/mail/clamav/patches/patch-ah
diff options
context:
space:
mode:
Diffstat (limited to 'mail/clamav/patches/patch-ah')
-rw-r--r--mail/clamav/patches/patch-ah12
1 files changed, 6 insertions, 6 deletions
diff --git a/mail/clamav/patches/patch-ah b/mail/clamav/patches/patch-ah
index 66bd4a8c73b..7e807f9d55b 100644
--- a/mail/clamav/patches/patch-ah
+++ b/mail/clamav/patches/patch-ah
@@ -1,8 +1,8 @@
-$NetBSD: patch-ah,v 1.8 2007/02/16 14:40:41 xtraeme Exp $
+$NetBSD: patch-ah,v 1.9 2007/03/06 10:32:34 martti Exp $
---- clamav-milter/clamav-milter.c.orig 2007-02-12 23:36:49.000000000 +0100
-+++ clamav-milter/clamav-milter.c 2007-02-16 15:30:49.000000000 +0100
-@@ -3495,7 +3495,7 @@
+--- clamav-milter/clamav-milter.c.orig 2007-03-02 01:27:19.000000000 +0200
++++ clamav-milter/clamav-milter.c 2007-03-06 12:24:12.000000000 +0200
+@@ -3455,7 +3455,7 @@
* the postmaster, so include
* some useful information
*/
@@ -11,7 +11,7 @@ $NetBSD: patch-ah,v 1.8 2007/02/16 14:40:41 xtraeme Exp $
sendmailId, privdata->from);
else
fprintf(sendmail, _("A message sent from %s to\n"),
-@@ -3509,7 +3509,7 @@
+@@ -3469,7 +3469,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.8 2007/02/16 14:40:41 xtraeme Exp $
smfi_getsymval(ctx, "j"), privdata->from,
smfi_getsymval(ctx, "_"));
fputs(_("For your information, the original message headers were:\n\n"), sendmail);
-@@ -4700,7 +4700,7 @@
+@@ -4612,7 +4612,7 @@
cli_dbgmsg("qfile move '%s' to '%s'\n", privdata->filename, newname);
if(move(privdata->filename, newname) < 0) {