Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Nov 2006 11:49:54 -0600
From:      Lane <lane@joeandlane.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: question on batch email sending
Message-ID:  <200611301149.54837.lane@joeandlane.com>
In-Reply-To: <20061130170512.GA67565@skytracker.ca>
References:  <20061130170512.GA67565@skytracker.ca>

next in thread | previous in thread | raw e-mail | index | archive | help
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 franksnewaddress@franksdomain.com
>
> So that Frank can just get it into his regular inbox. I realize that
> I could just ask Frank to pop it off the server but then he would have
> to setup for just one occasion. Is there a way to do what I want?
>
>
> _______________________________________________
If you are using sendmail you might just alias the mailbox to the user.  That 
way the messages get forwarded to the user upon arrival, rather than on a 
schedule or with manual intervention.

lane



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200611301149.54837.lane>