Re: question on batch email sending

2006-11-30 Thread Lane
On Thursday 30 November 2006 11:05, David Banning wrote: > I have a standard mailbox with around 40 messages. I want to be able > to just send them all to someone, the same person, not as an > attachment but as individual emails. I want to do something like; > > cat /var/mail/frank | someprogram [E

Re: question on batch email sending

2006-11-30 Thread Dan Busarow
On Nov 30, 2006, at 10:05 AM, David Banning wrote: I have a standard mailbox with around 40 messages. I want to be able to just send them all to someone, the same person, not as an attachment but as individual emails. I want to do something like; cat /var/mail/frank | someprogram [EMAIL PROTEC

Re: question on batch email sending

2006-11-30 Thread Jerry McAllister
On Thu, Nov 30, 2006 at 12:05:12PM -0500, David Banning wrote: > I have a standard mailbox with around 40 messages. I want to be able > to just send them all to someone, the same person, not as an > attachment but as individual emails. I want to do something like; > > cat /var/mail/frank | somepr

Re: question on batch email sending

2006-11-30 Thread Howard Jones
David Banning wrote: > I have a standard mailbox with around 40 messages. I want to be able > to just send them all to someone, the same person, not as an > attachment but as individual emails. I want to do something like; > > cat /var/mail/frank | someprogram [EMAIL PROTECTED] > > So that Frank ca

Re: question on batch email sending

2006-11-30 Thread Bill Moran
In response to David Banning <[EMAIL PROTECTED]>: > I have a standard mailbox with around 40 messages. I want to be able > to just send them all to someone, the same person, not as an > attachment but as individual emails. I want to do something like; > > cat /var/mail/frank | someprogram [EMAIL