public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* RE: procmail output file format.
@ 2002-05-30 18:58 Heribert Dahms
  2002-05-30 19:04 ` Jason House
  0 siblings, 1 reply; 10+ messages in thread
From: Heribert Dahms @ 2002-05-30 18:58 UTC (permalink / raw)
  To: 'Jason House'; +Cc: cygwin

Hi Jason(s),

did you try a symlink?
You might even store a script to recreate that in your backuped area 8-)

Bye, Heribert (heribert_dahms@icon-scm.com)

> -----Original Message-----
> From:	Jason House [SMTP:jhouse@mitre.org]
> Sent:	Thursday, May 30, 2002 22:21
> To:	Jason Tishler
> Cc:	cygwin@cygwin.com
> Subject:	Re: procmail output file format.
> 
	[Heribert]  [snip]

> Something like having /home/Administrator/.procmailrc simply say "use
> /Docume~1/jhouse/MyDocu~1/UnixHome/.procmailrc" would be better since it
> guarantees that it won't get deleted after it grows in complexity.
> 
	[Heribert]  [snip] 


--
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/

^ permalink raw reply	[flat|nested] 10+ messages in thread
* procmail output file format.
@ 2002-05-30 18:48 Jason House
  2002-05-30 18:53 ` Jason Tishler
  0 siblings, 1 reply; 10+ messages in thread
From: Jason House @ 2002-05-30 18:48 UTC (permalink / raw)
  To: jason, cygwin

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@bar.com.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@mitre.org>
Received: from MAILHUB1 ([129.83.20.31]) by mailsrv3a.mitre.org
          (Netscape Messaging Server 4.15) with ESMTP id GWXUJU00.3O9
for
          <jhouse@mailsrv3.mitre.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.5042D00@mitre.org>
Date: Thu, 30 May 2002 15:12:44 -0400
From: Jason House <jhouse@mitre.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@mitre.org>
Subject: foo5
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

bar5

Return-Path: <jhouse@mitre.org>
Received: from MAILHUB1 ([129.83.20.31]) by mailsrv3a.mitre.org
          (Netscape Messaging Server 4.15) with ESMTP id GWXVTG00.HRE
for
          <jhouse@mailsrv3.mitre.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.AD4EF943@mitre.org>
Date: Thu, 30 May 2002 15:40:34 -0400
From: Jason House <jhouse@mitre.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@mitre.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/

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2002-06-11  8:28 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-05-30 18:58 procmail output file format Heribert Dahms
2002-05-30 19:04 ` Jason House
2002-06-11  0:29   ` Thomas Baker
2002-06-11  0:33     ` Jason House
2002-06-11  4:31       ` Thomas Baker
  -- strict thread matches above, loose matches on Subject: below --
2002-05-30 18:48 Jason House
2002-05-30 18:53 ` Jason Tishler
2002-05-30 18:54   ` Jason House
2002-05-30 18:58     ` David T-G
2002-05-30 20:51     ` Jason Tishler

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).