* patch #3968: Move the add() function from its own file (add.c) and
[mmh] / uip / post.c
index 32888e6..2fe45a1 100644 (file)
@@ -16,6 +16,7 @@
 #include <h/aliasbr.h>
 #include <h/dropsbr.h>
 #include <h/mime.h>
+#include <h/utils.h>
 
 #include <h/tws.h>
 #include <h/mts.h>
@@ -1477,8 +1478,8 @@ verify_all_addresses (int talk)
     sigon ();
 
     if (!whomsw || checksw)
-       if (rp_isbad (retval = sm_init (clientsw, serversw, 0, 0, snoop, 0,
-                                       0, 0, 0, 0))
+       if (rp_isbad (retval = sm_init (clientsw, serversw, watch, verbose, snoop, 0,
+                                       queued, sasl, saslmech, user))
                || rp_isbad (retval = sm_winit (smtpmode, from)))
            die (NULL, "problem initializing server; %s", rp_string (retval));