diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2006-08-25 06:31:00 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2006-08-25 06:31:00 +0000 |
commit | 5a73eb16f4b79686f64255c85f206dc39a964bdf (patch) | |
tree | 08cfa05653de79d7cb26e0b2c44580e9bbaf8643 /mail/clamsmtp/patches | |
parent | 295db7879b360ba9473d3a36bac16b6423d297cf (diff) | |
download | pkgsrc-5a73eb16f4b79686f64255c85f206dc39a964bdf.tar.gz |
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]
Diffstat (limited to 'mail/clamsmtp/patches')
-rw-r--r-- | mail/clamsmtp/patches/patch-ab | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/mail/clamsmtp/patches/patch-ab b/mail/clamsmtp/patches/patch-ab index 47f38f9ff0f..edc19f3918c 100644 --- a/mail/clamsmtp/patches/patch-ab +++ b/mail/clamsmtp/patches/patch-ab @@ -1,13 +1,13 @@ -$NetBSD: patch-ab,v 1.1 2006/04/08 21:56:56 ghen Exp $ +$NetBSD: patch-ab,v 1.2 2006/08/25 06:31:00 xtraeme Exp $ ---- src/clamsmtpd.c.orig 2006-04-06 16:44:13.000000000 +0200 -+++ src/clamsmtpd.c -@@ -100,7 +100,7 @@ clctx_t; +--- 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!" - /* ----------------------------------------------------------------------- |