summaryrefslogtreecommitdiff
path: root/security/drweb-sendmail
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2001-09-16 11:40:19 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2001-09-16 11:40:19 +0000
commitfc6721693b7ce1f3f19842f83f2e0dfc390d7f3a (patch)
tree41d659977bfbf0ea6f99c11a57ddd90c46ce23f6 /security/drweb-sendmail
parentAdded new functionality: (diff)
Fix more spellings
Notes
Notes: svn path=/head/; revision=47863
Diffstat (limited to 'security/drweb-sendmail')
-rw-r--r--security/drweb-sendmail/files/patch-ab20
1 files changed, 19 insertions, 1 deletions
diff --git a/security/drweb-sendmail/files/patch-ab b/security/drweb-sendmail/files/patch-ab
index 9abfad48809b..3209c2b19f60 100644
--- a/security/drweb-sendmail/files/patch-ab
+++ b/security/drweb-sendmail/files/patch-ab
@@ -1,5 +1,14 @@
--- dw_filter.c.orig Mon Jul 30 05:12:02 2001
-+++ dw_filter.c Thu Aug 30 00:23:31 2001
++++ dw_filter.c Sun Sep 16 15:32:15 2001
+@@ -239,7 +239,7 @@
+ {
+ priv->from = strdup( "<>" );
+ }
+- syslog( LOG_MAIL | LOG_INFO, "Start proccessing from %s", priv->from );
++ syslog( LOG_MAIL | LOG_INFO, "Start processing from %s", priv->from );
+ priv->fname_tmp = strdup( ShareTemplate );
+ if( !priv->fname_tmp )
+ {
@@ -549,7 +549,7 @@
syslog( LOG_MAIL | LOG_DEBUG, "can not replace message" );
FAIL_EXIT( context, priv );
@@ -18,3 +27,12 @@
free_private_data( priv );
if( set_private_data( context, NULL ) != MI_SUCCESS )
{
+@@ -643,7 +643,7 @@
+ priv = get_private_data( context );
+ if( priv )
+ {
+- syslog( LOG_MAIL | LOG_INFO, "Abort proccessing message from %s", priv->from );
++ syslog( LOG_MAIL | LOG_INFO, "Abort processing message from %s", priv->from );
+ free_private_data( priv );
+ if( set_private_data( context, NULL ) != MI_SUCCESS )
+ {