From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: wgreenhouse@riseup.net (W. Greenhouse) Newsgroups: gmane.emacs.help Subject: Re: Spam despite spam header Date: Sun, 15 Dec 2013 04:06:18 +0000 Message-ID: <87lhzmiwqt.fsf@motoko.kusanagi> References: <87ob4nicvs.fsf__27136.734329588$1386778525$gmane$org@nl106-137-194.student.uu.se> <874n6brtl3.fsf@nl106-137-194.student.uu.se> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1387080406 12624 80.91.229.3 (15 Dec 2013 04:06:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 15 Dec 2013 04:06:46 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Dec 15 05:06:51 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Vs2yh-00088C-I9 for geh-help-gnu-emacs@m.gmane.org; Sun, 15 Dec 2013 05:06:51 +0100 Original-Received: from localhost ([::1]:49486 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vs2yh-0000lS-2C for geh-help-gnu-emacs@m.gmane.org; Sat, 14 Dec 2013 23:06:51 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46545) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vs2yS-0000l7-Ot for help-gnu-emacs@gnu.org; Sat, 14 Dec 2013 23:06:42 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vs2yM-0006SN-U3 for help-gnu-emacs@gnu.org; Sat, 14 Dec 2013 23:06:36 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:49079) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vs2yM-0006SH-NW for help-gnu-emacs@gnu.org; Sat, 14 Dec 2013 23:06:30 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Vs2yL-0007zp-PA for help-gnu-emacs@gnu.org; Sun, 15 Dec 2013 05:06:29 +0100 Original-Received: from bolobolo2.torservers.net ([96.47.226.21]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 15 Dec 2013 05:06:29 +0100 Original-Received: from wgreenhouse by bolobolo2.torservers.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 15 Dec 2013 05:06:29 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 28 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: bolobolo2.torservers.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) Cancel-Lock: sha1:QWy1n0Fc8EfmqLlpYTLjKxTtF0A= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:94999 Archived-At: Emanuel Berg writes: [...] > > Cool! I will do that (read the manual entry). > > Yes, it works the way you describe: > > (setq nnmail-split-methods > '(("mail.spam" "^X-Spam-Flag: YES") > ;; ... > ("mail.misc" "") )) > > Then create the spam group, for example with this > (perhaps this happens automatically): > > (defun gnus-add-nnml-group (group) > (interactive "s Mail group: ") > (gnus-group-make-group group "nnml") > (gnus-save-newsrc-file) ) > > On the file system: /home/user/Mail/mail/spam Awesome. For future reference, a mail group will be created automatically the first time Gnus needs to deliver mail there--whether by the user manually copying a piece of mail there or by a splitting rule. :)