public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* 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

* Re: procmail output file format.
  2002-05-30 18:48 procmail output file format Jason House
@ 2002-05-30 18:53 ` Jason Tishler
  2002-05-30 18:54   ` Jason House
  0 siblings, 1 reply; 10+ messages in thread
From: Jason Tishler @ 2002-05-30 18:53 UTC (permalink / raw)
  To: Jason House; +Cc: cygwin

Jason,

On Thu, May 30, 2002 at 03:42:56PM -0400, Jason House wrote:
> It appears that procmail is not writing an e-mail separator line before
> each e-mail written to my inbox.
> [snip]
> What is wrong with my configuration?
> 
> ####################################################
> My /cygdrive/c/Docume~1/jhouse/MyDocu~1/UnixHome/.fetchmailrc file
> [snip]
> mda "/usr/bin/procmail -m .procmailrc -d Administrator"
                         ^^
                         **

Did you try the suggestions in the following?

    http://cygwin.com/ml/cygwin/2002-05/msg01835.html

Jason

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

* Re: procmail output file format.
  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
  0 siblings, 2 replies; 10+ messages in thread
From: Jason House @ 2002-05-30 18:54 UTC (permalink / raw)
  To: Jason Tishler; +Cc: cygwin

Adding "-f-" or even "-f foobar" to the command line does not make it
work.  For whatever reason, it doesn't seem to work with -m.  I have
reluctantly moved my .procmailrc file to /home/Administrator and removed
the -m from the command line.  This makes does yield the desired
functionality, but not the right file structure.  The problem boils down
to how procmail rebuilds the environment before executing.  I've set
HOME to be one thing, but procmail makes it default to another.  The -m
was my work around and allowed me to keep all my important files in my
home directory.  Home is part of "My Documents" and thus requires no
special consideration for backup (especially when I must, unfortunately,
rely on corporate computer service for repairs/upgrades).  I'm happy
enough with this fix, but would much prefer a better solution. 
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.


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

* Re: procmail output file format.
  2002-05-30 18:54   ` Jason House
@ 2002-05-30 18:58     ` David T-G
  2002-05-30 20:51     ` Jason Tishler
  1 sibling, 0 replies; 10+ messages in thread
From: David T-G @ 2002-05-30 18:58 UTC (permalink / raw)
  To: CygWin Users' List

[-- Attachment #1: Type: text/plain, Size: 1454 bytes --]

Jason --

...and then Jason House said...
% 
% Adding "-f-" or even "-f foobar" to the command line does not make it

How interesting.


% work.  For whatever reason, it doesn't seem to work with -m.  I have
...
% 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.

It's interesting to me that it's coming up as /home/Administrator rather
than /home/jhouse, but that might not be the source of the problem.  It
does mean that you can't point /home to Docume~1, though.

What about a simple procmailrc in /home/Administrator that says

  INCLUDERC=/Docume~1/jhouse/MyDocu~1/UnixHome/.procmailrc

to just let procmail include the file rather than trying to be a filter
for all (or do other folks need procmail on your box, too?).


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


HTH & HAND

:-D
-- 
David T-G                      * It's easier to fight for one's principles
(play) davidtg@justpickone.org * than to live up to them. -- fortune cookie
(work) davidtgwork@justpickone.org
http://www.justpickone.org/davidtg/    Shpx gur Pbzzhavpngvbaf Qrprapl Npg!


[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: procmail output file format.
  2002-05-30 18:54   ` Jason House
  2002-05-30 18:58     ` David T-G
@ 2002-05-30 20:51     ` Jason Tishler
  1 sibling, 0 replies; 10+ messages in thread
From: Jason Tishler @ 2002-05-30 20:51 UTC (permalink / raw)
  To: Jason House; +Cc: cygwin

Jason,

On Thu, May 30, 2002 at 04:21:02PM -0400, Jason House wrote:
> For whatever reason, it doesn't seem to work with -m.  I have
> reluctantly moved my .procmailrc file to /home/Administrator and removed
> the -m from the command line.  This makes does yield the desired
> functionality, but not the right file structure.  The problem boils down
> to how procmail rebuilds the environment before executing.  I've set
> HOME to be one thing, but procmail makes it default to another.  The -m
> was my work around and allowed me to keep all my important files in my
> home directory.  Home is part of "My Documents" and thus requires no
> special consideration for backup (especially when I must, unfortunately,
> rely on corporate computer service for repairs/upgrades).  I'm happy
> enough with this fix, but would much prefer a better solution. 
> 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.

One last thought...  Why don't you change your /etc/passwd file so that
the home directory for Administrator is:

    /Docume~1/jhouse/MyDocu~1/UnixHome

instead of the more conventional:

    /home/Administrator

In this way, you don't need to supply the "-m" option or to set HOME
and you get the desired (albeit strange) directory structure.

Jason

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

* Re: procmail output file format.
  2002-06-11  0:33     ` Jason House
@ 2002-06-11  4:31       ` Thomas Baker
  0 siblings, 0 replies; 10+ messages in thread
From: Thomas Baker @ 2002-06-11  4:31 UTC (permalink / raw)
  To: cygwin

