-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Roberto,

This problem is a symptom of the larger "shared /tmp" issue.  A
solution is to use the TMPDIR environment variable as discussed
in the Secure Programming for Linux and Unix HOWTO.

    
http://www.dwheeler.com/secure-programs/Secure-Programs-HOWTO/avoid-race.html#TEMPORARY-FILES

Mutt honours the TMPDIR environment variable, so something like
the following in your ~/.bashrc (or equivalent) will avoid this
issue completely (and cover a few alternate variables).

    ## Safe, local temporary directory
    mkdir -p $HOME/tmp && for var in TMPDIR TMP TEMP TEMPDIR ; do export 
$var=$HOME/tmp; done
    test -d $TMPDIR || echo Warning: TMPDIR is not set correctly.

Yours sincerely,

- -- Mark John Suter  | I know that you  believe  you understand
[EMAIL PROTECTED] | what you think I said, but I am not sure
gpg key id 2C71D63D | you realise that what you  heard  is not
mobile 0411 262 316 | what I meant.        Robert J. McCloskey
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Check Keyservers or http://zwitterion.org/keys/

iD8DBQFCm9SJRYso2ixx1j0RAiR7AJ9YSegKhqIQAr98AiqeCbIfaoxXmwCfRD6S
xMArJ5/aC7xflptghcLd40A=
=3m+X
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to