[Bug 148211] Bogofilter commands problematic

Thomas McGuire Thomas.McGuire at gmx.net
Thu Aug 2 21:34:41 BST 2007


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=148211         
Thomas.McGuire gmx net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From Thomas.McGuire gmx net  2007-08-02 22:34 -------
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=



More information about the Kdepim-bugs mailing list