X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fpost.c;h=aff49a09197e0d387ec63878e2889cf1123f7fd2;hb=d72dc17f4164fd8a3e3c56a74a66a21138d82814;hp=d91e003817c17b5cc46e915dd6b861a6ee137a55;hpb=8f4c5da8971926f7eccc912f7998c343aef3c33b;p=mmh diff --git a/uip/post.c b/uip/post.c index d91e003..aff49a0 100644 --- a/uip/post.c +++ b/uip/post.c @@ -3,6 +3,10 @@ * post.c -- enter messages into the mail transport system * * $Id$ + * + * This code is Copyright (c) 2002, by the authors of nmh. See the + * COPYRIGHT file in the root directory of the nmh distribution for + * complete copyright information. */ #include @@ -14,7 +18,7 @@ #include #include -#include +#include #include #include @@ -1473,8 +1477,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));