You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@bugzilla.spamassassin.org on 2012/09/14 08:24:43 UTC

[Bug 6834] New: update failed if Bayes plugin is disabled

https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6834

          Priority: P2
            Bug ID: 6834
          Assignee: dev@spamassassin.apache.org
           Summary: update failed if Bayes plugin is disabled
          Severity: normal
    Classification: Unclassified
                OS: Linux
          Reporter: andreas.schulze@datev.de
          Hardware: PC
            Status: NEW
           Version: 3.3.2
         Component: sa-update
           Product: Spamassassin

in 23_bayes.cf the rules are surrounded by a "ifplugin Bayes"
in 30_text_de.cf there is no "ifplugin" (maybe same problem in other lang
files)

lintcheck failed; update failed; cat mailfile | spamassassin --lint failed with
9 lines like
"warn: config: warning: description exists for non-existent rule BAYES_00"

Solution:
enable "loadplugin Mail::SpamAssassin::Plugin::Bayes" in package.pre

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

[Bug 6834] update failed if Bayes plugin is disabled

Posted by bu...@bugzilla.spamassassin.org.
https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6834

Andreas Schulze <an...@datev.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andreas.schulze@datev.de

--- Comment #3 from Andreas Schulze <an...@datev.de> ---
yes, thanks
no sa-update without activ bayes plugin works.

Thanks
Andreas

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

[Bug 6834] update failed if Bayes plugin is disabled

Posted by bu...@bugzilla.spamassassin.org.
https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6834

Kevin A. McGrail <km...@pccc.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |kmcgrail@pccc.com
         Resolution|---                         |FIXED

--- Comment #2 from Kevin A. McGrail <km...@pccc.com> ---
Closing as resolved fixed since svn checkin is completed.  Reviewed code looks
like it should fix the issue.

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

[Bug 6834] update failed if Bayes plugin is disabled

Posted by bu...@bugzilla.spamassassin.org.
https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6834

--- Comment #1 from AXB <ax...@gmail.com> ---
SVN Rev 1384667

changed language files encapsulating Bayes descriptions in 
ifplugin Mail::SpamAssassin::Plugin::Bayes / endif


as


# 23_bayes.cf
ifplugin Mail::SpamAssassin::Plugin::Bayes
lang de describe BAYES_00 Spamwahrscheinlichkeit nach Bayes-Test: 0-1%
lang de describe BAYES_05 Spamwahrscheinlichkeit nach Bayes-Test: 1-5%
lang de describe BAYES_20 Spamwahrscheinlichkeit nach Bayes-Test: 5-20%
lang de describe BAYES_40 Spamwahrscheinlichkeit nach Bayes-Test: 20-40%
lang de describe BAYES_50 Spamwahrscheinlichkeit nach Bayes-Test: 40-60%
lang de describe BAYES_60 Spamwahrscheinlichkeit nach Bayes-Test: 60-80%
lang de describe BAYES_80 Spamwahrscheinlichkeit nach Bayes-Test: 80-95%
lang de describe BAYES_95 Spamwahrscheinlichkeit nach Bayes-Test: 95-99%
lang de describe BAYES_99 Spamwahrscheinlichkeit nach Bayes-Test: 99-100%
endif

Rules should be pushed with next update - please confirm this works for you.

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