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





------- Additional Comments From [EMAIL PROTECTED]  2004-08-26 09:37 -------
Additional spots in DBM.pm that appear to need addressing:

Line 362:

    my $umask = umask 0;
    tie %new_toks, "DB_File", "${name}.new", O_RDWR|O_CREAT|O_EXCL,
          (oct ($main->{conf}->{bayes_file_mode}) & 0666) or return 0;
    umask $umask;

Line 454:

    my $umask = umask 0;
    tie %new_toks, "DB_File", "${name}.new", O_RDWR|O_CREAT|O_EXCL,
          (oct ($main->{conf}->{bayes_file_mode}) & 0666) or return 0;
    umask $umask;




------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.

Reply via email to