Re: How to filter retrieved mail

2001-04-25 Thread Thomas Ribbrock
On Wed, Apr 25, 2001 at 10:16:03AM +0200, Dirk Laurie wrote: > When retrieving mail from a POP server, it gets dumped straight into > my inbox, without passing through my .procmailrc. I can think of > several solutions to this problem: > > 1. Instead of just invoking mutt, use a shell script th

Re: How to filter retrieved mail

2001-04-25 Thread Igor Pruchanskiy
FEATURE(local_procmail)dnl bypasses .forward, so you do not need it On Wed 25 Apr 2001, Dirk Laurie wrote: > Suresh Ramasubramanian skryf: > > Dirk Laurie proclaimed on mutt-users that: > > > > > When retrieving mail from a POP server, it gets dumped straight into > > > my inbox, without passi

Re: Filter retrieved mail

2001-04-25 Thread CB
begin Dirk Laurie quotation: > When retrieving mail from a POP server, it gets dumped straight into > my inbox, without passing through my .procmailrc. I can think of > several solutions to this problem: > > 1. Instead of just invoking mutt, use a shell script that first >calls fetchmail. >

Re: How to filter retrieved mail

2001-04-25 Thread Paul Cox
On Wednesday, Apr 25, 2001, Dirk Laurie wrote: > 1. Instead of just invoking mutt, use a shell script that first >calls fetchmail. >Disadvantage: I need to quit and restart mutt every so often. You could also run fetchmail from within mutt. Just hit the ! key, and mutt will ask you for

Re: Filter retrieved mail

2001-04-25 Thread Andre Berger
* Dirk Laurie <[EMAIL PROTECTED]>, 2001-04-25 11:37 +0200: > When retrieving mail from a POP server, it gets dumped straight into > my inbox, without passing through my .procmailrc. I can think of > several solutions to this problem: > > 1. Instead of just invoking mutt, use a shell script that

Re: How to filter retrieved mail

2001-04-25 Thread Pradeep
Hi, Try this $pico .forward add this to the .forward file | /usr/sbin/procmail Basically this should work by just forwarding the mail to the where procmail exits then it will filter all ur messages to the respective folders usuing the .procmailrc file in ur home dir. Bye Reg, - Pradeep.

Re: How to filter retrieved mail

2001-04-25 Thread Dirk Laurie
Suresh Ramasubramanian skryf: > Dirk Laurie proclaimed on mutt-users that: > > > When retrieving mail from a POP server, it gets dumped straight into > > my inbox, without passing through my .procmailrc. I can think of > > several solutions to this problem: > > Is procmail set as a mailer and

How to filter retrieved mail

2001-04-25 Thread Dirk Laurie
When retrieving mail from a POP server, it gets dumped straight into my inbox, without passing through my .procmailrc. I can think of several solutions to this problem: 1. Instead of just invoking mutt, use a shell script that first calls fetchmail. Disadvantage: I need to quit and restar

Filter retrieved mail

2001-04-25 Thread Dirk Laurie
When retrieving mail from a POP server, it gets dumped straight into my inbox, without passing through my .procmailrc. I can think of several solutions to this problem: 1. Instead of just invoking mutt, use a shell script that first calls fetchmail. Disadvantage: I need to quit and restart

Re: How to filter retrieved mail

2001-04-25 Thread Suresh Ramasubramanian
Dirk Laurie proclaimed on mutt-users that: > When retrieving mail from a POP server, it gets dumped straight into > my inbox, without passing through my .procmailrc. I can think of > several solutions to this problem: Is procmail set as a mailer and do you have feature(`local_procmail') in you