X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/cff8de7654cf393a494b01a587bd4d503d15a5e3..b539e0ea24655af841e2e20e3dda3950e9736fac:/uip/whom.c diff --git a/uip/whom.c b/uip/whom.c index 5f0eefdf..ad49d86a 100644 --- a/uip/whom.c +++ b/uip/whom.c @@ -60,6 +60,8 @@ static struct swit switches[] = { { "tls", TLSminc(-3) }, #define NTLSSW 17 { "notls", TLSminc(-5) }, +#define MTSSW 18 + { "mts smtp|sendmail/smtp|sendmail/pipe", 0 }, { NULL, 0 } }; @@ -148,6 +150,7 @@ main (int argc, char **argv) case USERSW: case PORTSW: case SASLMECHSW: + case MTSSW: vec[vecp++] = --cp; if (!(cp = *argp++) || *cp == '-') adios (NULL, "missing argument to %s", argp[-2]);