Bug 398211

Summary: reversed meaning on "Include remote tests" in SA junk mail plugin
Product: [Fedora] Fedora Reporter: Dan Horák <dan>
Component: evolutionAssignee: Matthew Barnes <mbarnes>
Status: CLOSED UPSTREAM QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: 8CC: mcrha
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-11-26 00:58:10 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Dan Horák 2007-11-25 09:23:24 UTC
There is a config option (a checkbox) in the Junk mail settings, which is called
"Include remote tests" for the Spamassassin mail filter. Corresponding gconf
variable is "/apps/evolution/mail/junk/sa/local_only". But they are in the
opposition - when "Include remote tests" is checked, then "local_only" is set
too and looks like that only local tests are done. When unchecking, then the
filtering process takes longer and is also more precise.

Version-Release number of selected component (if applicable):
evolution-2.12.1-3.fc8
evolution-2.21.2-2.fc9

The source file is evolution/plugins/sa-junk-plugins/em-junk-filter.c

Comment 1 Matthew Barnes 2007-11-26 00:58:10 UTC
Indeed, you're right:

check = gtk_check_button_new_with_mnemonic (_("I_nclude remote tests"));
...
gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (check), em_junk_sa_local_only);


Forwarding this upstream with a patch.  Please see [1] for further updates.

[1] http://bugzilla.gnome.org/show_bug.cgi?id=499644