empress icon indicating copy to clipboard operation
empress copied to clipboard

DSPAM not working...?

Open taoeffect opened this issue 9 years ago • 8 comments

I've gotten four of these emails today and DSPAM still declares "Viagra_Cialis" (of all things) "Innocent" with high confidence!

X-DSPAM-Result: Innocent
X-DSPAM-Processed: Mon Nov 24 23:19:33 2014
X-DSPAM-Confidence: 0.9899
X-DSPAM-Probability: 0.0000

In fact, I'm not sure it's classified anything as spam yet... Related to #22.

screen_shot_2014-11-24_at_2 24 51_pm

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/6495054-dspam-not-working?utm_campaign=plugin&utm_content=tracker%2F8064840&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F8064840&utm_medium=issues&utm_source=github).

taoeffect avatar Nov 24 '14 22:11 taoeffect

Could this be because my Junk folder is in INBOX.Junk instead of Junk.... ? If so, how do we get it to check both?

taoeffect avatar Nov 24 '14 22:11 taoeffect

You sure it's spam? It looks like a great deal on a fantastic product! :pill:

bgw avatar Nov 24 '14 22:11 bgw

har har

taoeffect avatar Nov 24 '14 22:11 taoeffect

For an immediate fix, add INBOX.Junk and INBOX.Spam to /etc/dovecot/conf.d/90-plugin.conf

bgw avatar Nov 24 '14 23:11 bgw

K, note that the trash equivalents must be added too (and case sensitive??? Ick).

taoeffect avatar Nov 24 '14 23:11 taoeffect

Thanks for the tip @PiPeep! I'll let you know if it seems like it's working or not.

taoeffect avatar Nov 24 '14 23:11 taoeffect

@PiPeep I'd like to say that it's working, but I still can't be sure. It is catching some spam (less than Apple Mail.app though), and I'm not sure if it's actually learning or not.

The log file is showing some activity though:

==> /var/log/dspam/dspam.debug <==
30218: [11/30/2014 06:46:10] adding extent last: 0(98317) new: 1(49157) pctincrease: 0.10
30218: [11/30/2014 06:46:10] adding extent last: 1(49157) new: 2(54072) pctincrease: 0.10
30218: [11/30/2014 06:46:10] adding extent last: 2(54072) new: 3(59479) pctincrease: 0.10
30218: [11/30/2014 06:46:10] adding extent last: 3(59479) new: 4(65426) pctincrease: 0.10
1188: [12/01/2014 06:52:56] adding extent last: 0(98317) new: 1(49157) pctincrease: 0.10
1188: [12/01/2014 06:52:56] adding extent last: 1(49157) new: 2(54072) pctincrease: 0.10
1188: [12/01/2014 06:52:56] adding extent last: 2(54072) new: 3(59479) pctincrease: 0.10
1188: [12/01/2014 06:52:57] adding extent last: 3(59479) new: 4(65426) pctincrease: 0.10

taoeffect avatar Dec 01 '14 06:12 taoeffect

I think it won't work because of this in the config file:

mailbox Junk {
auto = subscribe
special_use = \Junk
}

See that special_use? It only references the top-level Junk folder, so adding INBOX.Junk to the dspam plugin settings may not do anything...? It would be nice if we could figure out the INBOX issue mentioned in #47 by "stripping" the INBOX. prefix from the server that we're migrating from.

taoeffect avatar Dec 01 '14 06:12 taoeffect