diff options
Diffstat (limited to 'security/drweb-sendmail/files/patch-ai')
-rw-r--r-- | security/drweb-sendmail/files/patch-ai | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/drweb-sendmail/files/patch-ai b/security/drweb-sendmail/files/patch-ai new file mode 100644 index 000000000000..b86ef7f63dc4 --- /dev/null +++ b/security/drweb-sendmail/files/patch-ai @@ -0,0 +1,11 @@ +--- dw_mail.c.bak Mon May 6 14:17:40 2002 ++++ dw_mail.c Fri May 17 21:46:20 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 ); + } + if( pscan->heuristic ) + { |