On Mon, 6 Jan 2003, Jason R. Mastaler wrote:

> Chris Hardie <[EMAIL PROTECTED]> writes:
>
> >   5. Messages that are confirmed go to a second procmail run
> >        DELIVERY="| /usr/local/bin/procmail ~/.procmailrc_tmda"
> >
> > Step 5 is failing miserably.
>
> I've tested with the identical DELIVERY value and it works for me.
>
> What happens when you replace ~/.procmailrc_tmda with only the line:
>
> DEFAULT=$HOME/Mailbox.tmda
>
> Does it now work?

No:

  DEFAULT=$HOME/Mailbox.tmda


Uncaught Python 2.1.1 Exception (Mon Jan  6 16:37:49 2003):
-----------------------------------------------------------
Traceback (most recent call last):
  File "/usr/local/bin/tmda-filter", line 53, in ?
    execfile(os.path.join(execdir, 'tmda-rfilter'))
  File "/usr/local/bin/tmda-rfilter", line 763, in ?
    main()
  File "/usr/local/bin/tmda-rfilter", line 731, in main
    mta.deliver(msgin)
  File "/usr/local/lib/python2.1/site-packages/TMDA/MTA.py", line 100, in
deliver
    msg.deliver()
  File "/usr/local/lib/python2.1/site-packages/TMDA/Deliver.py", line 112,
in deliver
    self.__deliver_program(self.msg.as_string(unixfrom=1), dest)
  File "/usr/local/lib/python2.1/site-packages/TMDA/Deliver.py", line 137,
in __deliver_program
    Util.pipecmd(program, message)
  File "/usr/local/lib/python2.1/site-packages/TMDA/Util.py", line 303, in
pipecmd
    raise IOError, \
IOError: failure delivering message to command "/usr/local/bin/procmail
~/.procmailrc_tmda" (command "/usr/local/bin/procmail  ~/.procmailrc_tmda"
exited 1  ())

> What version of TMDA are you using?

0.67

Chris
_____________________________________________
tmda-users mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-users

Reply via email to