On Mon, Jun 10, 2002 at 03:51:40PM -0400, Jason House wrote:
> I did not know of #1, although I would have been fairly happy with that
> solution.  (I currently do both #2 and #3 to be safe)
> 
> I originally began with setting the HOME variable (like PATH) in order
> to make other unix ports (ie. emacs, ucd-snmp, etc...) work.
> 
> Just doing #2 worked fine for me.  My /home/Administrator was empty
> anyway.  I didn't hit into any trouble, but I did #3 (also) in order to
> "do it right".
> 
> I guess it would be nice if setting HOME had the desired effect on
> procmail... but I don't think modifying the source is the right way to
> do it.  Maybe cygwin should warn about inconsistencies between
> /etc/passwd and HOME (which apparently overrides /etc/passwd).  I looked
> in /etc/profile and it doesn't seem to make any distinction there
> between where HOME comes from.  I don't know where else to look... 
> 
> Hopefully my comments are useful :)

Yes this is very useful.  I wish I knew what the point of this Administrator
account is.  On my Cygwin installation, there are only three files under the
entire /home directory: 

	Administrator/dead.letter
	Administrator/mail/saved-messages
	Administrator/mail/sent-mail

The "dead.letter" file accumulates just the _bodies_ of
(presumably) email messages interrupted during composing. 
The latter two files are initialized with "DON'T DELETE
THESE HEADERS -- FOLDER-INTERNAL DATA".  It all seems very
harmless -- nothing "root-like" about it.


> 
> Thomas Baker wrote:
> > 
> > I am finding exactly what Jason found -- when I add a "-f"
> > argument to /usr/bin/procmail (under Cygwin), everything fails
> > because it suddenly wants to access /home/Administrator.
> > This reminds me of another little quirk that has been
> > bothering me: about one time in ten, when I "reply" in Mutt
> > -- and I haven't been able to tell under which particular
> > circumstances -- the message comes up with my name expanded
> > to "Administrator\\MyMachine" (or something like that) and
> > I have to replace this manually with "Thomas Baker".
> > 
> > Anyway, several solutions were suggested:
> > 
> > 1) A simple .procmailrc at /home/Administrator that says:
> >         INCLUDERC=[pathname];
> > 
> > 2) Removing /home/Administrator and making it a "simulink"
> >    (a "symbolic link"?) to a home directory;
> > 
> > 3) Change /home/Administrator to something else in /etc/passwd.
> > 
> > Jason had good experience with #2 (still, two weeks later?),
> > but messing with Cygwin's /home/Administrator makes me nervous
> > about unforeseen dire consequences.  What is the role of the
> > (presumably WIN2000) Administrator under Cygwin?  Maybe it's
> > just "symbolic"?  Has anyone tried solutions #1 and #3?
> > 
> > Tom
> > 
> > On Thu, May 30, 2002 at 04:40:24PM -0400, Jason House wrote:
> > > Nice solution :) I like it.
> > >
> > > Removing /home/Administrator and making it a simulink to my desired home
> > > works perfectly.  It is also a very easy thing to recreate in the event
> > > of a full restore...  I also allows me to remove my hacks to avoid using
> > > $HOME.
> > >
> > > Now I get to hunt down a good .muttrc file :)
> > >
> > > Heribert Dahms wrote:
> > > >
> > > > 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/
> > 
> > --
> > Dr. Thomas Baker                                Thomas.Baker@bi.fhg.de
> > Institutszentrum Schloss Birlinghoven          mobile +49-171-408-5784
> > Fraunhofer-Gesellschaft                          work +49-30-8109-9027
> > 53754 Sankt Augustin, Germany                     fax +49-2241-14-2619
> 
> 
> --
> 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/
> 

-- 
Dr. Thomas Baker                                Thomas.Baker@bi.fhg.de
Institutszentrum Schloss Birlinghoven          mobile +49-171-408-5784
Fraunhofer-Gesellschaft                          work +49-30-8109-9027
53754 Sankt Augustin, Germany                     fax +49-2241-14-2619

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

