[Mimedefang] MIMEDefang 2.45-BETA-3 is available

Kenneth Porter shiva at sewingwitch.com
Thu Aug 26 08:40:49 EDT 2004


I modified the last line of spam_assassin_status to deal with the SA bug:


sub spam_assassin_status (;$) {

    my $object = spam_assassin_init(@_);
    return undef unless $object;

    my $mail = spam_assassin_mail();
    return undef unless $mail;

    # [KAP] hack to deal with lost umask in SA 3.0.0-rc1
    my $umask = umask();
    my $status = $object->check($mail);
    umask($umask);

    return $status;
}



More information about the MIMEDefang mailing list