Paras asked,
| But, I want to write a recipe in the begining of the procmail rc file,
| such that, if matched, it leaves the mail in the mail box
| or else, it proceeds to other recipes in the rc file.
|
| Should I just give the absolute path to my mail inbox
| in the recipe ? such as,
|
| :0:
| * ^Subject:.*urgent.*
| /var/mail/ptrivedi
That would work, but this would be better:
:0:
* ^Subject:.*urgent
$DEFAULT
_______________________________________________
procmail mailing list
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail