1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00

Put virus names only into E-mail report, not part of drwebd log

This commit is contained in:
Andrey A. Chernov 2002-05-21 15:54:22 +00:00
parent f81b1c70ed
commit f3392d732d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=59635
2 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= drweb_sendmail PORTNAME= drweb_sendmail
PORTVERSION= 4.28.2 PORTVERSION= 4.28.2
PORTREVISION= 3 PORTREVISION= 4
CATEGORIES= security mail CATEGORIES= security mail
MASTER_SITES= http://drweb.spb.ru/download/unix/ MASTER_SITES= http://drweb.spb.ru/download/unix/
DISTNAME= drweb-clients-${PORTVERSION}-sources DISTNAME= drweb-clients-${PORTVERSION}-sources

View File

@ -1,11 +1,11 @@
--- dw_mail.c.bak Mon May 6 14:17:40 2002 --- dw_mail.c.orig Mon May 6 14:17:40 2002
+++ dw_mail.c Fri May 17 21:46:20 2002 +++ dw_mail.c Tue May 21 19:43:49 2002
@@ -810,7 +810,7 @@ @@ -810,7 +810,7 @@
dw_bs_empty( options ); dw_bs_empty( options );
if( pscan->need_report ) if( pscan->need_report )
{ {
- dw_bs_add( options, DRWEBD_RETURN_REPORT | DRWEBD_RETURN_CODES ); - 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 ) if( pscan->heuristic )
{ {