From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/9436 Path: news.gmane.org!not-for-mail From: someusernamehere Newsgroups: gmane.emacs.gnus.user Subject: Re: Store mails in diferent mbox Date: Tue, 31 Jul 2007 11:05:50 -0700 Organization: http://groups.google.com Message-ID: <1185905150.464149.270370@m37g2000prh.googlegroups.com> References: <1185893419.811850.103430@g12g2000prg.googlegroups.com> <46af7222$0$19611$426a34cc@news.free.fr> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: sea.gmane.org 1185907220 12855 80.91.229.12 (31 Jul 2007 18:40:20 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Jul 2007 18:40:20 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Tue Jul 31 20:40:14 2007 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IFwdh-0002b5-AP for gegu-info-gnus-english@m.gmane.org; Tue, 31 Jul 2007 20:40:13 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IFwdg-0000Qm-Ot for gegu-info-gnus-english@m.gmane.org; Tue, 31 Jul 2007 14:40:12 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!m37g2000prh.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-Lines: 29 Original-NNTP-Posting-Host: 189.149.99.39 Original-X-Trace: posting.google.com 1185905151 5512 127.0.0.1 (31 Jul 2007 18:05:51 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Tue, 31 Jul 2007 18:05:51 +0000 (UTC) In-Reply-To: <46af7222$0$19611$426a34cc@news.free.fr> User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.4) Gecko/20061201 Firefox/2.0.0.4 (Ubuntu-feisty),gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: m37g2000prh.googlegroups.com; posting-host=189.149.99.39; posting-account=ps2QrAMAAAA6_jCuRt2JEIpn5Otqf_w0 Original-Xref: shelby.stanford.edu gnu.emacs.gnus:79625 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:9436 Archived-At: On 31 jul, 12:32, Damien Wyart wrote: > > I store currently my mail in mbox, but all my mail is stored in the > > same mbox file, but I want to separate this, for example I'm subscried > > to some mailings lists, I want to store in other mbox file, how I can > > check this? > > Either you rely on an external tool (IMHO maldrop is better than > procmail even if it is less well-known) or you use what is called "mail > splitting" in Gnus itself. This is well detailed in the manual. As every > one has very personal settings in this area, I think it is better to > experiment your own setting (starting simple) than pasting some existing > code.http://gnus.org/manual/gnus_161.htmlhttp://gnus.org/manual/gnus_168.html Hey Damien, thanks for you reply, I have read yesterday these links :), what I dont understand and have no read, is if "mail splitting", for example: (setq nnmail-split-methods '(("mail.junk" "^From:.*Lars Ingebrigtsen") ("mail.other" ""))) store the mail in a mbox file called mail.junk and mail.other?, or is not mbox files?, this is the question thanks