pkgsrc/mail/clamsmtp/patches/patch-ab
xtraeme 5a73eb16f4 Update to 1.7:
1.7 [2006-08-10]
  - Fix crashes when connection goes down unexpectedly.
  - Add support for letting virus emails pass.
  - Better message for 'busy' [Akihiro Sagawa]
2006-08-25 06:31:00 +00:00

13 lines
497 B
Text

$NetBSD: patch-ab,v 1.2 2006/08/25 06:31:00 xtraeme Exp $
--- src/clamsmtpd.c.orig 2006-08-25 08:26:44.000000000 +0200
+++ src/clamsmtpd.c 2006-08-25 08:26:59.000000000 +0200
@@ -107,7 +107,7 @@
#endif
#define DEFAULT_CONFIG CONF_PREFIX "/clamsmtpd.conf"
-#define DEFAULT_CLAMAV "/var/run/clamav/clamd"
+#define DEFAULT_CLAMAV "/tmp/clamd"
#define DEFAULT_HEADER "X-Virus-Scanned: ClamAV using ClamSMTP"
#define VIRUS_HEADER "X-Virus-Infected: Virus Detected!"