Re: Help: automated email forwarding similar to .forward

2005-07-27 Thread Jay Savage
On 7/27/05, Rich Fernandez <[EMAIL PROTECTED]> wrote: > Thanks Wiggins, > > > As far as reading the message in, > > parsing it, and then forwarding it, I guarantee the Mail::Box > > suite can > > handle what you want, but it does have a learning curve. > > You are right, I did not read the doco c

RE: Help: automated email forwarding similar to .forward

2005-07-27 Thread Rich Fernandez
Thanks Wiggins, > As far as reading the message in, > parsing it, and then forwarding it, I guarantee the Mail::Box > suite can > handle what you want, but it does have a learning curve. You are right, I did not read the doco carefully enough. Sorry. > Sorry I can't provide source what I wrote

Re: Help: automated email forwarding similar to .forward

2005-07-27 Thread Wiggins d'Anconia
"Because it's up-side down. Why is that? It makes replies harder to read. Why not? Please don't top-post." - Sherm Pendley, Mac OS X list Rich Fernandez wrote: > Thanks for the reply, but what I need to do is hang onto the messages for an > indefinite period of time, maybe days, during which time

RE: Help: automated email forwarding similar to .forward

2005-07-27 Thread Rich Fernandez
TED] > Sent: Wednesday, July 27, 2005 9:56 AM > To: beginners@perl.org > Subject: Re: Help: automated email forwarding similar to .forward > > > .forward is fine for that kind of thing, if you modify it to a pipe > where a perl skript reads from. Then pass the message throw it, w

Re: Help: automated email forwarding similar to .forward

2005-07-27 Thread MNibble
.forward is fine for that kind of thing, if you modify it to a pipe where a perl skript reads from. Then pass the message throw it, while doing what ever you like with it - for example sleep(3600) in fork / or threaded spawn of you programm. MNibble Rich Fernandez wrote: Hi folks, I'm wor