diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2001-09-16 11:40:19 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2001-09-16 11:40:19 +0000 |
commit | fc6721693b7ce1f3f19842f83f2e0dfc390d7f3a (patch) | |
tree | 41d659977bfbf0ea6f99c11a57ddd90c46ce23f6 | |
parent | 77b231c638775f0ab9cf62e13a8a0854e1172392 (diff) | |
download | ports-fc6721693b7ce1f3f19842f83f2e0dfc390d7f3a.tar.gz ports-fc6721693b7ce1f3f19842f83f2e0dfc390d7f3a.zip |
Notes
-rw-r--r-- | security/drweb-sendmail/files/patch-ab | 20 |
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 ) + { |