Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <3CF680C0.563279A1@mitre.org> Date: Thu, 30 May 2002 15:42:56 -0400 From: Jason House Organization: The MITRE Corporation X-Accept-Language: en MIME-Version: 1.0 To: jason AT tishler DOT net, cygwin AT cygwin DOT com Subject: procmail output file format. Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit I've narrowed down my problem, but still need some help. Fetchmail downloads my e-mail and passes it to procmail which in turns writes the mail to my mailbox (~/Mail/inbox). It appears that procmail is not writing an e-mail separator line before each e-mail written to my inbox. Manually adding a line like the following before each e-mail makes everything work. From foo AT bar DOT com DOT net Wed May 29 15:59:21 2002 -0700 What is wrong with my configuration? #################################################### I have customized the environment a bit (but procmail ignores it)... HOME=/cygdrive/c/Docume~1/jhouse/MyDocu~1/UnixHome #################################################### My /cygdrive/c/Docume~1/jhouse/MyDocu~1/UnixHome/.fetchmailrc file set logfile /var/log/fetchmail.log set invisible set no bouncemail poll "mail.mitre.org" protocol pop3 username "jhouse" password "**********" fetchall nokeep mda "/usr/bin/procmail -m .procmailrc -d Administrator" #################################################### My /cygdrive/c/Docume~1/jhouse/MyDocu~1/UnixHome/.procmailrc file CORRECTHOME=/cygdrive/c/Docume~1/jhouse/MyDocu~1/UnixHome MAILDIR=$CORRECTHOME/Mail DEFAULT=$MAILDIR/inbox PMDIR=$HOME/.procmail LOGFILE=$PMDIR/log VERBOSE=on :0 $DEFAULT ###################################################### My /cygdrive/c/Docume~1/jhouse/MyDocu~1/UnixHome/Mail/inbox file Return-Path: Received: from MAILHUB1 ([129.83.20.31]) by mailsrv3a.mitre.org (Netscape Messaging Server 4.15) with ESMTP id GWXUJU00.3O9 for ; Thu, 30 May 2002 15:09:30 -0400 Received: from mailhub1.mitre.org (Name Preservation Logic) by mailhub1.mitre.org; Thu, 30 May 2002 15:09:25 -0400 Received: from m28039-pc.mitre.org (128.29.222.174) by mailhub1.mitre.org with SMTP id 10391639; Thu, 30 May 2002 15:08:59 -0400 Message-ID: <3CF679AC DOT 5042D00 AT mitre DOT org> Date: Thu, 30 May 2002 15:12:44 -0400 From: Jason House Organization: The MITRE Corporation X-Mailer: Mozilla 4.76 [en]C-20010313M (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: "House,Jason J." Subject: foo5 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit bar5 Return-Path: Received: from MAILHUB1 ([129.83.20.31]) by mailsrv3a.mitre.org (Netscape Messaging Server 4.15) with ESMTP id GWXVTG00.HRE for ; Thu, 30 May 2002 15:36:52 -0400 Received: from mailhub1.mitre.org (Name Preservation Logic) by mailhub1.mitre.org; Thu, 30 May 2002 15:36:47 -0400 Received: from m28039-pc.mitre.org (128.29.222.174) by mailhub1.mitre.org with SMTP id 10392342; Thu, 30 May 2002 15:36:38 -0400 Message-ID: <3CF68032 DOT AD4EF943 AT mitre DOT org> Date: Thu, 30 May 2002 15:40:34 -0400 From: Jason House Organization: The MITRE Corporation X-Mailer: Mozilla 4.76 [en]C-20010313M (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: "House,Jason J." Subject: foobar Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit foobar ######################################################## .muttrc is empty -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/