From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/9790 Path: news.gmane.org!not-for-mail From: "Kyle Sexton" Newsgroups: gmane.emacs.gnus.user Subject: Re: Gnus corrupt mailbox w/ nnml Date: Mon, 22 Oct 2007 14:52:19 -0500 Message-ID: References: <87d4v8pgs0.fsf@kamaloka.dhatu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1193082757 8016 80.91.229.12 (22 Oct 2007 19:52:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 22 Oct 2007 19:52:37 +0000 (UTC) Cc: info-gnus-english@gnu.org To: "Sven Bretfeld" Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Mon Oct 22 21:52:38 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 1Ik3KG-0008RB-Rw for gegu-info-gnus-english@m.gmane.org; Mon, 22 Oct 2007 21:52:37 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ik3K9-0004rG-18 for gegu-info-gnus-english@m.gmane.org; Mon, 22 Oct 2007 15:52:29 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ik3K6-0004o7-9F for info-gnus-english@gnu.org; Mon, 22 Oct 2007 15:52:26 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ik3K2-0004gV-Og for info-gnus-english@gnu.org; Mon, 22 Oct 2007 15:52:25 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ik3K2-0004g8-IC for info-gnus-english@gnu.org; Mon, 22 Oct 2007 15:52:22 -0400 Original-Received: from nz-out-0506.google.com ([64.233.162.230]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ik3K2-0006R4-4j for info-gnus-english@gnu.org; Mon, 22 Oct 2007 15:52:22 -0400 Original-Received: by nz-out-0506.google.com with SMTP id f1so512265nzc for ; Mon, 22 Oct 2007 12:52:20 -0700 (PDT) Original-Received: by 10.142.125.5 with SMTP id x5mr1554004wfc.1193082739387; Mon, 22 Oct 2007 12:52:19 -0700 (PDT) Original-Received: by 10.142.97.12 with HTTP; Mon, 22 Oct 2007 12:52:19 -0700 (PDT) In-Reply-To: <87d4v8pgs0.fsf@kamaloka.dhatu> Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) 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:9790 Archived-At: On 10/21/07, Sven Bretfeld wrote: > Hi Kyle > > "Kyle Sexton" writes: > > > Well, that explains my problem I guess. The first line says: > > > > ~$ head -n1 Work.spool > > X-MimeOLE: Produced By Microsoft Exchange V6.5 > > ~$ > > > > In fact, the ^From isn't until line 18: > > > > ~$ cat Work.spool | nl | grep From > > 18 From: "Anon Ymous" > > ~$ > > The whole trick is to tell procmail to create a standard mbox wherein > all Mails begin with a From-Header (without :). To achive this, you > have to start procmail with the option -f %F. > > So add this to the poll-line in your .fetchmailrc, for example: > > poll your_mail_account with proto POP3 user 'your_pop_user_name' there > with password 'secret' is 'your_local_username' here options > keep ssl mda "/usr/bin/procmail -f %F" > > That's all. > > Bye, > > Sven > Worked like a charm, thanks a bunch. -- Kyle Sexton