X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fpost.c;h=2fe45a1081c86729d9d0fbded1144d49f697a67b;hb=da67f77e5a66799deac35ae8d9c538f9222bc8af;hp=37db5f96f8014118903a0cd0b2cd6d31e47718cc;hpb=dee387b53ab0d42922f857b60d6f980c9e79d16f;p=mmh diff --git a/uip/post.c b/uip/post.c index 37db5f9..2fe45a1 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 @@ -12,6 +16,7 @@ #include #include #include +#include #include #include @@ -1473,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));