From: Ken Hornstein Date: Sun, 11 Sep 2016 04:05:25 +0000 (-0400) Subject: Change this so the MTS_SMTP is the default, to match the value X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/edee2ed36533ed9dfc7be7c0d64f0f965d55b9c4?ds=inline;hp=dbbbe1b73d4eba1f4d0d55ccab54f2f7130f395d Change this so the MTS_SMTP is the default, to match the value of mts_method and the original code. --- diff --git a/sbr/mts.c b/sbr/mts.c index 24947c80..cbff0db4 100644 --- a/sbr/mts.c +++ b/sbr/mts.c @@ -62,7 +62,7 @@ static char localmbox[BUFSIZ]; * MTS specific variables */ static char *mts_method = "smtp"; -int sm_mts = MTS_SENDMAIL_SMTP; +int sm_mts = MTS_SMTP; char *sendmail = SENDMAILPATH; /*