summaryrefslogtreecommitdiff
path: root/security/drweb-sendmail/files/patch-ai
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2002-05-21 15:54:22 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2002-05-21 15:54:22 +0000
commitf3392d732dac4bf5994a8e1f22fd43c119e28ad5 (patch)
tree4c868e0f165457e8ee26624a56e724839e69b93d /security/drweb-sendmail/files/patch-ai
parentUpdate to latest version (diff)
Put virus names only into E-mail report, not part of drwebd log
Notes
Notes: svn path=/head/; revision=59635
Diffstat (limited to '')
-rw-r--r--security/drweb-sendmail/files/patch-ai6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/drweb-sendmail/files/patch-ai b/security/drweb-sendmail/files/patch-ai
index b86ef7f63dc4..d109442e0bc8 100644
--- a/security/drweb-sendmail/files/patch-ai
+++ b/security/drweb-sendmail/files/patch-ai
@@ -1,11 +1,11 @@
---- dw_mail.c.bak Mon May 6 14:17:40 2002
-+++ dw_mail.c Fri May 17 21:46:20 2002
+--- dw_mail.c.orig Mon May 6 14:17:40 2002
++++ dw_mail.c Tue May 21 19:43:49 2002
@@ -810,7 +810,7 @@
dw_bs_empty( options );
if( pscan->need_report )
{
- dw_bs_add( options, DRWEBD_RETURN_REPORT | DRWEBD_RETURN_CODES );
-+ dw_bs_add( options, DRWEBD_RETURN_REPORT );
++ dw_bs_add( options, DRWEBD_RETURN_VIRUSES );
}
if( pscan->heuristic )
{