Commit Diff
--- opensmtpd.c +++ opensmtpd.c @@ -794,8 +794,7 @@ osmtpd_tx_mail(struct osmtpd_callback *cb, struct osmt params = end; if ((f = cb->cb) != NULL) - f(ctx, msgid, ctx->mailfrom, - osmtpd_strtostatus(params, linedup)); + f(ctx, msgid, mailfrom, osmtpd_strtostatus(params, linedup)); } static void
