Auto email attachment saver in linux
am 13.04.2007 12:13:29 von jacob
Hai,
I am using Fedora Core 6. I need to automatically save the attachments
and message text to a common directory of my incoming emails. Is
there any command line tool or program available in Linux to do the
particular job. Can anybody help me?
--
Jagath
Re: Auto email attachment saver in linux
am 13.04.2007 13:08:54 von feenberg
On Apr 13, 6:13 am, "jacob" wrote:
> Hai,
>
> I am using Fedora Core 6. I need to automatically save the attachments
> and message text to a common directory of my incoming emails. Is
> there any command line tool or program available in Linux to do the
> particular job. Can anybody help me?
> --
> Jagath
Place a .forward file (note the dot) in your home directory with the
contents:
\youruserid
file.foo
Each new message will be appended to file. The \userid line is
required so that
a copy is available to your mail user agent too. Depending on your
mailer, it
should be possible to look for individual message in file.foo. Now if
you want the attachments
separated into individual files, that requires something more.
Daniel Feenberg