procmail
[Top] [All Lists]

DEFAULT problem

2003-01-05 11:05:04
Hi, I'm trying to get procmail to do three things:

1) save messages with "FRAMEWORKS" in the To: field

2) execute a Perl script (process_procmail.pl) on the saved message file

3) send a copy of the message on to me in my regular mailbox

I've gotten the first two to work fine (with one weird problem, more on that later). How can I get #3 to work as well? Here's my recipe:

  :0c
  * ^To:.*FRAMEWORKS
  /u/home/mydir

  :0c
  * ^To:.*FRAMEWORKS
  ${DEFAULT}

  :0 hfwi
  * ^To:.*FRAMEWORKS
  | /u/home/mydir/process_procmail.pl $LASTFOLDER


What am I doing wrong?

My other (weird) problem is that sometimes my personal emails (those that do not meet the FRAMEWORKS test) come through with FRAMEWORKS emails appended to them. Why would that happen? It never happened until I started using Procmail.

Many thanks!

Scott Stark
sstark(_at_)hi-beam(_dot_)net      |       fax: 415.642.0270
p.o.box 460910 | san francisco | ca | 94146-0910
flicker experimental film & video:
 http://www.hi-beam.net | http://www.scottstark.com


_______________________________________________
procmail mailing list
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail

<Prev in Thread] Current Thread [Next in Thread>