X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fwhatnowsbr.c;h=1d21bd355af2e43b439d447ef9ff54d9e13a6e5d;hb=9f8f8b1e1d553774865f2c177191c359c3dc652c;hp=a5dbb2b008e0db8cdd0d41932c5974843b88c8d6;hpb=374ece2e88368afd6e0a29c4ee4b75ffa9e28b39;p=mmh diff --git a/uip/whatnowsbr.c b/uip/whatnowsbr.c index a5dbb2b..1d21bd3 100644 --- a/uip/whatnowsbr.c +++ b/uip/whatnowsbr.c @@ -1075,6 +1075,8 @@ static struct swit sendswitches[] = { { "notls", TLSminc(-5) }, #define MTSSW 47 { "mts smtp|sendmail/smtp|sendmail/pipe", 2 }, +#define MESSAGEIDSW 48 + { "messageid localname|random", 2 }, { NULL, 0 } }; @@ -1252,6 +1254,7 @@ sendit (char *sp, char **arg, char *file, int pushed) case USERSW: case PORTSW: case MTSSW: + case MESSAGEIDSW: vec[vecp++] = --cp; if (!(cp = *argp++) || *cp == '-') { advise (NULL, "missing argument to %s", argp[-2]);