http://bugzilla.spamassassin.org/show_bug.cgi?id=3653





------- Additional Comments From [EMAIL PROTECTED]  2004-08-01 10:17 -------
Subject: Re:  New: umask gets overwriten in UnixLocker.pm

On Sun, Aug 01, 2004 at 10:14:41AM -0700, [EMAIL PROTECTED] wrote:
> It turned out to be a bug in UnixLocker.pm line 47:
> 
>   my $umask = 077;    ### <- BUG HERE!! should be: my $umask = umask 077;
>   if (!open(LTMP, ">$lock_tmp")) {
>       umask $umask;
>       die "lock: $$ cannot create tmp lockfile $lock_tmp for $lock_file: 
> $!\n";
>   }
>   umask $umask;

FYI: The locking code was rewritten in 3.0, so this is no longer an issue.





------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

Reply via email to