summaryrefslogtreecommitdiff
path: root/security/drweb-sendmail/files/patch-ab
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2001-10-03 08:08:07 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2001-10-03 08:08:07 +0000
commit66d0500da527d9df4d78622a140f62e0e8ce4345 (patch)
treec4c750a0d7e39d6683268f2a2b0f12a654833248 /security/drweb-sendmail/files/patch-ab
parentConfiguration tunings (diff)
Move drweb-dependent configuration into pre-install section
Fix one spelling mistake in diagnostic
Diffstat (limited to 'security/drweb-sendmail/files/patch-ab')
-rw-r--r--security/drweb-sendmail/files/patch-ab11
1 files changed, 10 insertions, 1 deletions
diff --git a/security/drweb-sendmail/files/patch-ab b/security/drweb-sendmail/files/patch-ab
index 514b97517c3a..68ac41f64dcd 100644
--- a/security/drweb-sendmail/files/patch-ab
+++ b/security/drweb-sendmail/files/patch-ab
@@ -1,5 +1,5 @@
--- dw_filter.c.orig Thu Sep 27 01:00:46 2001
-+++ dw_filter.c Wed Oct 3 06:25:53 2001
++++ dw_filter.c Wed Oct 3 11:56:41 2001
@@ -606,7 +606,7 @@
}
else
@@ -18,3 +18,12 @@
priv->fname_tmp = strdup( ShareTemplate );
if( !priv->fname_tmp )
{
+@@ -983,7 +983,7 @@
+ }
+ else
+ {
+- wprintLib( "message sent by %s is okey.\n", priv->from );
++ wprintLib( "message sent by %s is okay.\n", priv->from );
+ exit_code = SMFIS_ACCEPT;
+ }
+ if( bLocal && (virus == 0) && (exit_code == SMFIS_ACCEPT) && (status & DERR_EVAL_KEY) && (priv->body_offset > 0) )