r-raymond / nixos-mailserver

A complete and Simple Nixos Mailserver
GNU General Public License v3.0
181 stars 27 forks source link

How to classify mails as spam or ham? #91

Open phdoerfler opened 6 years ago

phdoerfler commented 6 years ago

We neither use the dovecot antispam plugin nor do we use imap_sieve.

So how does one tell rspamd that a mail is spam or ham? Other than of course running the commands in the terminal. We should at least document that.

r-raymond commented 6 years ago

I've never bothered training my spam filter. If you think it's worth having those features, I can look into integrating them (of course PRs are also welcome :))

phdoerfler commented 6 years ago

Yes I believe it is worth to train your rspamd. Eventually https://github.com/r-raymond/nixos-mailserver/issues/61 will take care of the training with imap_sieve. But as far as I understand it, this only works for new mail moved to the Junk mailbox. For the initial import you'd still have to resort to using the command line. And for this maybe a wiki page would be nice. You planned on putting the big readme.md into the wiki anyway, right?

r-raymond commented 6 years ago

You are correct, this is the plan. Feel free to create a wiki page / snippet on how to do the command line training. I'll make sure people can find it.

On 02/28, Philipp Dörfler wrote:

Yes I believe it is worth to train your rspamd. Eventually https://github.com/r-raymond/nixos-mailserver/issues/61 will take care of the training with imap_sieve. But as far as I understand it, this only works for new mail moved to the Junk mailbox. For the initial import you'd still have to resort to using the command line. And for this maybe a wiki page would be nice. You planned on putting the big readme.md into the wiki anyway, right?

-- You are receiving this because you commented. Reply to this email directly or view it on GitHub: https://github.com/r-raymond/nixos-mailserver/issues/91#issuecomment-369226429