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-ah14
1 files changed, 7 insertions, 7 deletions
diff --git a/mail/clamav/patches/patch-ah b/mail/clamav/patches/patch-ah
index 0ed9e7670fc..50ce226b6a9 100644
--- a/mail/clamav/patches/patch-ah
+++ b/mail/clamav/patches/patch-ah
@@ -1,8 +1,8 @@
-$NetBSD: patch-ah,v 1.1 2004/10/30 12:34:51 grant Exp $
+$NetBSD: patch-ah,v 1.1.4.1 2005/02/13 15:34:23 salo Exp $
---- clamav-milter/clamav-milter.c.orig 2004-10-11 10:59:12.000000000 +1000
+--- clamav-milter/clamav-milter.c.orig 2005-02-07 07:35:29.000000000 +1100
+++ clamav-milter/clamav-milter.c
-@@ -2691,7 +2691,7 @@ clamfi_eom(SMFICTX *ctx)
+@@ -3251,7 +3251,7 @@ clamfi_eom(SMFICTX *ctx)
* the postmaster, so include
* some useful information
*/
@@ -11,8 +11,8 @@ $NetBSD: patch-ah,v 1.1 2004/10/30 12:34:51 grant Exp $
sendmailId, sender);
else
fprintf(sendmail, _("A message sent from %s to\n"),
-@@ -2706,7 +2706,7 @@ clamfi_eom(SMFICTX *ctx)
- fprintf(sendmail, _("\nThe message in question has been quarantined as %s\n"), privdata->filename);
+@@ -3265,7 +3265,7 @@ clamfi_eom(SMFICTX *ctx)
+ 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"),
@@ -20,8 +20,8 @@ $NetBSD: patch-ah,v 1.1 2004/10/30 12:34:51 grant Exp $
smfi_getsymval(ctx, "j"), sender,
smfi_getsymval(ctx, "_"));
fputs(_("For your information, the original message headers were:\n\n"), sendmail);
-@@ -3697,7 +3697,7 @@ qfile(struct privdata *privdata, const c
- if(link(privdata->filename, newname) < 0) {
+@@ -4381,7 +4381,7 @@ qfile(struct privdata *privdata, const c
+ if(move(privdata->filename, newname) < 0) {
perror(newname);
if(use_syslog)
- syslog(LOG_WARNING, _("Can't rename %1$s to %2$s"),