X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/685dd439ef0166954c59c3f8a2f6903d0a7cbab9..b5f3b7451e01f3dc9fe144b2706fc2aae1e0546c:/uip/whatnowsbr.c diff --git a/uip/whatnowsbr.c b/uip/whatnowsbr.c index ab90eb86..0beba2b1 100644 --- a/uip/whatnowsbr.c +++ b/uip/whatnowsbr.c @@ -852,7 +852,6 @@ sendfile (char **arg, char *file, int pushsw) advise (NULL, "unable to fork, so sending directly..."); case OK: vec = argsplit(sendproc, &program, &vecp); - vec[vecp++] = invo_name; if (pushsw) vec[vecp++] = "-push"; if (arg) @@ -1013,10 +1012,6 @@ check_draft (char *msgnam) X("help", 0, SHELPSW) \ X("dashstuffing", -12, BITSTUFFSW) \ X("nodashstuffing", -14, NBITSTUFFSW) \ - X("mail", -4, MAILSW) \ - X("saml", -4, SAMLSW) \ - X("send", -4, SSNDSW) \ - X("soml", -4, SOMLSW) \ X("client host", -6, CLIESW) \ X("server host", 6, SERVSW) \ X("snoop", -5, SNOOPSW) \ @@ -1202,10 +1197,6 @@ sendit (char *sp, char **arg, char *file, int pushed) case NMSGDSW: case WATCSW: case NWATCSW: - case MAILSW: - case SAMLSW: - case SSNDSW: - case SOMLSW: case SNOOPSW: case SASLSW: case NOSASLSW: @@ -1344,7 +1335,6 @@ whomfile (char **arg, char *file) case OK: vec = argsplit(whomproc, &program, &vecp); - vec[vecp++] = r1bindex (whomproc, '/'); vec[vecp++] = file; if (arg) while (*arg)