LWN.net Logo

Emacs + gnus

Emacs + gnus

Posted Jun 17, 2004 9:52 UTC (Thu) by davidw (subscriber, #947)
In reply to: Emacs + gnus by ssavitzky
Parent article: The Grumpy Editor's guide to mail clients: introduction

I like gnus a lot, but I'm not sure how to integrate it with anti-spam software, and I'm tired of configuring it via elisp. I want a program that mostly does the right thing without needing a lot of twiddling that might result in my mail being erased.


(Log in to post comments)

Emacs + gnus

Posted Jun 17, 2004 10:49 UTC (Thu) by mwh (guest, #582) [Link]

I use gnus for my mail, but I'm not entirely happy about it. It's great, fantastic for mailing list mail, but it's not perfect for personal stuff. I still haven't found something that I like, though. Mail.app is OK for when I'm on OS X.

I don't know how do integrate spam filtering into it, but that's because I do my filtering at delivery time (when God intended, etc).

Emacs + gnus + spam filtering?

Posted Jun 17, 2004 21:15 UTC (Thu) by davidw (subscriber, #947) [Link]

I had the idea that for "Bayesian" spam filtering to work properly, it was necessary for the user to train the spam filter, by deleting spam and flagging it as such. This operation would best be performed in the mail reader itself rather than as a separate option at delivery time. Or am I missing something?

training spam filter

Posted Jun 18, 2004 0:21 UTC (Fri) by rfunk (subscriber, #4054) [Link]

I do my bayesian spam filtering (with bogofilter) on the server, and when
some spam gets by it I move that message to a special "spam" folder on
the server (via IMAP). I have a cron job on the server that goes through
that folder every hour to learn about new spam.

Emacs + gnus + spam filtering?

Posted Jun 19, 2004 0:52 UTC (Sat) by dlang (✭ supporter ✭, #313) [Link]

the user does have to train it, but that training can be done in any number of ways.

Popfile is just getting an IMAP module that lets you train (and correct) the filter by just moving messages to the folder they are supposed to be in.

this sort of multiple access is one of the big advantages of IMAP (although I will admit that not that many people take advantage of it). unlike the other options you don't even have to have the various pieces on the same machine.

Emacs + gnus

Posted Jun 20, 2004 1:21 UTC (Sun) by IkeTo (subscriber, #2122) [Link]

The current version of Gnus has all the interfaces and key-bindings for handling spams using various interfaces, one of them internal to Emacs and the others are external programs that you'd use (like bogofilter, spamassassin, etc). Check with it.

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds