View | Details | Raw Unified | Return to bug 1905
Collapse All | Expand All

(-)spamd/spamd.raw (-1 / +1 lines)
Lines 872-878 Link Here
872
    my $spam_conf_dir = $dir . '/.spamassassin';  #needed for AWL, Bayes, etc.
872
    my $spam_conf_dir = $dir . '/.spamassassin';  #needed for AWL, Bayes, etc.
873
    if ( ! -d $spam_conf_dir )
873
    if ( ! -d $spam_conf_dir )
874
    {
874
    {
875
       if ( mkdir $spam_conf_dir )
875
       if ( mkdir $spam_conf_dir, 0700 )
876
       {
876
       {
877
          logmsg "info: created $spam_conf_dir for $username.";
877
          logmsg "info: created $spam_conf_dir for $username.";
878
       }
878
       }

Return to bug 1905