Mail Archives: cygwin/2002/05/30/15:40:20
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: <jhouse AT mitre DOT org>
Received: from MAILHUB1 ([129.83.20.31]) by mailsrv3a.mitre.org
(Netscape Messaging Server 4.15) with ESMTP id GWXUJU00.3O9
for
<jhouse AT mailsrv3 DOT mitre DOT org>; 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 <jhouse AT mitre DOT org>
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." <jhouse AT mitre DOT org>
Subject: foo5
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
bar5
Return-Path: <jhouse AT mitre DOT org>
Received: from MAILHUB1 ([129.83.20.31]) by mailsrv3a.mitre.org
(Netscape Messaging Server 4.15) with ESMTP id GWXVTG00.HRE
for
<jhouse AT mailsrv3 DOT mitre DOT org>; 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 <jhouse AT mitre DOT org>
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." <jhouse AT mitre DOT org>
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/
- Raw text -