Summary: | Bogofilter commands problematic | ||
---|---|---|---|
Product: | [Unmaintained] kmail | Reporter: | Ingomar Wesp <ingomar> |
Component: | filtering | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Ingomar Wesp
2007-07-25 22:53:07 UTC
>As suggested by Matthias Andree on the bogofilter mailing list
Can you add a link to the archives please?
Other than that, this sounds sensible and can be easily achieved by modifying the kmail.antispamrc file. Maybe I'll have a look at this later.
>> As suggested by Matthias Andree on the bogofilter mailing list > Can you add a link to the archives please? Sure. The message I was referring to can be found here: <http://www.bogofilter.org/pipermail/bogofilter/2007-July/009252.html> > Other than that, this sounds sensible and can be easily achieved by modifying > the kmail.antispamrc file. Maybe I'll have a look at this later. Yep. Changing "PipeCmdDetect", "ExecCmdSpam" and "ExecCmdHam" should do. SVN commit 695738 by tmcguire: Change the filter commands for bogofilter. The old behavior corrupted the bogofilter database because KMail unregistered messages which were not registered with bogofilter in the first place. With the new behavior, messages which are classified automatically are no longer added to the bogofilter database. For more details and a better explaination, see the bugreport and especially the bogofilter mail archives (linked to from the bugreport). BUG: 148211 CCBUG: 74577 M +3 -3 kmail.antispamrc --- trunk/KDE/kdepim/kmail/kmail.antispamrc #695737:695738 @@ -34,10 +34,10 @@ Executable=bogofilter -V URL=http://bogofilter.sourceforge.net PipeFilterName=Bogofilter Check -PipeCmdDetect=bogofilter -p -e -u +PipeCmdDetect=bogofilter -p -e PipeCmdNoSpam= -ExecCmdSpam=bogofilter -N -s -ExecCmdHam=bogofilter -S -n +ExecCmdSpam=bogofilter -s +ExecCmdHam=bogofilter -n DetectionHeader=X-Bogosity DetectionPattern=(yes)|(spam\\b) DetectionPattern2= |