summaryrefslogtreecommitdiff
path: root/security/drweb-sendmail/files/patch-ab
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2001-10-20 20:50:21 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2001-10-20 20:50:21 +0000
commit02da81da7c5403cc87419a7e6a35ba610a109a71 (patch)
treeab257677fe74ecfb219623c2c9307c8ba386b938 /security/drweb-sendmail/files/patch-ab
parentUpgrade to 4.26b (diff)
Upgrade to 4.26b
Diffstat (limited to '')
-rw-r--r--security/drweb-sendmail/files/patch-ab49
1 files changed, 0 insertions, 49 deletions
diff --git a/security/drweb-sendmail/files/patch-ab b/security/drweb-sendmail/files/patch-ab
deleted file mode 100644
index eee234e4f2d1..000000000000
--- a/security/drweb-sendmail/files/patch-ab
+++ /dev/null
@@ -1,49 +0,0 @@
---- dw_filter.c.orig Thu Sep 27 01:00:46 2001
-+++ dw_filter.c Wed Oct 3 23:05:43 2001
-@@ -606,7 +606,7 @@
- }
- else
- {
-- wprintLib( "block proccessing from <>" );
-+ wprintLib( "block processing from <>" );
- free_private_data( priv );
- if( set_private_data( context, NULL ) != MI_SUCCESS )
- {
-@@ -621,7 +621,7 @@
- wprintLib( "%s(%d) - no memory for private data", __FILE__, __LINE__ );
- FAIL_EXIT( context, priv );
- }
-- wprintLib( "start proccessing from %s", priv->from );
-+ wprintLib( "start processing from %s", priv->from );
- priv->fname_tmp = strdup( ShareTemplate );
- if( !priv->fname_tmp )
- {
-@@ -906,7 +906,8 @@
- if( plog )
- {
- len = snprintf( NotifyMsg, sizeof(NotifyMsg),
-- "Message sent from %s infected by virus and has not been delivered.\r\n"
-+ "Message sent from %s\r\n"
-+ "infected by virus and has not been delivered.\r\n"
- "Diagnostic:\r\n%s\r\n"
- "Original message was stored in the archive.\r\n"
- "Archive record: %s\r\n"
-@@ -917,7 +918,8 @@
- else
- {
- len = snprintf( NotifyMsg, sizeof(NotifyMsg),
-- "Message sent from %s infected by virus and has not been delivered.\r\n"
-+ "Message sent from %s\r\n"
-+ "infected by virus and has not been delivered.\r\n"
- "Original message was stored in the archive.\r\n"
- "Archive record: %s\r\n"
- "To receive original message please contact postmaster:\r\n%s\r\n\r\n"
-@@ -983,7 +985,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) )