X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fwhatnowsbr.c;h=a5dbb2b008e0db8cdd0d41932c5974843b88c8d6;hb=f2f6f08eee1d6b084221f9899c4472e6f57230b7;hp=353e13ebe2b52108587dd2b2ea0bcb0e6806b291;hpb=9d770a9942524d66989c629f5ddeddcd0e79d148;p=mmh diff --git a/uip/whatnowsbr.c b/uip/whatnowsbr.c index 353e13e..a5dbb2b 100644 --- a/uip/whatnowsbr.c +++ b/uip/whatnowsbr.c @@ -1073,6 +1073,8 @@ static struct swit sendswitches[] = { { "tls", TLSminc(-3) }, #define NTLSSW 46 { "notls", TLSminc(-5) }, +#define MTSSW 47 + { "mts smtp|sendmail/smtp|sendmail/pipe", 2 }, { NULL, 0 } }; @@ -1249,6 +1251,7 @@ sendit (char *sp, char **arg, char *file, int pushed) case SASLMECHSW: case USERSW: case PORTSW: + case MTSSW: vec[vecp++] = --cp; if (!(cp = *argp++) || *cp == '-') { advise (NULL, "missing argument to %s", argp[-2]);