On Saturday 15 March 2003 06:31, kevin lyda wrote: > On Sat, Mar 15, 2003 at 10:13:41AM +0000, [EMAIL PROTECTED] wrote: > > My initial search of the lists and docs does not address my questions: > > I have extensive procmail delivery recipies. I want to use them for final > > deliver to Maildirs. How can I have the output of tmda (whatever that is, > > I'm not running it yet) go to procmail? > > in ~/.tmda/config make sure this is in it: > > DELIVERY = "|/usr/bin/procmail -f $SENDER ~/.tmda/procmailrc-post" > > the ~/.tmda/procmailrc-post bit is to force procmail to use a different > procmailrc... > > kevin
Try reading the docs, first. For any version later than 0.65: * When doing program deliveries to procmail, you should no longer be using the ``-f'' option. e.g, DELIVERY = "|/usr/bin/procmail -f $SENDER ~/.procmailrc-tmda" becomes DELIVERY = "|/usr/bin/procmail ~/.procmailrc-tmda" -- Sed quis custodiet ipsos custodes? ========================================================================== Robin Lynn Frank - Director of Operations - Paradigm-Omega, LLC Copyright and PGP/GPG info in mail or message headers. Email acceptance policy at http://paradigm-omega.com/email_policy.html ========================================================================== _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