* Re: procmail output file format.
  2002-06-11  0:29   ` Thomas Baker
@ 2002-06-11  0:33     ` Jason House
  2002-06-11  4:31       ` Thomas Baker
  0 siblings, 1 reply; 10+ messages in thread
From: Jason House @ 2002-06-11  0:33 UTC (permalink / raw)
  To: Thomas Baker; +Cc: cygwin

I did not know of #1, although I would have been fairly happy with that
solution.  (I currently do both #2 and #3 to be safe)

I originally began with setting the HOME variable (like PATH) in order
to make other unix ports (ie. emacs, ucd-snmp, etc...) work.

Just doing #2 worked fine for me.  My /home/Administrator was empty
anyway.  I didn't hit into any trouble, but I did #3 (also) in order to
"do it right".

I guess it would be nice if setting HOME had the desired effect on
procmail... but I don't think modifying the source is the right way to
do it.  Maybe cygwin should warn about inconsistencies between
/etc/passwd and HOME (which apparently overrides /etc/passwd).  I looked
in /etc/profile and it doesn't seem to make any distinction there
between where HOME comes from.  I don't know where else to look... 

Hopefully my comments are useful :)

Thomas Baker wrote:
> 
> I am finding exactly what Jason found -- when I add a "-f"
> argument to /usr/bin/procmail (under Cygwin), everything fails
> because it suddenly wants to access /home/Administrator.
> This reminds me of another little quirk that has been
> bothering me: about one time in ten, when I "reply" in Mutt
> -- and I haven't been able to tell under which particular
> circumstances -- the message comes up with my name expanded
> to "Administrator\\MyMachine" (or something like that) and
> I have to replace this manually with "Thomas Baker".
> 
> Anyway, several solutions were suggested:
> 
> 1) A simple .procmailrc at /home/Administrator that says:
>         INCLUDERC=[pathname];
> 
> 2) Removing /home/Administrator and making it a "simulink"
>    (a "symbolic link"?) to a home directory;
> 
> 3) Change /home/Administrator to something else in /etc/passwd.
> 
> Jason had good experience with #2 (still, two weeks later?),
> but messing with Cygwin's /home/Administrator makes me nervous
> about unforeseen dire consequences.  What is the role of the
> (presumably WIN2000) Administrator under Cygwin?  Maybe it's
> just "symbolic"?  Has anyone tried solutions #1 and #3?
> 
> Tom
> 
> On Thu, May 30, 2002 at 04:40:24PM -0400, Jason House wrote:
> > Nice solution :) I like it.
> >
> > Removing /home/Administrator and making it a simulink to my desired home
> > works perfectly.  It is also a very easy thing to recreate in the event
> > of a full restore...  I also allows me to remove my hacks to avoid using
> > $HOME.
> >
> > Now I get to hunt down a good .muttrc file :)
> >
> > Heribert Dahms wrote:
> > >
> > > 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/
> 
> --
> Dr. Thomas Baker                                Thomas.Baker@bi.fhg.de
> Institutszentrum Schloss Birlinghoven          mobile +49-171-408-5784
> Fraunhofer-Gesellschaft                          work +49-30-8109-9027
> 53754 Sankt Augustin, Germany                     fax +49-2241-14-2619


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

* Re: procmail output file format.
  2002-05-30 19:04 ` Jason House
@ 2002-06-11  0:29   ` Thomas Baker
  2002-06-11  0:33     ` Jason House
  0 siblings, 1 reply; 10+ messages in thread
From: Thomas Baker @ 2002-06-11  0:29 UTC (permalink / raw)
  To: cygwin; +Cc: jhouse

I am finding exactly what Jason found -- when I add a "-f"
argument to /usr/bin/procmail (under Cygwin), everything fails
because it suddenly wants to access /home/Administrator.
This reminds me of another little quirk that has been
bothering me: about one time in ten, when I "reply" in Mutt
-- and I haven't been able to tell under which particular
circumstances -- the message comes up with my name expanded
to "Administrator\\MyMachine" (or something like that) and
I have to replace this manually with "Thomas Baker".

Anyway, several solutions were suggested:

1) A simple .procmailrc at /home/Administrator that says:
	INCLUDERC=[pathname];

2) Removing /home/Administrator and making it a "simulink"
   (a "symbolic link"?) to a home directory;

3) Change /home/Administrator to something else in /etc/passwd.

Jason had good experience with #2 (still, two weeks later?),
but messing with Cygwin's /home/Administrator makes me nervous
about unforeseen dire consequences.  What is the role of the
(presumably WIN2000) Administrator under Cygwin?  Maybe it's
just "symbolic"?  Has anyone tried solutions #1 and #3?

Tom


On Thu, May 30, 2002 at 04:40:24PM -0400, Jason House wrote:
> Nice solution :) I like it.
> 
> Removing /home/Administrator and making it a simulink to my desired home
> works perfectly.  It is also a very easy thing to recreate in the event
> of a full restore...  I also allows me to remove my hacks to avoid using
> $HOME.
> 
> Now I get to hunt down a good .muttrc file :)
> 
> Heribert Dahms wrote:
> > 
> > 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/

-- 
Dr. Thomas Baker                                Thomas.Baker@bi.fhg.de
Institutszentrum Schloss Birlinghoven          mobile +49-171-408-5784
Fraunhofer-Gesellschaft                          work +49-30-8109-9027
53754 Sankt Augustin, Germany                     fax +49-2241-14-2619

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

* Re: procmail output file format.
  2002-05-30 18:58 Heribert Dahms
@ 2002-05-30 19:04 ` Jason House
  2002-06-11  0:29   ` Thomas Baker
  0 siblings, 1 reply; 10+ messages in thread
From: Jason House @ 2002-05-30 19:04 UTC (permalink / raw)
  To: Heribert Dahms; +Cc: cygwin

Nice solution :) I like it.

Removing /home/Administrator and making it a simulink to my desired home
works perfectly.  It is also a very easy thing to recreate in the event
of a full restore...  I also allows me to remove my hacks to avoid using
$HOME.

Now I get to hunt down a good .muttrc file :)

Heribert Dahms wrote:
> 
> 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

* 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

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:48 procmail output file format 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
2002-05-30 18:58 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

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).