From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/81504 Path: news.gmane.org!not-for-mail From: =?utf-8?Q?Peter_M=C3=BCnster?= Newsgroups: gmane.emacs.gnus.general Subject: Re: antispam recommendations Date: Thu, 01 Mar 2012 22:25:01 +0100 Message-ID: <87d38wovyq.fsf@micropit.couberia.bzh> References: <87r4xcw1vl.fsf@psinom.home> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1330637147 12861 80.91.229.3 (1 Mar 2012 21:25:47 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 1 Mar 2012 21:25:47 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M29784@lists.math.uh.edu Thu Mar 01 22:25:46 2012 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1S3DVP-0005Rx-1A for ding-account@gmane.org; Thu, 01 Mar 2012 22:25:43 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1S3DUz-0000Jw-Nz; Thu, 01 Mar 2012 15:25:17 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1S3DUy-0000Jm-MY for ding@lists.math.uh.edu; Thu, 01 Mar 2012 15:25:16 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1S3DUx-0000WY-7n for ding@lists.math.uh.edu; Thu, 01 Mar 2012 15:25:16 -0600 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1S3DUv-00060T-7G for ding@gnus.org; Thu, 01 Mar 2012 22:25:13 +0100 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1S3DUu-000587-A8 for ding@gnus.org; Thu, 01 Mar 2012 22:25:12 +0100 Original-Received: from arennes-359-1-256-163.w2-2.abo.wanadoo.fr ([2.2.207.163]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 01 Mar 2012 22:25:12 +0100 Original-Received: from pmlists by arennes-359-1-256-163.w2-2.abo.wanadoo.fr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 01 Mar 2012 22:25:12 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 14 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: arennes-359-1-256-163.w2-2.abo.wanadoo.fr User-Agent: Gnus/5.130004 (Ma Gnus v0.4) Emacs/24.0.93 (gnu/linux) Cancel-Lock: sha1:zCezvM7m7JU7oCwdhBCxMwMKaZk= X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:81504 Archived-At: On Thu, Mar 01 2012, prad wrote: > are there any recommendations for setting up anti-spam on gnus? > i download email from our server with pop. I've good experience with this setup: fetchmail (imap or pop) -> postfix -> procmail -> spamassassin (via .procmailrc) -> several spool files in ~/.mail -> gnus with (setq gnus-select-method '(nnml "Email") mail-sources '((file) (directory :path "~/.mail"))) -- Peter