Hello Tom,

Tom Hendrikx <[email protected]> writes:

> On 02/10/2014 02:35 PM, Alan Schmitt wrote:
>> Hello,
>> 
>> I would like to use dspam in the setup described below, but I could not
>> find documentation on how to do so. If someone could send me a pointer
>> to such documentation, it would be most helpful.
>> 
>> The peculiarity of my setup is that I would like to use dspam without
>> installing a local mail server. Here is how my mail is configured:
>> 
>> mail server <-- offlineimap --> local dovecot <-- gnus
>>                               (maildir storage)
>> 
>> The spam filtering provided by the mail server is very lacking, and
>> cannot be trained. What I would like is to do the spam filtering on my
>> client machine. I thus need to figure out how to integrate dspam with
>> the pipeline above (as a posthook after calling offlineimap, or along
>> with dovecot) so that spam is detected and moved to a special mailbox. I
>> also need to find out how to train dpsam (the best would be using some
>> special mailboxes where I move messages that are wrongly detected, so
>> that I can use them on my smartphone). For the latter, I found some
>> documentation
>> (http://sourceforge.net/apps/mediawiki/dspam/index.php?title=Installation/Maildir)
>> but this does not seem to cover the filtering part.
>> 
>
> It seems to me that it's easiest to have offlineimap deliver to dspam,
> afterwards having dspam deliver to dovecot using wither calling
> dovecot-lda/deliver or using lmtp.
>
> You can find some examples of setups in the README:
>
> http://sourceforge.net/p/dspam/code/ci/master/tree/README

Thank you very much for the suggestion. Unfortunately, I could not find
examples about offlineimap in the README, nor in the doc/ directory. (Do
I assume correctly that I need to implement the "delivery proxy" case?)

Right now, offlineimap accesses my mail as follows (to synchronize the
changes to the remote mail server):

--8<---------------cut here---------------start------------->8---
[Repository LocalIMAP]
type = IMAP
preauthtunnel = /usr/local/Cellar/dovecot/2.2.7/libexec/dovecot/imap -c 
~/.dovecotzimbra.rc
--8<---------------cut here---------------end--------------->8---

I assume I would need to change these lines to include dspam, but only
when delivering mail but not when accessing mail to find local changes
to propagate upstream.

Could it be simpler to have all my mail delivered to a special mailbox
(i.e., a maildir "unsorted"), then run dspam against it regularly to put
mail in maildirs "ham", "spam", and "unsure"? Is it possible?

Thanks again,

Alan

------------------------------------------------------------------------------
Android apps run on BlackBerry 10
Introducing the new BlackBerry 10.2.1 Runtime for Android apps.
Now with support for Jelly Bean, Bluetooth, Mapview and more.
Get your Android app in front of a whole new audience.  Start now.
http://pubads.g.doubleclick.net/gampad/clk?id=124407151&iu=/4140/ostg.clktrk
_______________________________________________
Dspam-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspam-user

Reply via email to