On Fri, Aug 13, 1999 at 12:56:40AM -0500, [EMAIL PROTECTED] wrote:
> My problem in a nutshell: My login name on this machine is "shadow". My
> e-mail account at my university is [EMAIL PROTECTED] I can use Fetchmail and
> Mutt to read mail from the tc.umn.edu server, and I can send e-mail fine as
Thus wrote Robert Ramiega ([EMAIL PROTECTED]) [99.08.13 06:18]:
> On Fri, Aug 13, 1999 at 12:56:40AM -0500, [EMAIL PROTECTED] wrote:
> > My problem in a nutshell: My login name on this machine is "shadow". My
> > e-mail account at my university is [EMAIL PROTECTED] I can use Fetchmail
> > and Mutt
Check out the LG article at:
http://www.linuxgazette.com/issue43/stumpel.html
It has a section on rewriting the From address. Here's the meat:
Create this script ("outfilt") and put it in /usr/local/bin:
#!/usr/bin/perl
$address = '[EMAIL PROTECTED]';
while (<>) {
if (/^From: /) {
On Fri, Aug 13, 1999 at 12:56:40AM -0500, [EMAIL PROTECTED] wrote:
> My problem in a nutshell: My login name on this machine is "shadow". My
> e-mail account at my university is [EMAIL PROTECTED] I can use Fetchmail
> and Mutt to read mail from the tc.umn.edu server, and I can send e-mail
> fine as
My problem in a nutshell: My login name on this machine is "shadow". My e-mail
account at my university is [EMAIL PROTECTED] I can use Fetchmail and Mutt to
read mail from the tc.umn.edu server, and I can send e-mail fine as well. The
problem is that my sent messages arrive from "[EMAIL PROTECTE
5 matches
Mail list logo