From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christopher Howard Subject: bug#39571: evolution and bogofilter Date: Tue, 11 Feb 2020 12:10:07 -0900 Message-ID: <557e0a4446101d6d849cb47a18b2cc54f0dd1a4f.camel@alaskasi.com> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="=-Yc1E+q9EhTEDh+DPokg9" Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:35847) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j1coC-0008Sn-1J for bug-guix@gnu.org; Tue, 11 Feb 2020 16:11:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j1coA-0005JY-NZ for bug-guix@gnu.org; Tue, 11 Feb 2020 16:11:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:51677) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j1coA-0005JL-LB for bug-guix@gnu.org; Tue, 11 Feb 2020 16:11:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1j1coA-0000Lo-D7 for bug-guix@gnu.org; Tue, 11 Feb 2020 16:11:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:34257) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j1cnH-00088Y-E1 for bug-guix@gnu.org; Tue, 11 Feb 2020 16:10:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j1cnG-00042a-6K for bug-guix@gnu.org; Tue, 11 Feb 2020 16:10:07 -0500 Received: from mail-pj1-x102e.google.com ([2607:f8b0:4864:20::102e]:54358) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j1cnF-00040Y-N2 for bug-guix@gnu.org; Tue, 11 Feb 2020 16:10:06 -0500 Received: by mail-pj1-x102e.google.com with SMTP id dw13so1893853pjb.4 for ; Tue, 11 Feb 2020 13:10:05 -0800 (PST) Received: from ?IPv6:2001:470:b:469::250? ([2001:470:b:469::250]) by smtp.gmail.com with ESMTPSA id h3sm4208678pjs.0.2020.02.11.13.10.02 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 11 Feb 2020 13:10:03 -0800 (PST) List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane-mx.org@gnu.org Sender: "bug-Guix" To: 39571@debbugs.gnu.org --=-Yc1E+q9EhTEDh+DPokg9 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Hello, I'm trying to get spam filtering working in evolution. According to evolution docs, evolution is supposed to use either bogofilter or spam assassin. I am focusing on bogofilter since guix has a bogofilter package. I have set all settings in evolution according to the evolution docs from the help menu, but cannot get confirmation either than spam filtering is actually working, or that evolution is in fact interacting with bogofilter to build a words database. As part of that, I'm trying to confirm if guix has correct options for that built into evolution, to properly interact with bogofilter binary. On the one hand: - I see in source code of evolution guix pacakage that there is a bogofilter module - I see in built guix package that there is a .so library for bogofilter - I see, through gsettings, that there is a schema for evolution- bogofilter """ gsettings get org.gnome.evolution.bogofilter command '' """ On the other hand: - I selected all enable junk mail processing options in the preferences menu and on the account level menu - I can mark items and junk mail or not junk mail, but there is no feed back as to whether a filter is doing anything - I tried marking a bunch of items as junk mail and not junk mail, to train bogofilter - It does not appear that anything is automatically being marked as junk - if I just run bogofilter command at a shell, I get message """ Can't open file 'wordlist.db' in directory '/home/christopher/.bogofilter'. error #2 - No such file or directory. Remember to register some spam and ham messages before you use bogofilter to evaluate mail for its probable spam status! """ As though no database has been created yet. Thinking maybe some bogofilter path or option not set during package build. Tried to confirm this viewing build log from guix-build, but since I have already built the package once from source, I cannot figure out how to get guix-build to let me build it again. -- Christopher Howard Enterprise Solutions Manager Alaska Satellite Internet PO Box 70, Ester, AK 99725 3239 La Ree Way, Fairbanks, AK 99709 907.451.0088 1.888.396.5623 www.alaskasatelliteinternet.com --=-Yc1E+q9EhTEDh+DPokg9 Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: quoted-printable
Hello, I'm trying to get spam filtering working in evolutio= n. According to evolution docs, evolution is supposed to use either bogofil= ter or spam assassin. I am focusing on bogofilter since guix has a bogofilt= er package. I have set all settings in evolution according to the evolution= docs from the help menu, but cannot get confirmation either than spam filt= ering is actually working, or that evolution is in fact interacting with bo= gofilter to build a words database. As part of that, I'm trying to confirm = if guix has correct options for that built into evolution, to properly inte= ract with bogofilter binary.

On the one hand:

- I see in source code of evolution guix pacakage that= there is a bogofilter module
- I see in built guix package that = there is a .so library for bogofilter
- I see, through gsettings,= that there is a schema for evolution-bogofilter

"= ""
gsettings get org.gnome.evolution.bogofilter command
''
"""

On the other hand:

- I selected all enable junk mail processing options= in the preferences menu and on the account level menu
- I can ma= rk items and junk mail or not junk mail, but there is no feed back as to wh= ether a filter is doing anything
- I tried marking a bunch of ite= ms as junk mail and not junk mail, to train bogofilter
- It does = not appear that anything is automatically being marked as junk
- = if I just run bogofilter command at a shell, I get message

"""
Can't open file 'wordlist.db' in directory '/home/ch= ristopher/.bogofilter'.
error #2 - No such file or directory.

Remember to register some spam and ham messages befor= e you
use bogofilter to evaluate mail for its probable spam statu= s!
"""

As though no database = has been created yet.

Thinking maybe some b= ogofilter path or option not set during package build. Tried to confirm thi= s viewing build log from guix-build, but since I have already built the pac= kage once from source, I cannot figure out how to get guix-build to let me = build it again.

-- 
Christopher Howard
Ente= rprise Solutions Manager
Alaska Satellite = Internet
PO Box 70, Ester, AK 99725
<= div style=3D"width: 71ch;">3239 La Ree Way, Fairbanks, AK 99709
907.451.0088
1.888.3= 96.5623
www.alaskasatelliteinternet.com
--=-Yc1E+q9EhTEDh+DPokg9--