X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fmhmail.c;fp=uip%2Fmhmail.c;h=f9e7fcd8aed6259cf511e012850bd43f672f1aad;hp=a013ecb8361811898eecb0a30031819dacc27fb1;hb=9b4431bb9d1c74c2cd588afd79654a7bf5ce9064;hpb=d297b2240c664de09b6d51a07a071aab33c4bf32 diff --git a/uip/mhmail.c b/uip/mhmail.c index a013ecb..f9e7fcd 100644 --- a/uip/mhmail.c +++ b/uip/mhmail.c @@ -130,7 +130,7 @@ main(int argc, char **argv) if (tolist == NULL) adios(NULL, "usage: %s addrs ... [switches]", invo_name); - tfile = m_mktemp2(NULL, invo_name, NULL, &out); + tfile = m_mktemp2("/tmp/", invo_name, NULL, &out); if (tfile == NULL) adios("mhmail", "unable to create temporary file"); chmod(tfile, 0600);