summaryrefslogtreecommitdiff
path: root/security/drweb-sendmail/files/patch-ab
blob: 68ac41f64dcd92713600b2a11e708d6d65524296 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
--- dw_filter.c.orig	Thu Sep 27 01:00:46 2001
+++ dw_filter.c	Wed Oct  3 11:56:41 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 )
     {
@@ -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) )