Lines Matching refs:mail_from
108 if (sender != NULL && ctx->mail_from == NULL) {
109 struct smtp_address *mail_from = NULL;
113 sender, 0, &mail_from, &error) < 0) {
117 ctx->mail_from = mail_from;
144 const struct smtp_address *mail_from;
154 mail_from = ctx->mail_from != NULL ?
155 ctx->mail_from : DEFAULT_ENVELOPE_SENDER;
160 smtp_address_encode(mail_from), &box);
164 smtp_address_encode(mail_from), &box);
263 struct smtp_address *rcpt_to, *final_rcpt_to, *mail_from;
308 mail_from = final_rcpt_to = rcpt_to = NULL;
334 &mail_from, &errstr) < 0) {
457 ctx.mail_from = mail_from;