takes up to a minute in some locking configurations and makes post
very slow).
+ * patch #3913: uip/post.c: pass some globals into sm_init() so that
+ it uses SASL if necessary. (This bug was preventing Bcc'd emails
+ from being sent via SASL authenticated SMTP.)
+
2005-11-13 Oliver Kiddle <okiddle@yahoo.co.uk>
* bug #7833: uip/Makefile.in: remove link to install-mh that caused
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));