[kmail2] [Bug 266154] Bogofilter doesn't work with KMail anymore

Matija Šuklje bugzilla_noreply at kde.org
Thu Mar 23 19:17:58 GMT 2017


https://bugs.kde.org/show_bug.cgi?id=266154

Matija Šuklje <matija at suklje.name> changed:

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

--- Comment #20 from Matija Šuklje <matija at suklje.name> ---
No idea what caused it, but I found it and here’s a fix/workaround…

Actual problem:
`~/.kde4/share/config/akonadi_mailfilter_agentrc` suddenly prepends my home
directory to the bogofilter line.
e.g. it says:
`action-args-1=/home/hook/bogofilter -s`
…which is obviously wrong.

Fix/workaround:
change all such lines in the file (or via the KMail Filter dialog) to point to
the actual command, which can be easily found by running `which bogofilter` in
the console. Most likely this will be:
`action-args-1=/usr/bin/bogofilter -s`

Side-note:
The same applies for the antivirus scan filter and the `kmail_clamav.sh` line.

Closing the bug again, as it seems it’s somewhat different and the workaround
is stated above.

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


More information about the Kdepim-bugs mailing list