X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/9514ca81bd12a47df977822efc14ff285bd5bc10..47e4d2685ab31e71336a7806fdc3dcd2a107f60f:/uip/post.c diff --git a/uip/post.c b/uip/post.c index c0d10f66..1323e19d 100644 --- a/uip/post.c +++ b/uip/post.c @@ -318,7 +318,7 @@ main (int argc, char **argv) int noverify = 0; int eai = 0; /* use Email Address Internationalization (EAI) (SMTPUTF8) */ char *cp, *msg = NULL, **argp, **arguments, *envelope; - char buf[BUFSIZ], name[NAMESZ], *auth_svc = NULL; + char buf[NMH_BUFSIZ], name[NAMESZ], *auth_svc = NULL; FILE *in, *out; m_getfld_state_t gstate = 0;