SA temp dir ...
Greyhair
greyhair at GREYHAIR.NET
Mon Jun 16 03:31:50 IST 2003
Hi.
You should bring this up with the spamassassin guys. I think it would be a
smart
move on their end. If you or someone is good with perl you could create a
configuration variable for the tmp directory, I guess that the spamassassin
guys would
incorporate the changes faster if it were given to them.
----- Original Message -----
From: "Raymond Dijkxhoorn" <raymond at PROLOCATION.NET>
To: <MAILSCANNER at JISCMAIL.AC.UK>
Sent: Sunday, June 15, 2003 5:12 PM
Subject: Re: SA temp dir ...
> Hi!
>
> > you could edit the configure file in the spamassassin source
> > from the 2.55 source:
> >
> > # Create a (secure) tmp directory for tmp files.
> > : ${TMPDIR=/tmp}
> > {
> > tmp=`(umask 077 && mktemp -d -q "$TMPDIR/csXXXXXX") 2>/dev/null` &&
> > test -n "$tmp" && test -d "$tmp"
>
> But would be better if it was possible on commandline also.
>
> > you could change the TMPDIR line to the directory you want. Make sure
your
> > permissions are 100% correct!! Then recompile. Is it worth it?
>
> I think it is, it will save io.
>
> Bye,
> Raymond.
>
More information about the MailScanner
mailing list