Fix: ask for `write' targets of message/rfc822 attachments (again)
[s-mailx.git] / sendout.c
blob680d3a365a075923543dcaef140ed833d4d81cc5
1 /*@ S-nail - a mail user agent derived from Berkeley Mail.
2 *@ Message sending lifecycle, header composing, etc.
4 * Copyright (c) 2000-2004 Gunnar Ritter, Freiburg i. Br., Germany.
5 * Copyright (c) 2012 - 2017 Steffen (Daode) Nurpmeso <steffen@sdaoden.eu>.
6 */
7 /*
8 * Copyright (c) 1980, 1993
9 * The Regents of the University of California. All rights reserved.
11 * Redistribution and use in source and binary forms, with or without
12 * modification, are permitted provided that the following conditions
13 * are met:
14 * 1. Redistributions of source code must retain the above copyright
15 * notice, this list of conditions and the following disclaimer.
16 * 2. Redistributions in binary form must reproduce the above copyright
17 * notice, this list of conditions and the following disclaimer in the
18 * documentation and/or other materials provided with the distribution.
19 * 3. Neither the name of the University nor the names of its contributors
20 * may be used to endorse or promote products derived from this software
21 * without specific prior written permission.
23 * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
24 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
25 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
26 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
27 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
28 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
29 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
30 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
31 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
32 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
33 * SUCH DAMAGE.
35 #undef n_FILE
36 #define n_FILE sendout
38 #ifndef HAVE_AMALGAMATION
39 # include "nail.h"
40 #endif
42 #undef SEND_LINESIZE
43 #define SEND_LINESIZE \
44 ((1024 / B64_ENCODE_INPUT_PER_LINE) * B64_ENCODE_INPUT_PER_LINE)
46 enum fmt_flags{
47 FMT_INC_INVADDR = 1<<0, /* _Do_ include invalid addresses */
48 FMT_DOMIME = 1<<1, /* Perform MIME conversion */
49 FMT_COMMA = GCOMMA,
50 FMT_FILES = GFILES,
51 _FMT_GMASK = FMT_COMMA | FMT_FILES
53 n_CTA(!(_FMT_GMASK & (FMT_INC_INVADDR | FMT_DOMIME)),
54 "Code-required condition not satisfied but actual bit carrier value");
56 static char const *__sendout_ident; /* TODO temporary hack; rewrite puthead() */
57 static char * _sendout_boundary;
58 static si8_t _sendout_error;
60 /* */
61 static enum okay _putname(char const *line, enum gfield w,
62 enum sendaction action, size_t *gotcha,
63 char const *prefix, FILE *fo, struct name **xp,
64 enum gfield addflags);
66 /* Place Content-Type:, Content-Transfer-Encoding:, Content-Disposition:
67 * headers, respectively */
68 static int a_sendout_put_ct(FILE *fo, char const *contenttype,
69 char const *charset);
70 SINLINE int a_sendout_put_cte(FILE *fo, enum conversion conv);
71 static int a_sendout_put_cd(FILE *fo, char const *cd, char const *filename);
73 /* Put all entries of the given header list */
74 static bool_t _sendout_header_list(FILE *fo, struct n_header_field *hfp,
75 bool_t nodisp);
77 /* */
78 static int a_sendout_body(FILE *fo, FILE *fi, enum conversion convert);
80 /* Write an attachment to the file buffer, converting to MIME */
81 static int a_sendout_attach_file(struct header *hp, struct attachment *ap,
82 FILE *fo);
83 static int a_sendout__attach_file(struct header *hp, struct attachment *ap,
84 FILE *fo);
86 /* There are non-local receivers, collect credentials etc. */
87 static bool_t _sendbundle_setup_creds(struct sendbundle *sbpm,
88 bool_t signing_caps);
90 /* Attach a message to the file buffer */
91 static int a_sendout_attach_msg(struct header *hp, struct attachment *ap,
92 FILE *fo);
94 /* Generate the body of a MIME multipart message */
95 static int make_multipart(struct header *hp, int convert, FILE *fi,
96 FILE *fo, char const *contenttype, char const *charset);
98 /* Prepend a header in front of the collected stuff and return the new file */
99 static FILE * infix(struct header *hp, FILE *fi);
101 /* Check whether Disposition-Notification-To: is desired */
102 static bool_t _check_dispo_notif(struct name *mdn, struct header *hp,
103 FILE *fo);
105 /* Send mail to a bunch of user names. The interface is through mail() */
106 static int sendmail_internal(void *v, int recipient_record);
108 /* Deal with file and pipe addressees */
109 static struct name *a_sendout_file_a_pipe(struct name *names, FILE *fo,
110 bool_t *senderror);
112 /* Record outgoing mail if instructed to do so; in *record* unless to is set */
113 static bool_t mightrecord(FILE *fp, struct name *to, bool_t resend);
115 static bool_t a_sendout__savemail(char const *name, FILE *fp, bool_t resend);
117 /* */
118 static bool_t _transfer(struct sendbundle *sbp);
120 static bool_t __mta_start(struct sendbundle *sbp);
121 static char const ** __mta_prepare_args(struct name *to, struct header *hp);
122 static void __mta_debug(struct sendbundle *sbp, char const *mta,
123 char const **args);
125 /* Create a Message-ID: header field. Use either host name or from address */
126 static char const *a_sendout_random_id(struct header *hp, bool_t msgid);
128 /* Format the given header line to not exceed 72 characters */
129 static int fmt(char const *str, struct name *np, FILE *fo,
130 enum fmt_flags ff);
132 /* Rewrite a message for resending, adding the Resent-Headers */
133 static int infix_resend(FILE *fi, FILE *fo, struct message *mp,
134 struct name *to, int add_resent);
136 static enum okay
137 _putname(char const *line, enum gfield w, enum sendaction action,
138 size_t *gotcha, char const *prefix, FILE *fo, struct name **xp,
139 enum gfield addflags)
141 struct name *np;
142 enum okay rv = STOP;
143 NYD_ENTER;
145 np = lextract(line, GEXTRA | GFULL | addflags);
146 if (xp != NULL)
147 *xp = np;
148 if (np == NULL)
150 else if (fmt(prefix, np, fo, ((w & GCOMMA) |
151 ((action != SEND_TODISP) ? FMT_DOMIME : 0))))
152 rv = OKAY;
153 else if (gotcha != NULL)
154 ++(*gotcha);
155 NYD_LEAVE;
156 return rv;
159 static int
160 a_sendout_put_ct(FILE *fo, char const *contenttype, char const *charset){
161 int rv;
162 NYD2_ENTER;
164 if((rv = fprintf(fo, "Content-Type: %s", contenttype)) < 0)
165 goto jerr;
167 if(charset == NULL)
168 goto jend;
170 if(putc(';', fo) == EOF)
171 goto jerr;
172 ++rv;
174 if(strlen(contenttype) + sizeof("Content-Type: ;")-1 > 50){
175 if(putc('\n', fo) == EOF)
176 goto jerr;
177 ++rv;
180 /* C99 */{
181 int i;
182 char *lcs;
183 size_t l;
185 l = strlen(charset);
186 lcs = n_lofi_alloc(l +1);
188 for(l = 0; *charset != '\0'; ++l, ++charset)
189 lcs[l] = lowerconv(*charset);
190 lcs[l] = '\0';
191 charset = lcs;
193 i = fprintf(fo, " charset=%s", charset);
195 n_lofi_free(lcs);
197 if(i < 0)
198 goto jerr;
199 rv += i;
202 jend:
203 if(putc('\n', fo) == EOF)
204 goto jerr;
205 ++rv;
206 jleave:
207 NYD2_LEAVE;
208 return rv;
209 jerr:
210 rv = -1;
211 goto jleave;
214 SINLINE int
215 a_sendout_put_cte(FILE *fo, enum conversion conv){
216 int rv;
217 NYD2_ENTER;
219 /* RFC 2045, 6.1.:
220 * This is the default value -- that is,
221 * "Content-Transfer-Encoding: 7BIT" is assumed if the
222 * Content-Transfer-Encoding header field is not present.
224 rv = (conv == CONV_7BIT) ? 0
225 : fprintf(fo, "Content-Transfer-Encoding: %s\n",
226 mime_enc_from_conversion(conv));
227 NYD2_LEAVE;
228 return rv;
231 static int
232 a_sendout_put_cd(FILE *fo, char const *cd, char const *filename){
233 struct str f;
234 si8_t mpc;
235 int rv;
236 NYD2_ENTER;
238 f.s = NULL;
240 /* xxx Ugly with the trailing space in case of wrap! */
241 if((rv = fprintf(fo, "Content-Disposition: %s; ", cd)) < 0)
242 goto jerr;
244 if(!(mpc = mime_param_create(&f, "filename", filename)))
245 goto jerr;
246 /* Always fold if result contains newlines */
247 if(mpc < 0 || f.l + rv > MIME_LINELEN) { /* FIXME MIME_LINELEN_MAX */
248 if(putc('\n', fo) == EOF || putc(' ', fo) == EOF)
249 goto jerr;
250 rv += 2;
252 if(fputs(f.s, fo) == EOF || putc('\n', fo) == EOF)
253 goto jerr;
254 rv += (int)++f.l;
256 jleave:
257 NYD2_LEAVE;
258 return rv;
259 jerr:
260 rv = -1;
261 goto jleave;
265 static bool_t
266 _sendout_header_list(FILE *fo, struct n_header_field *hfp, bool_t nodisp){
267 bool_t rv;
268 NYD2_ENTER;
270 for(rv = TRU1; hfp != NULL; hfp = hfp->hf_next)
271 if(fwrite(hfp->hf_dat, sizeof(char), hfp->hf_nl, fo) != hfp->hf_nl ||
272 putc(':', fo) == EOF || putc(' ', fo) == EOF ||
273 xmime_write(hfp->hf_dat + hfp->hf_nl +1, hfp->hf_bl, fo,
274 (!nodisp ? CONV_NONE : CONV_TOHDR),
275 (!nodisp ? TD_ISPR | TD_ICONV : TD_ICONV), NULL, NULL) < 0 ||
276 putc('\n', fo) == EOF){
277 rv = FAL0;
278 break;
280 NYD_LEAVE;
281 return rv;
284 static int
285 a_sendout_body(FILE *fo, FILE *fi, enum conversion convert){
286 struct str outrest, inrest;
287 char *buf;
288 size_t sz, bufsize, cnt;
289 bool_t iseof;
290 int rv;
291 NYD2_ENTER;
293 rv = n_ERR_INVAL;
294 iseof = FAL0;
295 buf = n_alloc(bufsize = SEND_LINESIZE);
296 outrest.s = inrest.s = NULL;
297 outrest.l = inrest.l = 0;
299 if(convert == CONV_TOQP
300 #ifdef HAVE_ICONV
301 || iconvd != (iconv_t)-1
302 #endif
304 fflush(fi);
305 cnt = fsize(fi);
308 while(!iseof){
309 if(convert == CONV_TOQP
310 #ifdef HAVE_ICONV
311 || iconvd != (iconv_t)-1
312 #endif
314 if(fgetline(&buf, &bufsize, &cnt, &sz, fi, 0) == NULL)
315 break;
316 }else if((sz = fread(buf, sizeof *buf, bufsize, fi)) == 0)
317 break;
318 joutln:
319 if(xmime_write(buf, sz, fo, convert, TD_ICONV, &outrest,
320 (iseof > FAL0 ? NULL : &inrest)) < 0)
321 goto jleave;
323 if(iseof <= FAL0 && (outrest.l != 0 || inrest.l != 0)){
324 sz = 0;
325 iseof = (iseof || inrest.l == 0) ? TRU1 : TRUM1;
326 goto joutln;
329 rv = ferror(fi) ? n_ERR_IO : n_ERR_NONE;
330 jleave:
331 if(outrest.s != NULL)
332 n_free(outrest.s);
333 if(inrest.s != NULL)
334 n_free(inrest.s);
335 n_free(buf);
337 NYD2_LEAVE;
338 return rv;
341 static int
342 a_sendout_attach_file(struct header *hp, struct attachment *ap, FILE *fo)
344 /* TODO of course, the MIME classification needs to performed once
345 * TODO only, not for each and every charset anew ... ;-// */
346 char *charset_iter_orig[2];
347 long offs;
348 int err = 0;
349 NYD_ENTER;
351 /* Is this already in target charset? Simply copy over */
352 if (ap->a_conv == AC_TMPFILE) {
353 err = a_sendout__attach_file(hp, ap, fo);
354 Fclose(ap->a_tmpf);
355 DBG( ap->a_tmpf = NULL; )
356 goto jleave;
359 /* If we don't apply charset conversion at all (fixed input=ouput charset)
360 * we also simply copy over, since it's the users desire */
361 if (ap->a_conv == AC_FIX_INCS) {
362 ap->a_charset = ap->a_input_charset;
363 err = a_sendout__attach_file(hp, ap, fo);
364 goto jleave;
365 } else
366 assert(ap->a_input_charset != NULL);
368 /* Otherwise we need to iterate over all possible output charsets */
369 if ((offs = ftell(fo)) == -1) {
370 err = n_ERR_IO;
371 goto jleave;
373 charset_iter_recurse(charset_iter_orig);
374 for (charset_iter_reset(NULL);; charset_iter_next()) {
375 if (!charset_iter_is_valid()) {
376 err = n_ERR_ILSEQ;
377 break;
379 err = a_sendout__attach_file(hp, ap, fo);
380 if (err == 0 || (err != n_ERR_ILSEQ && err != n_ERR_INVAL))
381 break;
382 clearerr(fo);
383 if (fseek(fo, offs, SEEK_SET) == -1) {
384 err = n_ERR_IO;
385 break;
387 if (ap->a_conv != AC_DEFAULT) {
388 err = n_ERR_ILSEQ;
389 break;
391 ap->a_charset = NULL;
393 charset_iter_restore(charset_iter_orig);
394 jleave:
395 NYD_LEAVE;
396 return err;
399 static int
400 a_sendout__attach_file(struct header *hp, struct attachment *ap, FILE *fo)
402 int err = 0, do_iconv;
403 FILE *fi;
404 char const *charset;
405 enum conversion convert;
406 NYD_ENTER;
408 /* Either charset-converted temporary file, or plain path */
409 if (ap->a_conv == AC_TMPFILE) {
410 fi = ap->a_tmpf;
411 assert(ftell(fi) == 0);
412 } else if ((fi = Fopen(ap->a_path, "r")) == NULL) {
413 err = n_err_no;
414 n_err(_("%s: %s\n"), n_shexp_quote_cp(ap->a_path, FAL0),
415 n_err_to_doc(err));
416 goto jleave;
419 /* MIME part header for attachment */
420 { char const *ct, *cp;
422 ct = ap->a_content_type;
423 charset = ap->a_charset;
424 convert = n_mimetype_classify_file(fi, (char const**)&ct,
425 &charset, &do_iconv);
426 if (charset == NULL || ap->a_conv == AC_FIX_INCS ||
427 ap->a_conv == AC_TMPFILE)
428 do_iconv = 0;
430 if (fprintf(fo, "\n--%s\n", _sendout_boundary) < 0 ||
431 a_sendout_put_ct(fo, ct, charset) < 0 ||
432 a_sendout_put_cte(fo, convert) < 0 ||
433 a_sendout_put_cd(fo, ap->a_content_disposition, ap->a_name) < 0)
434 goto jerr_header;
436 if((cp = ok_vlook(stealthmua)) == NULL || !strcmp(cp, "noagent")){
437 struct name *np;
439 if((np = ap->a_content_id) != NULL)
440 cp = np->n_name;
441 else
442 cp = a_sendout_random_id(hp, FAL0);
444 if(cp != NULL && fprintf(fo, "Content-ID: <%s>\n", cp) < 0)
445 goto jerr_header;
448 if ((cp = ap->a_content_description) != NULL &&
449 (fputs("Content-Description: ", fo) == EOF ||
450 xmime_write(cp, strlen(cp), fo, CONV_TOHDR, (TD_ISPR | TD_ICONV),
451 NULL, NULL) < 0 || putc('\n', fo) == EOF))
452 goto jerr_header;
454 if (putc('\n', fo) == EOF) {
455 jerr_header:
456 err = n_err_no;
457 goto jerr_fclose;
461 #ifdef HAVE_ICONV
462 if (iconvd != (iconv_t)-1)
463 n_iconv_close(iconvd);
464 if (do_iconv) {
465 if (asccasecmp(charset, ap->a_input_charset) &&
466 (iconvd = n_iconv_open(charset, ap->a_input_charset)
467 ) == (iconv_t)-1 && (err = n_err_no) != 0) {
468 if (err == n_ERR_INVAL)
469 n_err(_("Cannot convert from %s to %s\n"), ap->a_input_charset,
470 charset);
471 else
472 n_err(_("iconv_open: %s\n"), n_err_to_doc(err));
473 goto jerr_fclose;
476 #endif
478 err = a_sendout_body(fo, fi, convert);
479 jerr_fclose:
480 if(ap->a_conv != AC_TMPFILE)
481 Fclose(fi);
483 jleave:
484 NYD_LEAVE;
485 return err;
488 static bool_t
489 _sendbundle_setup_creds(struct sendbundle *sbp, bool_t signing_caps)
491 bool_t v15, rv = FAL0;
492 char *shost, *from;
493 #ifdef HAVE_SMTP
494 char const *smtp;
495 #endif
496 NYD_ENTER;
498 v15 = ok_blook(v15_compat);
499 shost = (v15 ? ok_vlook(smtp_hostname) : NULL);
500 from = ((signing_caps || !v15 || shost == NULL)
501 ? skin(myorigin(sbp->sb_hp)) : NULL);
503 if (signing_caps) {
504 if (from == NULL) {
505 #ifdef HAVE_SSL
506 n_err(_("No *from* address for signing specified\n"));
507 goto jleave;
508 #endif
509 } else
510 sbp->sb_signer.l = strlen(sbp->sb_signer.s = from);
513 #ifndef HAVE_SMTP
514 rv = TRU1;
515 #else
516 if ((smtp = ok_vlook(smtp)) == NULL) { /* TODO v15 url_creat(,ok_vlook(mta)*/
517 char const *proto;
519 /* *smtp* OBSOLETE message in mta_start() */
520 if((proto = n_servbyname(smtp = ok_vlook(mta), NULL)) == NULL ||
521 *proto == '\0'){
522 rv = TRU1;
523 goto jleave;
527 if (!url_parse(&sbp->sb_url, CPROTO_SMTP, smtp))
528 goto jleave;
530 if (v15) {
531 if (shost == NULL) {
532 if (from == NULL)
533 goto jenofrom;
534 sbp->sb_url.url_u_h.l = strlen(sbp->sb_url.url_u_h.s = from);
535 } else
536 __sendout_ident = sbp->sb_url.url_u_h.s;
537 if (!ccred_lookup(&sbp->sb_ccred, &sbp->sb_url))
538 goto jleave;
539 } else {
540 if ((sbp->sb_url.url_flags & n_URL_HAD_USER) ||
541 sbp->sb_url.url_pass.s != NULL) {
542 n_err(_("New-style URL used without *v15-compat* being set\n"));
543 goto jleave;
545 /* TODO part of the entire myorigin() disaster, get rid of this! */
546 if (from == NULL) {
547 jenofrom:
548 n_err(_("Your configuration requires a *from* address, "
549 "but none was given\n"));
550 goto jleave;
552 if (!ccred_lookup_old(&sbp->sb_ccred, CPROTO_SMTP, from))
553 goto jleave;
554 sbp->sb_url.url_u_h.l = strlen(sbp->sb_url.url_u_h.s = from);
557 rv = TRU1;
558 #endif /* HAVE_SMTP */
559 #if defined HAVE_SSL || defined HAVE_SMTP
560 jleave:
561 #endif
562 NYD_LEAVE;
563 return rv;
566 static int
567 a_sendout_attach_msg(struct header *hp, struct attachment *ap, FILE *fo)
569 struct message *mp;
570 char const *ccp;
571 int rv;
572 NYD_ENTER;
573 n_UNUSED(hp);
575 fprintf(fo, "\n--%s\nContent-Type: message/rfc822\n"
576 "Content-Disposition: inline\n", _sendout_boundary);
577 if ((ccp = ap->a_content_description) != NULL)
578 fprintf(fo, "Content-Description: %s\n", ccp);/* TODO MIME! */
579 putc('\n', fo);
581 mp = message + ap->a_msgno - 1;
582 touch(mp);
583 rv = (sendmp(mp, fo, 0, NULL, SEND_RFC822, NULL) < 0) ? -1 : 0;
584 NYD_LEAVE;
585 return rv;
588 static int
589 make_multipart(struct header *hp, int convert, FILE *fi, FILE *fo,
590 char const *contenttype, char const *charset)
592 struct attachment *att;
593 int rv = -1;
594 NYD_ENTER;
596 fputs("This is a multi-part message in MIME format.\n", fo);
597 if(fsize(fi) != 0){
598 char const *cp;
600 if(fprintf(fo, "\n--%s\n", _sendout_boundary) < 0 ||
601 a_sendout_put_ct(fo, contenttype, charset) < 0 ||
602 a_sendout_put_cte(fo, convert) < 0 ||
603 fprintf(fo, "Content-Disposition: inline\n") < 0)
604 goto jleave;
605 if (((cp = ok_vlook(stealthmua)) == NULL || !strcmp(cp, "noagent")) &&
606 (cp = a_sendout_random_id(hp, FAL0)) != NULL &&
607 fprintf(fo, "Content-ID: <%s>\n", cp) < 0)
608 goto jleave;
609 if(putc('\n', fo) == EOF)
610 goto jleave;
612 if(a_sendout_body(fo, fi, convert) != 0)
613 goto jleave;
615 if(ferror(fi))
616 goto jleave;
619 for (att = hp->h_attach; att != NULL; att = att->a_flink) {
620 if (att->a_msgno) {
621 if (a_sendout_attach_msg(hp, att, fo) != 0)
622 goto jleave;
623 } else if (a_sendout_attach_file(hp, att, fo) != 0)
624 goto jleave;
627 /* the final boundary with two attached dashes */
628 fprintf(fo, "\n--%s--\n", _sendout_boundary);
629 rv = 0;
630 jleave:
631 NYD_LEAVE;
632 return rv;
635 static FILE *
636 infix(struct header *hp, FILE *fi) /* TODO check */
638 char *tempMail;
639 enum conversion convert;
640 int do_iconv, err;
641 char const *contenttype, *charset;
642 FILE *nfo, *nfi;
643 #ifdef HAVE_ICONV
644 char const *tcs, *convhdr = NULL;
645 #endif
646 NYD_ENTER;
648 nfi = NULL;
649 charset = NULL;
650 do_iconv = 0;
652 if ((nfo = Ftmp(&tempMail, "infix", OF_WRONLY | OF_HOLDSIGS | OF_REGISTER))
653 == NULL) {
654 n_perr(_("temporary mail file"), 0);
655 goto jleave;
657 if ((nfi = Fopen(tempMail, "r")) == NULL) {
658 n_perr(tempMail, 0);
659 Fclose(nfo);
661 Ftmp_release(&tempMail);
662 if (nfi == NULL)
663 goto jleave;
665 n_pstate &= ~n_PS_HEADER_NEEDED_MIME; /* TODO hack -> be carrier tracked */
667 contenttype = "text/plain";
668 if((n_poption & n_PO_Mm_FLAG) && n_poption_arg_Mm != NULL)
669 contenttype = n_poption_arg_Mm;
670 convert = n_mimetype_classify_file(fi, &contenttype, &charset, &do_iconv);
672 #ifdef HAVE_ICONV
673 tcs = ok_vlook(ttycharset);
674 if ((convhdr = need_hdrconv(hp))) {
675 if (iconvd != (iconv_t)-1) /* XXX */
676 n_iconv_close(iconvd);
677 if (asccasecmp(convhdr, tcs) != 0 &&
678 (iconvd = n_iconv_open(convhdr, tcs)) == (iconv_t)-1 &&
679 (err = n_err_no) != 0)
680 goto jiconv_err;
682 #endif
683 if(puthead(FAL0, hp, nfo,
684 (GTO | GSUBJECT | GCC | GBCC | GNL | GCOMMA | GUA | GMIME | GMSGID |
685 GIDENT | GREF | GDATE), SEND_MBOX, convert, contenttype, charset)){
686 err = 1;
687 goto jerr;
689 #ifdef HAVE_ICONV
690 if (iconvd != (iconv_t)-1)
691 n_iconv_close(iconvd);
692 #endif
694 #ifdef HAVE_ICONV
695 if (do_iconv && charset != NULL) { /*TODO charset->n_mimetype_classify_file*/
696 if (asccasecmp(charset, tcs) != 0 &&
697 (iconvd = n_iconv_open(charset, tcs)) == (iconv_t)-1 &&
698 (err = n_err_no) != 0) {
699 jiconv_err:
700 if (err == n_ERR_INVAL)
701 n_err(_("Cannot convert from %s to %s\n"), tcs, charset);
702 else
703 n_perr("iconv_open", 0);
704 goto jerr;
707 #endif
709 if(hp->h_attach != NULL){
710 if(make_multipart(hp, convert, fi, nfo, contenttype, charset) != 0){
711 err = 1;
712 goto jerr;
714 }else if(a_sendout_body(nfo, fi, convert) != 0){
715 err = 1;
716 goto jerr;
719 fflush(nfo);
720 if((err = ferror(nfo)))
721 n_perr(_("temporary mail file"), 0);
722 jerr:
723 Fclose(nfo);
725 if(!err){
726 fflush_rewind(nfi);
727 Fclose(fi);
728 }else{
729 Fclose(nfi);
730 nfi = NULL;
732 jleave:
733 #ifdef HAVE_ICONV
734 if(iconvd != (iconv_t)-1)
735 n_iconv_close(iconvd);
736 #endif
737 NYD_LEAVE;
738 return nfi;
741 static bool_t
742 _check_dispo_notif(struct name *mdn, struct header *hp, FILE *fo)
744 char const *from;
745 bool_t rv = TRU1;
746 NYD_ENTER;
748 /* TODO smtp_disposition_notification (RFC 3798): relation to return-path
749 * TODO not yet checked */
750 if (!ok_blook(disposition_notification_send))
751 goto jleave;
753 if (mdn != NULL && mdn != (struct name*)0x1)
754 from = mdn->n_name;
755 else if ((from = myorigin(hp)) == NULL) {
756 if (n_poption & n_PO_D_V)
757 n_err(_("*disposition-notification-send*: *from* not set\n"));
758 goto jleave;
761 if (fmt("Disposition-Notification-To:", nalloc(n_UNCONST(from), 0), fo, 0))
762 rv = FAL0;
763 jleave:
764 NYD_LEAVE;
765 return rv;
768 static int
769 sendmail_internal(void *v, int recipient_record)
771 struct header head;
772 char *str = v;
773 int rv;
774 NYD_ENTER;
776 memset(&head, 0, sizeof head);
777 head.h_mailx_command = "mail";
778 if((head.h_to = lextract(str, GTO | GFULL | GSKIN)) != NULL)
779 head.h_mailx_raw_to = namelist_dup(head.h_to, head.h_to->n_type);
780 rv = mail1(&head, 0, NULL, NULL, recipient_record, 0);
781 NYD_LEAVE;
782 return (rv != OKAY); /* reverse! */
785 static struct name *
786 a_sendout_file_a_pipe(struct name *names, FILE *fo, bool_t *senderror){
787 ui32_t pipecnt, xcnt, i;
788 char const *sh;
789 struct name *np;
790 FILE *fp, **fppa;
791 NYD_ENTER;
793 fp = NULL;
794 fppa = NULL;
796 /* Look through all recipients and do a quick return if no file or pipe
797 * addressee is found */
798 for(pipecnt = xcnt = 0, np = names; np != NULL; np = np->n_flink){
799 if(np->n_type & GDEL)
800 continue;
801 switch(np->n_flags & NAME_ADDRSPEC_ISFILEORPIPE){
802 case NAME_ADDRSPEC_ISFILE: ++xcnt; break;
803 case NAME_ADDRSPEC_ISPIPE: ++pipecnt; break;
806 if((pipecnt | xcnt) == 0)
807 goto jleave;
809 /* Otherwise create an array of file descriptors for each found pipe
810 * addressee to get around the dup(2)-shared-file-offset problem, i.e.,
811 * each pipe subprocess needs its very own file descriptor, and we need
812 * to deal with that.
813 * To make our life a bit easier let's just use the auto-reclaimed
814 * string storage */
815 if(pipecnt == 0 || (n_poption & n_PO_DEBUG)){
816 pipecnt = 0;
817 sh = NULL;
818 }else{
819 i = sizeof(FILE*) * pipecnt;
820 fppa = n_lofi_alloc(i);
821 memset(fppa, 0, i);
822 sh = ok_vlook(SHELL);
825 for(np = names; np != NULL; np = np->n_flink){
826 if(!(np->n_flags & NAME_ADDRSPEC_ISFILEORPIPE) || (np->n_type & GDEL))
827 continue;
829 /* In days of old we removed the entry from the the list; now for sake of
830 * header expansion we leave it in and mark it as deleted */
831 np->n_type |= GDEL;
833 if(n_poption & n_PO_D_VV)
834 n_err(_(">>> Writing message via %s\n"),
835 n_shexp_quote_cp(np->n_name, FAL0));
836 /* We _do_ write to STDOUT, anyway! */
837 if((n_poption & n_PO_DEBUG) && ((np->n_flags & NAME_ADDRSPEC_ISPIPE) ||
838 np->n_name[0] != '-' || np->n_name[1] != '\0'))
839 continue;
841 /* See if we have copied the complete message out yet. If not, do so */
842 if(fp == NULL){
843 int c;
844 char *tempEdit;
846 if((fp = Ftmp(&tempEdit, "outof", OF_RDWR | OF_HOLDSIGS | OF_REGISTER)
847 ) == NULL){
848 n_perr(_("Creation of temporary image"), 0);
849 pipecnt = 0;
850 goto jerror;
853 for(i = 0; i < pipecnt; ++i)
854 if((fppa[i] = Fopen(tempEdit, "r")) == NULL){
855 n_perr(_("Creation of pipe image descriptor"), 0);
856 break;
859 Ftmp_release(&tempEdit);
860 if(i != pipecnt){
861 pipecnt = i;
862 goto jerror;
865 fprintf(fp, "From %s %s", ok_vlook(LOGNAME), time_current.tc_ctime);
866 c = EOF;
867 while(i = c, (c = getc(fo)) != EOF)
868 putc(c, fp);
869 rewind(fo);
870 if((int)i != '\n')
871 putc('\n', fp);
872 putc('\n', fp);
873 fflush(fp);
874 if(ferror(fp)){
875 n_perr(_("Finalizing write of temporary image"), 0);
876 goto jerror;
879 /* From now on use xcnt as a counter for pipecnt */
880 xcnt = 0;
883 /* Now either copy "image" to the desired file or give it as the standard
884 * input to the desired program as appropriate */
885 if(np->n_flags & NAME_ADDRSPEC_ISPIPE){
886 int pid;
887 sigset_t nset;
889 sigemptyset(&nset);
890 sigaddset(&nset, SIGHUP);
891 sigaddset(&nset, SIGINT);
892 sigaddset(&nset, SIGQUIT);
893 pid = n_child_start(sh, &nset, fileno(fppa[xcnt++]), n_CHILD_FD_NULL,
894 "-c", &np->n_name[1], NULL, NULL);
895 if(pid < 0){
896 n_err(_("Piping message to %s failed\n"),
897 n_shexp_quote_cp(np->n_name, FAL0));
898 goto jerror;
900 n_child_free(pid);
901 }else{
902 int c;
903 FILE *fout;
904 char const *fname, *fnameq;
906 if((fname = fexpand(np->n_name, FEXP_LOCAL | FEXP_NOPROTO)) == NULL)
907 goto jerror;
908 fnameq = n_shexp_quote_cp(fname, FAL0);
910 if(fname[0] == '-' && fname[1] == '\0')
911 fout = n_stdout;
912 else{
913 int xerr;
914 enum n_fopen_state fs;
916 if((fout = n_fopen_any(fname, "a+", &fs)) == NULL){
917 xerr = n_err_no;
918 jefile:
919 n_err(_("Writing message to %s failed: %s\n"),
920 fnameq, n_err_to_doc(xerr));
921 goto jerror;
924 if((fs & (n_PROTO_MASK | n_FOPEN_STATE_EXISTS)) ==
925 (n_PROTO_FILE | n_FOPEN_STATE_EXISTS)){
926 n_file_lock(fileno(fout), FLT_WRITE, 0,0, UIZ_MAX);
928 if((xerr = n_folder_mbox_prepare_append(fout, NULL)
929 ) != n_ERR_NONE)
930 goto jefile;
934 rewind(fp);
935 while((c = getc(fp)) != EOF)
936 putc(c, fout);
937 if(ferror(fout)){
938 n_err(_("Writing message to %s failed: %s\n"),
939 fnameq, _("write error"));
940 *senderror = TRU1;
943 if(fout != n_stdout)
944 Fclose(fout);
948 jleave:
949 if(fp != NULL)
950 Fclose(fp);
951 if(fppa != NULL){
952 for(i = 0; i < pipecnt; ++i)
953 if((fp = fppa[i]) != NULL)
954 Fclose(fp);
955 n_lofi_free(fppa);
957 NYD_LEAVE;
958 return names;
960 jerror:
961 *senderror = TRU1;
962 while(np != NULL){
963 if(np->n_flags & NAME_ADDRSPEC_ISFILEORPIPE)
964 np->n_type |= GDEL;
965 np = np->n_flink;
967 goto jleave;
970 static bool_t
971 mightrecord(FILE *fp, struct name *to, bool_t resend){
972 char *cp;
973 char const *ccp;
974 bool_t rv;
975 NYD2_ENTER;
977 rv = TRU1;
979 if(n_poption & n_PO_DEBUG)
980 ccp = NULL;
981 else if(to != NULL){
982 ccp = cp = savestr(skinned_name(to));
983 while(*cp != '\0' && *cp != '@')
984 ++cp;
985 *cp = '\0';
986 }else
987 ccp = ok_vlook(record);
989 if(ccp != NULL){
990 if((cp = fexpand(ccp, FEXP_FULL)) == NULL)
991 goto jbail;
993 switch(*(ccp = cp)){
994 case '.':
995 if(cp[1] != '/'){ /* DIRSEP */
996 default:
997 if(ok_blook(outfolder)){
998 struct str s;
999 char const *nccp, *folder;
1001 switch(which_protocol(ccp, TRU1, FAL0, &nccp)){
1002 case PROTO_FILE:
1003 ccp = "file://";
1004 if(0){
1005 /* FALLTHRU */
1006 case PROTO_MAILDIR:
1007 ccp = "maildir://";
1009 folder = n_folder_query();
1010 #ifdef HAVE_IMAP
1011 if(which_protocol(folder, FAL0, FAL0, NULL) == PROTO_IMAP){
1012 n_err(_("(*record*): *outfolder* set, *folder* is IMAP "
1013 "based: only one protocol per file is possible\n"));
1014 goto jbail;
1016 #endif
1017 ccp = str_concat_csvl(&s, ccp, folder, nccp)->s;
1018 /* FALLTHRU */
1019 default:
1020 break;
1024 /* FALLTHRU */
1025 case '/':
1026 break;
1029 if(!a_sendout__savemail(ccp, fp, resend)){
1030 jbail:
1031 n_err(_("Failed to save message in %s - message not sent\n"),
1032 n_shexp_quote_cp(ccp, FAL0));
1033 n_exit_status |= n_EXIT_ERR;
1034 savedeadletter(fp, 1);
1035 rv = FAL0;
1038 NYD2_LEAVE;
1039 return rv;
1042 static bool_t
1043 a_sendout__savemail(char const *name, FILE *fp, bool_t resend){
1044 FILE *fo;
1045 size_t bufsize, buflen, cnt;
1046 enum n_fopen_state fs;
1047 bool_t rv, emptyline;
1048 char *buf;
1049 NYD_ENTER;
1051 buf = smalloc(bufsize = LINESIZE);
1052 rv = FAL0;
1054 if((fo = n_fopen_any(name, "a+", &fs)) == NULL){
1055 n_perr(name, 0);
1056 goto j_leave;
1059 if((fs & (n_PROTO_MASK | n_FOPEN_STATE_EXISTS)) ==
1060 (n_PROTO_FILE | n_FOPEN_STATE_EXISTS)){
1061 int xerr;
1063 /* TODO RETURN check, but be aware of protocols: v15: Mailbox->lock()!
1064 * TODO BETTER yet: should be returned in lock state already! */
1065 n_file_lock(fileno(fo), FLT_WRITE, 0,0, UIZ_MAX);
1067 if((xerr = n_folder_mbox_prepare_append(fo, NULL)) != n_ERR_NONE){
1068 n_perr(name, xerr);
1069 goto jleave;
1073 fflush_rewind(fp);
1074 rv = TRU1;
1076 fprintf(fo, "From %s %s", ok_vlook(LOGNAME), time_current.tc_ctime);
1077 for(emptyline = FAL0, buflen = 0, cnt = fsize(fp);
1078 fgetline(&buf, &bufsize, &cnt, &buflen, fp, 0) != NULL;){
1079 /* Only if we are resending it can happen that we have to quote From_
1080 * lines here; we don't generate messages which are ambiguous ourselves */
1081 if(resend){
1082 if(emptyline && is_head(buf, buflen, FAL0))
1083 putc('>', fo);
1084 }DBG(else assert(!is_head(buf, buflen, FAL0)); )
1086 emptyline = (buflen > 0 && *buf == '\n');
1087 fwrite(buf, sizeof *buf, buflen, fo);
1089 if(buflen > 0 && buf[buflen - 1] != '\n')
1090 putc('\n', fo);
1091 putc('\n', fo);
1092 fflush(fo);
1093 if(ferror(fo)){
1094 n_perr(name, 0);
1095 rv = FAL0;
1098 jleave:
1099 really_rewind(fp);
1100 if(Fclose(fo) != 0)
1101 rv = FAL0;
1102 j_leave:
1103 free(buf);
1104 NYD_LEAVE;
1105 return rv;
1108 static bool_t
1109 _transfer(struct sendbundle *sbp)
1111 struct name *np;
1112 ui32_t cnt;
1113 bool_t rv = TRU1;
1114 NYD_ENTER;
1116 for (cnt = 0, np = sbp->sb_to; np != NULL;) {
1117 char const k[] = "smime-encrypt-", *cp;
1118 size_t nl = strlen(np->n_name);
1119 char *vs = ac_alloc(sizeof(k)-1 + nl +1);
1120 memcpy(vs, k, sizeof(k) -1);
1121 memcpy(vs + sizeof(k) -1, np->n_name, nl +1);
1123 if ((cp = n_var_vlook(vs, FAL0)) != NULL) {
1124 #ifdef HAVE_SSL
1125 FILE *ef;
1127 if ((ef = smime_encrypt(sbp->sb_input, cp, np->n_name)) != NULL) {
1128 FILE *fisave = sbp->sb_input;
1129 struct name *nsave = sbp->sb_to;
1131 sbp->sb_to = ndup(np, np->n_type & ~(GFULL | GSKIN));
1132 sbp->sb_input = ef;
1133 if (!__mta_start(sbp))
1134 rv = FAL0;
1135 sbp->sb_to = nsave;
1136 sbp->sb_input = fisave;
1138 Fclose(ef);
1139 } else {
1140 #else
1141 n_err(_("No SSL support compiled in\n"));
1142 rv = FAL0;
1143 #endif
1144 n_err(_("Message not sent to: %s\n"), np->n_name);
1145 _sendout_error = TRU1;
1146 #ifdef HAVE_SSL
1148 #endif
1149 rewind(sbp->sb_input);
1151 if (np->n_flink != NULL)
1152 np->n_flink->n_blink = np->n_blink;
1153 if (np->n_blink != NULL)
1154 np->n_blink->n_flink = np->n_flink;
1155 if (np == sbp->sb_to)
1156 sbp->sb_to = np->n_flink;
1157 np = np->n_flink;
1158 } else {
1159 ++cnt;
1160 np = np->n_flink;
1162 ac_free(vs);
1165 if (cnt > 0 && (ok_blook(smime_force_encryption) || !__mta_start(sbp)))
1166 rv = FAL0;
1167 NYD_LEAVE;
1168 return rv;
1171 static bool_t
1172 __mta_start(struct sendbundle *sbp)
1174 pid_t pid;
1175 sigset_t nset;
1176 char const **args, *mta;
1177 bool_t rv;
1178 NYD_ENTER;
1180 /* Let rv mean "is smtp-based MTA" */
1181 if((mta = ok_vlook(smtp)) != NULL){
1182 n_OBSOLETE(_("please don't use *smtp*: assign a smtp:// URL to *mta*!"));
1183 /* For *smtp* the smtp:// protocol was optional; be simple: don't check
1184 * that *smtp* is misused with file:// or so */
1185 if(n_servbyname(mta, NULL) == NULL)
1186 mta = savecat("smtp://", mta);
1187 rv = TRU1;
1188 }else{
1189 char const *proto;
1191 mta = ok_vlook(mta); /* TODO v15: what solely remains in here */
1192 if((proto = ok_vlook(sendmail)) != NULL)
1193 n_OBSOLETE(_("please use *mta* instead of *sendmail*"));
1194 if(proto != NULL && !strcmp(mta, VAL_MTA))
1195 mta = proto;
1197 /* TODO for now this is pretty hacky: in v15 we should simply create
1198 * TODO an URL object; i.e., be able to do so, and it does it right
1199 * TODO I.e.,: url_creat(&url, ok_vlook(mta)); */
1200 if((proto = n_servbyname(mta, NULL)) != NULL){
1201 if(*proto == '\0'){
1202 mta += sizeof("file://") -1;
1203 rv = FAL0;
1204 }else
1205 rv = TRU1;
1206 }else
1207 rv = FAL0;
1210 if(!rv){
1211 char const *mta_base;
1213 if((mta = fexpand(mta_base = mta, FEXP_LOCAL | FEXP_NOPROTO)) == NULL){
1214 n_err(_("*mta* variable expansion failure: %s\n"),
1215 n_shexp_quote_cp(mta_base, FAL0));
1216 goto jstop;
1219 args = __mta_prepare_args(sbp->sb_to, sbp->sb_hp);
1220 if (n_poption & n_PO_DEBUG) {
1221 __mta_debug(sbp, mta, args);
1222 rv = TRU1;
1223 goto jleave;
1225 } else {
1226 n_UNINIT(args, NULL);
1227 #ifndef HAVE_SMTP
1228 n_err(_("No SMTP support compiled in\n"));
1229 goto jstop;
1230 #else
1231 /* C99 */{
1232 struct name *np;
1234 for(np = sbp->sb_to; np != NULL; np = np->n_flink)
1235 if(!(np->n_type & GDEL) && (np->n_flags & NAME_ADDRSPEC_ISNAME)){
1236 n_err(_("SMTP *mta* cannot send to alias name: %s\n"),
1237 n_shexp_quote_cp(np->n_name, FAL0));
1238 rv = FAL0;
1240 if(!rv)
1241 goto jstop;
1244 if (n_poption & n_PO_DEBUG) {
1245 (void)smtp_mta(sbp);
1246 rv = TRU1;
1247 goto jleave;
1249 #endif
1252 /* Fork, set up the temporary mail file as standard input for "mail", and
1253 * exec with the user list we generated far above */
1254 if ((pid = n_child_fork()) == -1) {
1255 n_perr("fork", 0);
1256 jstop:
1257 savedeadletter(sbp->sb_input, 0);
1258 _sendout_error = TRU1;
1259 goto jleave;
1261 if (pid == 0) {
1262 sigemptyset(&nset);
1263 sigaddset(&nset, SIGHUP);
1264 sigaddset(&nset, SIGINT);
1265 sigaddset(&nset, SIGQUIT);
1266 sigaddset(&nset, SIGTSTP);
1267 sigaddset(&nset, SIGTTIN);
1268 sigaddset(&nset, SIGTTOU);
1269 /* n_stdin = */freopen(n_path_devnull, "r", stdin);
1270 #ifdef HAVE_SMTP
1271 if (rv) {
1272 n_child_prepare(&nset, 0, 1);
1273 if (smtp_mta(sbp))
1274 _exit(n_EXIT_OK);
1275 } else
1276 #endif
1278 char const *ecp;
1279 int e;
1281 n_child_prepare(&nset, fileno(sbp->sb_input), -1);
1282 execv(mta, n_UNCONST(args));
1283 e = n_err_no;
1284 ecp = (e != n_ERR_NOENT) ? n_err_to_doc(e)
1285 : _("executable not found (adjust *mta* variable)");
1286 n_err(_("Cannot start %s: %s\n"), n_shexp_quote_cp(mta, FAL0), ecp);
1288 savedeadletter(sbp->sb_input, 1);
1289 n_err(_("... message not sent\n"));
1290 _exit(n_EXIT_ERR);
1293 if ((n_poption & n_PO_D_V) || ok_blook(sendwait)) {
1294 if (!(rv = n_child_wait(pid, NULL)))
1295 _sendout_error = TRU1;
1296 } else {
1297 n_child_free(pid);
1298 rv = TRU1;
1300 jleave:
1301 NYD_LEAVE;
1302 return rv;
1305 static char const **
1306 __mta_prepare_args(struct name *to, struct header *hp)
1308 size_t vas_cnt, i, j;
1309 char **vas;
1310 char const **args, *cp, *cp_v15compat;
1311 bool_t snda;
1312 NYD_ENTER;
1314 if((cp_v15compat = ok_vlook(sendmail_arguments)) != NULL)
1315 n_OBSOLETE(_("please use *mta-arguments*, not *sendmail-arguments*"));
1316 if((cp = ok_vlook(mta_arguments)) == NULL)
1317 cp = cp_v15compat;
1318 if ((cp /* TODO v15: = ok_vlook(mta_arguments)*/) == NULL) {
1319 vas_cnt = 0;
1320 vas = NULL;
1321 } else {
1322 /* Don't assume anything on the content but do allocate exactly j slots;
1323 * like this getrawlist will never overflow (and return -1) */
1324 j = strlen(cp);
1325 vas = n_lofi_alloc(sizeof(*vas) * j);
1326 vas_cnt = (size_t)getrawlist(TRU1, vas, j, cp, j);
1329 i = 4 + n_smopts_cnt + vas_cnt + 4 + 1 + count(to) + 1;
1330 args = salloc(i * sizeof(char*));
1332 if((cp_v15compat = ok_vlook(sendmail_progname)) != NULL)
1333 n_OBSOLETE(_("please use *mta-argv0*, not *sendmail-progname*"));
1334 cp = ok_vlook(mta_argv0);
1335 if(cp_v15compat != NULL && !strcmp(cp, VAL_MTA_ARGV0))
1336 cp = cp_v15compat;
1337 args[0] = cp/* TODO v15 only : = ok_vlook(mta_argv0) */;
1339 if ((snda = ok_blook(sendmail_no_default_arguments)))
1340 n_OBSOLETE(_("please use *mta-no-default-arguments*, "
1341 "not *sendmail-no-default-arguments*"));
1342 snda |= ok_blook(mta_no_default_arguments);
1343 if ((snda /* TODO v15: = ok_blook(mta_no_default_arguments)*/))
1344 i = 1;
1345 else {
1346 args[1] = "-i";
1347 i = 2;
1348 if (ok_blook(metoo))
1349 args[i++] = "-m";
1350 if (n_poption & n_PO_VERB)
1351 args[i++] = "-v";
1354 for (j = 0; j < n_smopts_cnt; ++j, ++i)
1355 args[i] = n_smopts[j];
1357 for (j = 0; j < vas_cnt; ++j, ++i)
1358 args[i] = vas[j];
1360 /* -r option? In conjunction with -t we act compatible to postfix(1) and
1361 * ignore it (it is -f / -F there) if the message specified From:/Sender:.
1362 * The interdependency with -t has been resolved in puthead() */
1363 if (!snda && ((n_poption & n_PO_r_FLAG) || ok_blook(r_option_implicit))) {
1364 struct name const *np;
1366 if (hp != NULL && (np = hp->h_from) != NULL) {
1367 /* However, what wasn't resolved there was the case that the message
1368 * specified multiple From: addresses and a Sender: */
1369 if ((n_psonce & n_PSO_t_FLAG) && hp->h_sender != NULL)
1370 np = hp->h_sender;
1372 if (np->n_fullextra != NULL) {
1373 args[i++] = "-F";
1374 args[i++] = np->n_fullextra;
1376 cp = np->n_name;
1377 } else {
1378 assert(n_poption_arg_r == NULL);
1379 cp = skin(myorigin(NULL));
1382 if (cp != NULL) {
1383 args[i++] = "-f";
1384 args[i++] = cp;
1388 /* Terminate option list to avoid false interpretation of system-wide
1389 * aliases that start with hyphen */
1390 if (!snda)
1391 args[i++] = "--";
1393 /* Receivers follow */
1394 for (; to != NULL; to = to->n_flink)
1395 if (!(to->n_type & GDEL))
1396 args[i++] = to->n_name;
1397 args[i] = NULL;
1399 if(vas != NULL)
1400 n_lofi_free(vas);
1401 NYD_LEAVE;
1402 return args;
1405 static void
1406 __mta_debug(struct sendbundle *sbp, char const *mta, char const **args)
1408 size_t cnt, bufsize, llen;
1409 char *buf;
1410 NYD_ENTER;
1412 n_err(_(">>> MTA: %s, arguments:"), n_shexp_quote_cp(mta, FAL0));
1413 for (; *args != NULL; ++args)
1414 n_err(" %s", n_shexp_quote_cp(*args, FAL0));
1415 n_err("\n");
1417 fflush_rewind(sbp->sb_input);
1419 cnt = fsize(sbp->sb_input);
1420 buf = NULL;
1421 bufsize = 0;
1422 while (fgetline(&buf, &bufsize, &cnt, &llen, sbp->sb_input, TRU1) != NULL) {
1423 buf[--llen] = '\0';
1424 n_err(">>> %s\n", buf);
1426 if (buf != NULL)
1427 free(buf);
1428 NYD_LEAVE;
1431 static char const *
1432 a_sendout_random_id(struct header *hp, bool_t msgid)
1434 static ui32_t reprocnt;
1435 struct tm *tmp;
1436 char const *h;
1437 size_t rl, i;
1438 char *rv, sep;
1439 NYD_ENTER;
1441 rv = NULL;
1443 if(msgid && hp != NULL && hp->h_message_id != NULL){
1444 rv = hp->h_message_id->n_name;
1445 goto jleave;
1448 if(ok_blook(message_id_disable))
1449 goto jleave;
1451 sep = '%';
1452 rl = 5;
1453 if((h = __sendout_ident) != NULL)
1454 goto jgen;
1455 if(ok_vlook(hostname) != NULL){
1456 h = n_nodename(TRU1);
1457 sep = '@';
1458 rl = 8;
1459 goto jgen;
1461 if(hp != NULL && (h = skin(myorigin(hp))) != NULL && strchr(h, '@') != NULL)
1462 goto jgen;
1463 goto jleave;
1465 jgen:
1466 tmp = &time_current.tc_gm;
1467 i = sizeof("%04d%02d%02d%02d%02d%02d.%s%c%s") -1 + rl + strlen(h);
1468 rv = n_autorec_alloc(i +1);
1469 snprintf(rv, i, "%04d%02d%02d%02d%02d%02d.%s%c%s",
1470 tmp->tm_year + 1900, tmp->tm_mon + 1, tmp->tm_mday,
1471 tmp->tm_hour, tmp->tm_min, tmp->tm_sec,
1472 n_random_create_cp(rl, &reprocnt), sep, h);
1473 rv[i] = '\0'; /* Because we don't test snprintf(3) return */
1474 jleave:
1475 NYD_LEAVE;
1476 return rv;
1479 static int
1480 fmt(char const *str, struct name *np, FILE *fo, enum fmt_flags ff)
1482 enum {
1483 m_INIT = 1<<0,
1484 m_COMMA = 1<<1,
1485 m_NOPF = 1<<2,
1486 m_NONAME = 1<<3,
1487 m_CSEEN = 1<<4
1488 } m = (ff & GCOMMA) ? m_COMMA : 0;
1489 ssize_t col, len;
1490 int rv = 1;
1491 NYD_ENTER;
1493 col = strlen(str);
1494 if (col) {
1495 fwrite(str, sizeof *str, col, fo);
1496 #undef _X
1497 #define _X(S) (col == sizeof(S) -1 && !asccasecmp(str, S))
1498 if (ff & GFILES) {
1500 } else if (_X("reply-to:") || _X("mail-followup-to:") ||
1501 _X("references:") || _X("in-reply-to:") ||
1502 _X("disposition-notification-to:"))
1503 m |= m_NOPF | m_NONAME;
1504 else if (ok_blook(add_file_recipients)) {
1506 } else if (_X("to:") || _X("cc:") || _X("bcc:") || _X("resent-to:"))
1507 m |= m_NOPF;
1508 #undef _X
1511 for (; np != NULL; np = np->n_flink) {
1512 if(np->n_type & GDEL)
1513 continue;
1514 if(is_addr_invalid(np,
1515 ((ff & FMT_INC_INVADDR ? 0 : EACM_NOLOG) |
1516 (m & m_NONAME ? EACM_NONAME : EACM_NONE))) &&
1517 !(ff & FMT_INC_INVADDR))
1518 continue;
1520 /* File and pipe addresses only printed with set *add-file-recipients* */
1521 if ((m & m_NOPF) && is_fileorpipe_addr(np))
1522 continue;
1524 if ((m & (m_INIT | m_COMMA)) == (m_INIT | m_COMMA)) {
1525 if (putc(',', fo) == EOF)
1526 goto jleave;
1527 m |= m_CSEEN;
1528 ++col;
1531 len = strlen(np->n_fullname);
1532 if (np->n_type & GREF)
1533 len += 2;
1534 ++col; /* The separating space */
1535 if ((m & m_INIT) && /*col > 1 &&*/
1536 UICMP(z, col + len, >,
1537 (np->n_type & GREF ? MIME_LINELEN : 72))) {
1538 if (fputs("\n ", fo) == EOF)
1539 goto jleave;
1540 col = 1;
1541 m &= ~m_CSEEN;
1542 } else
1543 putc(' ', fo);
1544 m = (m & ~m_CSEEN) | m_INIT;
1546 /* C99 */{
1547 char *hb;
1549 /* GREF needs to be placed in angle brackets, but which are missing */
1550 hb = np->n_fullname;
1551 if(np->n_type & GREF){
1552 assert(UICMP(z, len, ==, strlen(np->n_fullname) + 2));
1553 hb = n_lofi_alloc(len +1);
1554 len -= 2;
1555 hb[0] = '<';
1556 hb[len + 1] = '>';
1557 hb[len + 2] = '\0';
1558 memcpy(&hb[1], np->n_fullname, len);
1559 len += 2;
1561 len = xmime_write(hb, len, fo,
1562 ((ff & FMT_DOMIME) ? CONV_TOHDR_A : CONV_NONE), TD_ICONV,
1563 NULL, NULL);
1564 if(np->n_type & GREF)
1565 n_lofi_free(hb);
1567 if (len < 0)
1568 goto jleave;
1569 col += len;
1572 if (putc('\n', fo) != EOF)
1573 rv = 0;
1574 jleave:
1575 NYD_LEAVE;
1576 return rv;
1579 static int
1580 infix_resend(FILE *fi, FILE *fo, struct message *mp, struct name *to,
1581 int add_resent)
1583 size_t cnt, c, bufsize = 0;
1584 char *buf = NULL;
1585 char const *cp;
1586 struct name *fromfield = NULL, *senderfield = NULL, *mdn;
1587 int rv = 1;
1588 NYD_ENTER;
1590 cnt = mp->m_size;
1592 /* Write the Resent-Fields */
1593 if (add_resent) {
1594 fputs("Resent-", fo);
1595 mkdate(fo, "Date");
1596 if ((cp = myaddrs(NULL)) != NULL) {
1597 if (_putname(cp, GCOMMA, SEND_MBOX, NULL, "Resent-From:", fo,
1598 &fromfield, 0))
1599 goto jleave;
1601 /* TODO RFC 5322: Resent-Sender SHOULD NOT be used if it's EQ -From: */
1602 if ((cp = ok_vlook(sender)) != NULL) {
1603 if (_putname(cp, GCOMMA, SEND_MBOX, NULL, "Resent-Sender:", fo,
1604 &senderfield, 0))
1605 goto jleave;
1607 if (fmt("Resent-To:", to, fo, FMT_COMMA))
1608 goto jleave;
1609 if (((cp = ok_vlook(stealthmua)) == NULL || !strcmp(cp, "noagent")) &&
1610 (cp = a_sendout_random_id(NULL, TRU1)) != NULL &&
1611 fprintf(fo, "Resent-Message-ID: <%s>\n", cp) < 0)
1612 goto jleave;
1615 if ((mdn = n_UNCONST(check_from_and_sender(fromfield, senderfield))) == NULL)
1616 goto jleave;
1617 if (!_check_dispo_notif(mdn, NULL, fo))
1618 goto jleave;
1620 /* Write the original headers */
1621 while (cnt > 0) {
1622 if (fgetline(&buf, &bufsize, &cnt, &c, fi, 0) == NULL)
1623 break;
1624 if (ascncasecmp("status:", buf, 7) &&
1625 ascncasecmp("disposition-notification-to:", buf, 28) &&
1626 !is_head(buf, c, FAL0))
1627 fwrite(buf, sizeof *buf, c, fo);
1628 if (cnt > 0 && *buf == '\n')
1629 break;
1632 /* Write the message body */
1633 while (cnt > 0) {
1634 if (fgetline(&buf, &bufsize, &cnt, &c, fi, 0) == NULL)
1635 break;
1636 if (cnt == 0 && *buf == '\n')
1637 break;
1638 fwrite(buf, sizeof *buf, c, fo);
1640 if (buf != NULL)
1641 free(buf);
1642 if (ferror(fo)) {
1643 n_perr(_("temporary mail file"), 0);
1644 goto jleave;
1646 rv = 0;
1647 jleave:
1648 NYD_LEAVE;
1649 return rv;
1652 FL int
1653 mail(struct name *to, struct name *cc, struct name *bcc, char const *subject,
1654 struct attachment *attach, char const *quotefile, int recipient_record)
1656 struct header head;
1657 struct str in, out;
1658 NYD_ENTER;
1660 memset(&head, 0, sizeof head);
1662 /* The given subject may be in RFC1522 format. */
1663 if (subject != NULL) {
1664 in.s = n_UNCONST(subject);
1665 in.l = strlen(subject);
1666 mime_fromhdr(&in, &out, /* TODO ??? TD_ISPR |*/ TD_ICONV);
1667 head.h_subject = out.s;
1670 head.h_mailx_command = "mail";
1671 if((head.h_to = to) != NULL)
1672 head.h_mailx_raw_to = namelist_dup(to, to->n_type);
1673 if((head.h_cc = cc) != NULL)
1674 head.h_mailx_raw_cc = namelist_dup(cc, cc->n_type);
1675 if((head.h_bcc = bcc) != NULL)
1676 head.h_mailx_raw_bcc = namelist_dup(bcc, bcc->n_type);
1678 head.h_attach = attach;
1680 mail1(&head, 0, NULL, quotefile, recipient_record, 0);
1682 if (subject != NULL)
1683 free(out.s);
1684 NYD_LEAVE;
1685 return 0; /* TODO only for main.c, -> n_exit_status, BUT: ARGH! */
1688 FL int
1689 c_sendmail(void *v)
1691 int rv;
1692 NYD_ENTER;
1694 rv = sendmail_internal(v, 0);
1695 NYD_LEAVE;
1696 return rv;
1699 FL int
1700 c_Sendmail(void *v)
1702 int rv;
1703 NYD_ENTER;
1705 rv = sendmail_internal(v, 1);
1706 NYD_LEAVE;
1707 return rv;
1710 FL enum okay
1711 mail1(struct header *hp, int printheaders, struct message *quote,
1712 char const *quotefile, int recipient_record, int doprefix)
1714 struct n_sigman sm;
1715 struct sendbundle sb;
1716 struct name *to;
1717 bool_t dosign;
1718 FILE * volatile mtf, *nmtf;
1719 enum okay volatile rv;
1720 NYD_ENTER;
1722 _sendout_error = FAL0;
1723 __sendout_ident = NULL;
1724 n_pstate_err_no = n_ERR_INVAL;
1725 rv = STOP;
1726 mtf = NULL;
1728 n_SIGMAN_ENTER_SWITCH(&sm, n_SIGMAN_ALL) {
1729 case 0:
1730 break;
1731 default:
1732 goto jleave;
1735 /* Update some globals we likely need first */
1736 time_current_update(&time_current, TRU1);
1738 /* Collect user's mail from standard input. Get the result as mtf */
1739 mtf = collect(hp, printheaders, quote, quotefile, doprefix, &_sendout_error);
1740 if (mtf == NULL)
1741 goto jleave;
1743 dosign = TRUM1;
1745 /* */
1746 if(n_psonce & n_PSO_INTERACTIVE){
1747 if (ok_blook(asksign))
1748 dosign = getapproval(_("Sign this message"), TRU1);
1751 if(fsize(mtf) == 0){
1752 if(n_poption & n_PO_E_FLAG){
1753 n_pstate_err_no = n_ERR_NONE;
1754 rv = OKAY;
1755 goto jleave;
1758 if(hp->h_subject == NULL)
1759 n_err(_("No message, no subject; hope that's ok\n"));
1760 else if(ok_blook(bsdcompat) || ok_blook(bsdmsgs))
1761 n_err(_("Null message body; hope that's ok\n"));
1764 if (dosign == TRUM1)
1765 dosign = ok_blook(smime_sign); /* TODO USER@HOST <-> *from* +++!!! */
1766 #ifndef HAVE_SSL
1767 if (dosign) {
1768 n_err(_("No SSL support compiled in\n"));
1769 goto jleave;
1771 #endif
1773 /* XXX Update time_current again; once collect() offers editing of more
1774 * XXX headers, including Date:, this must only happen if Date: is the
1775 * XXX same that it was before collect() (e.g., postponing etc.).
1776 * XXX But *do* update otherwise because the mail seems to be backdated
1777 * XXX if the user edited some time, which looks odd and it happened
1778 * XXX to me that i got mis-dated response mails due to that... */
1779 time_current_update(&time_current, TRU1);
1781 /* TODO hrmpf; the MIME/send layer rewrite MUST address the init crap:
1782 * TODO setup the header ONCE; note this affects edit.c, collect.c ...,
1783 * TODO but: offer a hook that rebuilds/expands/checks/fixates all
1784 * TODO header fields ONCE, call that ONCE after user editing etc. has
1785 * TODO completed (one edit cycle) */
1787 /* Take the user names from the combined to and cc lists and do all the
1788 * alias processing. The POSIX standard says:
1789 * The names shall be substituted when alias is used as a recipient
1790 * address specified by the user in an outgoing message (that is,
1791 * other recipients addressed indirectly through the reply command
1792 * shall not be substituted in this manner).
1793 * S-nail thus violates POSIX, as has been pointed out correctly by
1794 * Martin Neitzel, but logic and usability of POSIX standards is not seldom
1795 * disputable anyway. Go for user friendliness */
1797 to = namelist_vaporise_head(hp,
1798 (EACM_NORMAL |
1799 (!(expandaddr_to_eaf() & EAF_NAME) ? EACM_NONAME : EACM_NONE)),
1800 TRU1, &_sendout_error);
1802 if(to == NULL){
1803 n_err(_("No recipients specified\n"));
1804 n_pstate_err_no = n_ERR_DESTADDRREQ;
1805 goto jfail_dead;
1807 if(_sendout_error < 0){
1808 n_err(_("Some addressees were classified as \"hard error\"\n"));
1809 n_pstate_err_no = n_ERR_PERM;
1810 goto jfail_dead;
1813 /* */
1814 memset(&sb, 0, sizeof sb);
1815 sb.sb_hp = hp;
1816 sb.sb_to = to;
1817 sb.sb_input = mtf;
1818 if((dosign || count_nonlocal(to) > 0) &&
1819 !_sendbundle_setup_creds(&sb, (dosign > 0))){
1820 /* TODO saving $DEAD and recovering etc is not yet well defined */
1821 assert(n_pstate_err_no == n_ERR_INVAL);
1822 goto jfail_dead;
1825 /* 'Bit ugly kind of control flow until we find a charset that does it */
1826 for (charset_iter_reset(hp->h_charset);; charset_iter_next()) {
1827 int err;
1829 if (!charset_iter_is_valid())
1831 else if ((nmtf = infix(hp, mtf)) != NULL)
1832 break;
1833 else if ((err = n_err_no) == n_ERR_ILSEQ || err == n_ERR_INVAL) {
1834 rewind(mtf);
1835 continue;
1838 n_perr(_("Failed to create encoded message"), 0);
1839 n_pstate_err_no = n_ERR_NOTSUP;
1840 goto jfail_dead;
1842 mtf = nmtf;
1844 /* */
1845 #ifdef HAVE_SSL
1846 if (dosign) {
1847 if ((nmtf = smime_sign(mtf, sb.sb_signer.s)) == NULL)
1848 goto jfail_dead;
1849 Fclose(mtf);
1850 mtf = nmtf;
1852 #endif
1854 /* TODO truly - i still don't get what follows: (1) we deliver file
1855 * TODO and pipe addressees, (2) we mightrecord() and (3) we transfer
1856 * TODO even if (1) savedeadletter() etc. To me this doesn't make sense? */
1858 /* C99 */{
1859 ui32_t cnt;
1860 bool_t b;
1862 /* Deliver pipe and file addressees */
1863 b = (ok_blook(record_files) && count(to) > 0);
1864 to = a_sendout_file_a_pipe(to, mtf, &_sendout_error);
1866 if (_sendout_error)
1867 savedeadletter(mtf, FAL0);
1869 to = elide(to); /* XXX only to drop GDELs due a_sendout_file_a_pipe()! */
1870 cnt = count(to);
1872 if ((recipient_record || b || cnt > 0) &&
1873 !mightrecord(mtf, (recipient_record ? to : NULL), FAL0))
1874 goto jleave;
1875 if (cnt > 0) {
1876 sb.sb_hp = hp;
1877 sb.sb_to = to;
1878 sb.sb_input = mtf;
1879 if (_transfer(&sb))
1880 rv = OKAY;
1881 } else if (!_sendout_error)
1882 rv = OKAY;
1885 n_sigman_cleanup_ping(&sm);
1886 jleave:
1887 if(mtf != NULL){
1888 char const *cp;
1890 Fclose(mtf);
1892 if((cp = ok_vlook(on_compose_cleanup)) != NULL)
1893 temporary_compose_mode_hook_call(cp, NULL, NULL);
1895 temporary_compose_mode_hook_unroll();
1897 if (_sendout_error)
1898 n_exit_status |= n_EXIT_SEND_ERROR;
1899 if(rv == OKAY)
1900 n_pstate_err_no = n_ERR_NONE;
1901 NYD_LEAVE;
1902 n_sigman_leave(&sm, n_SIGMAN_VIPSIGS_NTTYOUT);
1903 return rv;
1905 jfail_dead:
1906 _sendout_error = TRU1;
1907 savedeadletter(mtf, TRU1);
1908 n_err(_("... message not sent\n"));
1909 goto jleave;
1912 FL int
1913 mkdate(FILE *fo, char const *field)
1915 struct tm tmpgm, *tmptr;
1916 int tzdiff, tzdiff_hour, tzdiff_min, rv;
1917 NYD_ENTER;
1919 memcpy(&tmpgm, &time_current.tc_gm, sizeof tmpgm);
1920 tzdiff = time_current.tc_time - mktime(&tmpgm);
1921 tzdiff_hour = (int)(tzdiff / 60);
1922 tzdiff_min = tzdiff_hour % 60;
1923 tzdiff_hour /= 60;
1924 tmptr = &time_current.tc_local;
1925 if (tmptr->tm_isdst > 0)
1926 ++tzdiff_hour;
1927 rv = fprintf(fo, "%s: %s, %02d %s %04d %02d:%02d:%02d %+05d\n",
1928 field,
1929 n_weekday_names[tmptr->tm_wday],
1930 tmptr->tm_mday, n_month_names[tmptr->tm_mon],
1931 tmptr->tm_year + 1900, tmptr->tm_hour,
1932 tmptr->tm_min, tmptr->tm_sec,
1933 tzdiff_hour * 100 + tzdiff_min);
1934 NYD_LEAVE;
1935 return rv;
1938 FL int
1939 puthead(bool_t nosend_msg, struct header *hp, FILE *fo, enum gfield w,
1940 enum sendaction action, enum conversion convert, char const *contenttype,
1941 char const *charset)
1943 #define FMT_CC_AND_BCC() \
1944 do {\
1945 if ((w & GCC) && (hp->h_cc != NULL || nosend_msg == TRUM1)) {\
1946 if (fmt("Cc:", hp->h_cc, fo, ff))\
1947 goto jleave;\
1948 ++gotcha;\
1950 if ((w & GBCC) && (hp->h_bcc != NULL || nosend_msg == TRUM1)) {\
1951 if (fmt("Bcc:", hp->h_bcc, fo, ff))\
1952 goto jleave;\
1953 ++gotcha;\
1955 } while (0)
1957 char const *addr;
1958 size_t gotcha;
1959 struct name *np, *fromasender = NULL;
1960 int stealthmua, rv = 1;
1961 bool_t nodisp;
1962 enum fmt_flags ff;
1963 NYD_ENTER;
1965 if ((addr = ok_vlook(stealthmua)) != NULL)
1966 stealthmua = !strcmp(addr, "noagent") ? -1 : 1;
1967 else
1968 stealthmua = 0;
1969 gotcha = 0;
1970 nodisp = (action != SEND_TODISP);
1971 ff = (w & (GCOMMA | GFILES)) | (nodisp ? FMT_DOMIME : 0);
1972 if(nosend_msg)
1973 ff |= FMT_INC_INVADDR;
1975 if (w & GDATE)
1976 mkdate(fo, "Date"), ++gotcha;
1977 if (w & GIDENT) {
1978 if (hp->h_from == NULL || hp->h_sender == NULL)
1979 setup_from_and_sender(hp);
1981 if (hp->h_from != NULL) {
1982 if (fmt("From:", hp->h_from, fo, ff))
1983 goto jleave;
1984 ++gotcha;
1987 if (hp->h_sender != NULL) {
1988 if (fmt("Sender:", hp->h_sender, fo, ff))
1989 goto jleave;
1990 ++gotcha;
1993 fromasender = n_UNCONST(check_from_and_sender(hp->h_from, hp->h_sender));
1994 if (fromasender == NULL)
1995 goto jleave;
1996 /* Note that fromasender is (NULL,) 0x1 or real sender here */
1999 #if 1
2000 if ((w & GTO) && (hp->h_to != NULL || nosend_msg == TRUM1)) {
2001 if (fmt("To:", hp->h_to, fo, ff))
2002 goto jleave;
2003 ++gotcha;
2005 #else
2006 /* TODO Thought about undisclosed recipients:;, but would be such a fake
2007 * TODO given that we cannot handle group addresses. Ridiculous */
2008 if (w & GTO) {
2009 struct name *xto;
2011 if ((xto = hp->h_to) != NULL) {
2012 char const ud[] = "To: Undisclosed recipients:;\n" /* TODO groups */;
2014 if (count_nonlocal(xto) != 0 || ok_blook(add_file_recipients) ||
2015 (hp->h_cc != NULL && count_nonlocal(hp->h_cc) > 0))
2016 goto jto_fmt;
2017 if (fwrite(ud, 1, sizeof(ud) -1, fo) != sizeof(ud) -1)
2018 goto jleave;
2019 ++gotcha;
2020 } else if (nosend_msg == TRUM1) {
2021 jto_fmt:
2022 if (fmt("To:", hp->h_to, fo, ff))
2023 goto jleave;
2024 ++gotcha;
2027 #endif
2029 if (!ok_blook(bsdcompat) && !ok_blook(bsdorder))
2030 FMT_CC_AND_BCC();
2032 if ((w & GSUBJECT) && (hp->h_subject != NULL || nosend_msg == TRUM1)) {
2033 if (fwrite("Subject: ", sizeof(char), 9, fo) != 9)
2034 goto jleave;
2035 if (hp->h_subject != NULL) {
2036 size_t sublen;
2037 char const *sub;
2039 sublen = strlen(sub = subject_re_trim(hp->h_subject));
2041 /* Trimmed something, (re-)add Re: */
2042 if (sub != hp->h_subject) {
2043 if (fwrite("Re: ", 1, 4, fo) != 4) /* RFC mandates eng. "Re: " */
2044 goto jleave;
2045 if (sublen > 0 &&
2046 xmime_write(sub, sublen, fo,
2047 (!nodisp ? CONV_NONE : CONV_TOHDR),
2048 (!nodisp ? TD_ISPR | TD_ICONV : TD_ICONV), NULL, NULL) < 0)
2049 goto jleave;
2051 /* This may be, e.g., a Fwd: XXX yes, unfortunately we do like that */
2052 else if (*sub != '\0') {
2053 if (xmime_write(sub, sublen, fo, (!nodisp ? CONV_NONE : CONV_TOHDR),
2054 (!nodisp ? TD_ISPR | TD_ICONV : TD_ICONV), NULL, NULL) < 0)
2055 goto jleave;
2058 ++gotcha;
2059 putc('\n', fo);
2062 if (ok_blook(bsdcompat) || ok_blook(bsdorder))
2063 FMT_CC_AND_BCC();
2065 if ((w & GMSGID) && stealthmua <= 0 &&
2066 (addr = a_sendout_random_id(hp, TRU1)) != NULL) {
2067 if (fprintf(fo, "Message-ID: <%s>\n", addr) < 0)
2068 goto jleave;
2069 ++gotcha;
2072 if(w & GREF){
2073 if((np = hp->h_ref) != NULL){
2074 if(fmt("References:", np, fo, 0))
2075 goto jleave;
2076 ++gotcha;
2078 if((np = hp->h_in_reply_to) != NULL){
2079 if(fmt("In-Reply-To:", np, fo, 0))
2080 goto jleave;
2081 ++gotcha;
2085 if (w & GIDENT) {
2086 /* Reply-To:. Be careful not to destroy a possible user input, duplicate
2087 * the list first.. TODO it is a terrible codebase.. */
2088 if((np = hp->h_reply_to) != NULL)
2089 np = namelist_dup(np, np->n_type);
2090 else{
2091 char const *v15compat;
2093 if((v15compat = ok_vlook(replyto)) != NULL)
2094 n_OBSOLETE(_("please use *reply-to*, not *replyto*"));
2095 if((addr = ok_vlook(reply_to)) == NULL)
2096 addr = v15compat;
2097 np = lextract(addr, GEXTRA | GFULL);
2099 if (np != NULL &&
2100 (np = elide(
2101 checkaddrs(usermap(np, TRU1), EACM_STRICT | EACM_NOLOG,
2102 NULL))) != NULL) {
2103 if (fmt("Reply-To:", np, fo, ff))
2104 goto jleave;
2105 ++gotcha;
2109 if ((w & GIDENT) && !nosend_msg) {
2110 /* Mail-Followup-To: TODO factor out this huge block of code */
2111 /* Place ourselfs in there if any non-subscribed list is an addressee */
2112 if((hp->h_flags & HF_LIST_REPLY) || hp->h_mft != NULL ||
2113 ok_blook(followup_to)){
2114 enum{
2115 _ANYLIST = 1u<<(HF__NEXT_SHIFT + 0),
2116 _HADMFT = 1u<<(HF__NEXT_SHIFT + 1)
2118 struct name *mft, **mftp, *x;
2119 ui32_t f;
2121 f = hp->h_flags | (hp->h_mft != NULL ? _HADMFT : 0);
2122 mft = NULL;
2123 mftp = &mft;
2125 /* But for that, we have to remove all incarnations of ourselfs first.
2126 * TODO It is total crap that we have alternates_remove(), is_myname()
2127 * TODO or whatever; these work only with variables, not with data
2128 * TODO that is _currently_ in some header fields!!! v15.0: complete
2129 * TODO rewrite, object based, lazy evaluated, on-the-fly marked.
2130 * TODO then this should be a really cheap thing in here... */
2131 np = elide(n_alternates_remove(cat(
2132 namelist_dup(hp->h_to, GEXTRA | GFULL),
2133 namelist_dup(hp->h_cc, GEXTRA | GFULL)), FAL0));
2134 addr = hp->h_list_post;
2136 while((x = np) != NULL){
2137 si8_t ml;
2139 np = np->n_flink;
2141 if((ml = is_mlist(x->n_name, FAL0)) == MLIST_OTHER &&
2142 addr != NULL && !asccasecmp(addr, x->n_name))
2143 ml = MLIST_KNOWN;
2145 /* Any non-subscribed list? Add ourselves */
2146 switch(ml){
2147 case MLIST_KNOWN:
2148 f |= HF_MFT_SENDER;
2149 /* FALLTHRU */
2150 case MLIST_SUBSCRIBED:
2151 f |= _ANYLIST;
2152 goto j_mft_add;
2153 case MLIST_OTHER:
2154 if(!(f & HF_LIST_REPLY)){
2155 j_mft_add:
2156 if(!is_addr_invalid(x,
2157 EACM_STRICT | EACM_NOLOG | EACM_NONAME)){
2158 x->n_blink = *mftp;
2159 x->n_flink = NULL;
2160 *mftp = x;
2161 mftp = &x->n_flink;
2162 } /* XXX write some warning? if verbose?? */
2163 continue;
2165 /* And if this is a reply that honoured a M-F-T: header then
2166 * we'll also add all members of the original M-F-T: that are
2167 * still addressed by us, regardless of other circumstances */
2168 else if(f & _HADMFT){
2169 struct name *ox;
2171 for(ox = hp->h_mft; ox != NULL; ox = ox->n_flink)
2172 if(!asccasecmp(ox->n_name, x->n_name))
2173 goto j_mft_add;
2175 break;
2179 if((f & (_ANYLIST | _HADMFT)) && mft != NULL){
2180 if(((f & HF_MFT_SENDER) ||
2181 ((f & (_ANYLIST | _HADMFT)) == _HADMFT)) &&
2182 (np = fromasender) != NULL && np != (struct name*)0x1)
2183 *mftp = ndup(np, (np->n_type & ~GMASK) | GEXTRA | GFULL);
2185 if(fmt("Mail-Followup-To:", mft, fo, ff))
2186 goto jleave;
2187 ++gotcha;
2191 if (!_check_dispo_notif(fromasender, hp, fo))
2192 goto jleave;
2195 if ((w & GUA) && stealthmua == 0) {
2196 if (fprintf(fo, "User-Agent: %s %s\n", n_uagent,
2197 (n_psonce & n_PSO_REPRODUCIBLE
2198 ? n_reproducible_name : ok_vlook(version))) < 0)
2199 goto jleave;
2200 ++gotcha;
2203 /* The user may have placed headers when editing */
2204 if(1){
2205 struct n_header_field *hfp;
2207 if((hfp = hp->h_user_headers) != NULL){
2208 if(!_sendout_header_list(fo, hfp, nodisp))
2209 goto jleave;
2210 ++gotcha;
2214 /* Custom headers, as via *customhdr* */
2215 if(!nosend_msg){
2216 struct n_header_field *hfp;
2218 /* With iconv support we likely have a cached result */
2219 if((hfp = hp->h_custom_headers) == NULL)
2220 hp->h_custom_headers = hfp = n_customhdr_query();
2221 if(hfp != NULL){
2222 if(!_sendout_header_list(fo, hfp, nodisp))
2223 goto jleave;
2224 ++gotcha;
2228 /* We don't need MIME unless.. we need MIME?! */
2229 if ((w & GMIME) && ((n_pstate & n_PS_HEADER_NEEDED_MIME) ||
2230 hp->h_attach != NULL ||
2231 ((n_poption & n_PO_Mm_FLAG) && n_poption_arg_Mm != NULL) ||
2232 convert != CONV_7BIT || asccasecmp(charset, "US-ASCII"))) {
2233 ++gotcha;
2234 if (fputs("MIME-Version: 1.0\n", fo) == EOF)
2235 goto jleave;
2236 if (hp->h_attach != NULL) {
2237 _sendout_boundary = mime_param_boundary_create();/*TODO carrier*/
2238 if (fprintf(fo,
2239 "Content-Type: multipart/mixed;\n boundary=\"%s\"\n",
2240 _sendout_boundary) < 0)
2241 goto jleave;
2242 } else {
2243 if(a_sendout_put_ct(fo, contenttype, charset) < 0 ||
2244 a_sendout_put_cte(fo, convert) < 0)
2245 goto jleave;
2249 if (gotcha && (w & GNL))
2250 if (putc('\n', fo) == EOF)
2251 goto jleave;
2252 rv = 0;
2253 jleave:
2254 NYD_LEAVE;
2255 return rv;
2256 #undef FMT_CC_AND_BCC
2259 FL enum okay
2260 resend_msg(struct message *mp, struct header *hp, bool_t add_resent)
2262 struct n_sigman sm;
2263 struct sendbundle sb;
2264 FILE * volatile ibuf, *nfo, * volatile nfi;
2265 char *tempMail;
2266 struct name *to;
2267 enum okay volatile rv;
2268 NYD_ENTER;
2270 _sendout_error = FAL0;
2271 __sendout_ident = NULL;
2272 n_pstate_err_no = n_ERR_INVAL;
2273 rv = STOP;
2274 to = hp->h_to;
2275 nfi = ibuf = NULL;
2277 n_SIGMAN_ENTER_SWITCH(&sm, n_SIGMAN_ALL) {
2278 case 0:
2279 break;
2280 default:
2281 goto jleave;
2284 /* Update some globals we likely need first */
2285 time_current_update(&time_current, TRU1);
2287 /* If we fail we delay that a bit until we can write $DEAD! */
2289 if((to = checkaddrs(to,
2290 (EACM_NORMAL |
2291 (!(expandaddr_to_eaf() & EAF_NAME) ? EACM_NONAME : EACM_NONE)),
2292 &_sendout_error)) == NULL){
2293 n_err(_("No recipients specified\n"));
2294 n_pstate_err_no = n_ERR_DESTADDRREQ;
2295 }else if(_sendout_error < 0){
2296 n_err(_("Some addressees were classified as \"hard error\"\n"));
2297 n_pstate_err_no = n_ERR_PERM;
2300 if((nfo = Ftmp(&tempMail, "resend", OF_WRONLY | OF_HOLDSIGS | OF_REGISTER)
2301 ) == NULL) {
2302 _sendout_error = TRU1;
2303 n_perr(_("temporary mail file"), 0);
2304 n_pstate_err_no = n_ERR_IO;
2305 goto jleave;
2307 if((nfi = Fopen(tempMail, "r")) == NULL){
2308 n_perr(tempMail, 0);
2309 n_pstate_err_no = n_ERR_IO;
2311 Ftmp_release(&tempMail);
2312 if(nfi == NULL)
2313 goto jerr_o;
2315 if((ibuf = setinput(&mb, mp, NEED_BODY)) == NULL){
2316 n_pstate_err_no = n_ERR_IO;
2317 goto jerr_io;
2320 /* C99 */{
2321 char const *cp;
2323 if((cp = ok_vlook(on_resend_enter)) != NULL){
2324 /*setup_from_and_sender(hp);*/
2325 temporary_compose_mode_hook_call(cp, &n_temporary_compose_hook_varset,
2326 hp);
2330 memset(&sb, 0, sizeof sb);
2331 sb.sb_to = to;
2332 sb.sb_input = nfi;
2333 if(!_sendout_error &&
2334 count_nonlocal(to) > 0 && !_sendbundle_setup_creds(&sb, FAL0)){
2335 /* ..wait until we can write DEAD */
2336 _sendout_error = -1;
2339 if(infix_resend(ibuf, nfo, mp, to, add_resent) != 0){
2340 jfail_dead:
2341 savedeadletter(nfi, TRU1);
2342 n_err(_("... message not sent\n"));
2343 jerr_io:
2344 Fclose(nfi);
2345 nfi = NULL;
2346 jerr_o:
2347 Fclose(nfo);
2348 _sendout_error = TRU1;
2349 goto jleave;
2352 if(_sendout_error < 0)
2353 goto jfail_dead;
2355 Fclose(nfo);
2356 rewind(nfi);
2358 /* C99 */{
2359 bool_t b, c;
2361 /* Deliver pipe and file addressees */
2362 b = (ok_blook(record_files) && count(to) > 0);
2363 to = a_sendout_file_a_pipe(to, nfi, &_sendout_error);
2365 if(_sendout_error)
2366 savedeadletter(nfi, FAL0);
2368 to = elide(to); /* XXX only to drop GDELs due a_sendout_file_a_pipe()! */
2369 c = (count(to) > 0);
2371 if(b || c){
2372 if(!ok_blook(record_resent) || mightrecord(nfi, NULL, TRU1)){
2373 sb.sb_to = to;
2374 /*sb.sb_input = nfi;*/
2375 if(!c || _transfer(&sb))
2376 rv = OKAY;
2378 }else if(!_sendout_error)
2379 rv = OKAY;
2382 n_sigman_cleanup_ping(&sm);
2383 jleave:
2384 if(nfi != NULL){
2385 char const *cp;
2387 Fclose(nfi);
2389 if(ibuf != NULL){
2390 if((cp = ok_vlook(on_resend_cleanup)) != NULL)
2391 temporary_compose_mode_hook_call(cp, NULL, NULL);
2393 temporary_compose_mode_hook_unroll();
2397 if (_sendout_error)
2398 n_exit_status |= n_EXIT_SEND_ERROR;
2399 if(rv == OKAY)
2400 n_pstate_err_no = n_ERR_NONE;
2401 NYD_LEAVE;
2402 n_sigman_leave(&sm, n_SIGMAN_VIPSIGS_NTTYOUT);
2403 return rv;
2406 FL void
2407 savedeadletter(FILE *fp, bool_t fflush_rewind_first){
2408 struct n_string line;
2409 int c;
2410 enum {a_NONE, a_INIT = 1<<0, a_BODY = 1<<1, a_NL = 1<<2} flags;
2411 ul_i bytes, lines;
2412 FILE *dbuf;
2413 char const *cp, *cpq;
2414 NYD_ENTER;
2416 if(!ok_blook(save))
2417 goto jleave;
2419 if(fflush_rewind_first){
2420 fflush(fp);
2421 rewind(fp);
2423 if(fsize(fp) == 0)
2424 goto jleave;
2426 cp = n_getdeadletter();
2427 cpq = n_shexp_quote_cp(cp, FAL0);
2429 if(n_poption & n_PO_DEBUG){
2430 n_err(_(">>> Would (try to) write $DEAD %s\n"), cpq);
2431 goto jleave;
2434 if((dbuf = Fopen(cp, "w")) == NULL){
2435 n_perr(_("Cannot save to $DEAD"), 0);
2436 goto jleave;
2438 n_file_lock(fileno(dbuf), FLT_WRITE, 0,0, UIZ_MAX); /* XXX Natomic */
2440 fprintf(n_stdout, "%s ", cpq);
2441 fflush(n_stdout);
2443 /* TODO savedeadletter() non-conforming: should check whether we have any
2444 * TODO headers, if not we need to place "something", anything will do.
2445 * TODO MIME is completely missing, we use MBOXO quoting!! Yuck.
2446 * TODO I/O error handling missing. Yuck! */
2447 n_string_reserve(n_string_creat_auto(&line), 2 * SEND_LINESIZE);
2448 bytes = (ul_i)fprintf(dbuf, "From %s %s",
2449 ok_vlook(LOGNAME), time_current.tc_ctime);
2450 lines = 1;
2451 for(flags = a_NONE, c = '\0'; c != EOF; bytes += line.s_len, ++lines){
2452 n_string_trunc(&line, 0);
2453 while((c = getc(fp)) != EOF && c != '\n')
2454 n_string_push_c(&line, c);
2456 /* TODO It may be that we have only some plain text. It may be that we
2457 * TODO have a complete MIME encoded message. We don't know, and we
2458 * TODO have no usable mechanism to dig it!! We need v15! */
2459 if(!(flags & a_INIT)){
2460 size_t i;
2462 /* Throw away leading empty lines! */
2463 if(line.s_len == 0)
2464 continue;
2465 for(i = 0; i < line.s_len; ++i){
2466 if(fieldnamechar(line.s_dat[i]))
2467 continue;
2468 if(line.s_dat[i] == ':'){
2469 flags |= a_INIT;
2470 break;
2471 }else{
2472 /* We have no headers, this is already a body line! */
2473 flags |= a_INIT | a_BODY;
2474 break;
2477 /* Well, i had to check whether the RFC allows this. Assume we've
2478 * passed the headers, too, then! */
2479 if(i == line.s_len)
2480 flags |= a_INIT | a_BODY;
2482 if(flags & a_BODY){
2483 if(line.s_len >= 5 && !memcmp(line.s_dat, "From ", 5))
2484 n_string_unshift_c(&line, '>');
2486 if(line.s_len == 0)
2487 flags |= a_BODY | a_NL;
2488 else
2489 flags &= ~a_NL;
2491 n_string_push_c(&line, '\n');
2492 fwrite(line.s_dat, sizeof *line.s_dat, line.s_len, dbuf);
2494 if(!(flags & a_NL)){
2495 putc('\n', dbuf);
2496 ++bytes;
2497 ++lines;
2499 n_string_gut(&line);
2501 Fclose(dbuf);
2502 fprintf(n_stdout, "%lu/%lu\n", lines, bytes);
2503 fflush(n_stdout);
2505 rewind(fp);
2506 jleave:
2507 NYD_LEAVE;
2510 #undef SEND_LINESIZE
2512 /* s-it-mode */