On Tuesday 22 January 2002 16:38 pm, Philip S Tellis wrote:
> On Tue, 22 Jan 2002, Pat wrote:
> > What I want is , the attachment of the dnloaded mail should be
> > automaticaly un-zipped in the /mail/spool/drawings dire- ctory after
> > the dnload is complete. ( /mail/spool/drawings is a common-access dir,
>
> use procmail for this.  As soon as the mail is received, pipe it to a
> procmail filter that will ungzip it into the relevant directory.
>
> Something like this:
> :0:
> *^From:.*(from_address)
> |filter_program

:0:
* ^From:.*address
   | METAMAIL_TMPDIR=/mail/spool/drawings metamail -w -q -x

should help you start off.

Binand

_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to