Ok...

> -----Original Message-----
> From: David Vrona [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, February 25, 2004 9:24 AM
> To: 'Mitch (WebCob)'; [EMAIL PROTECTED]
> Subject: RE: View and release pending messages through an IMAP server?
>
> > You need to make sure that variable is there... if I FORGOT
> > these lines from
> > my instructions, let me know - I'll edit.
> >
> > import SENDER
> > import RECIPIENT
> > import EXT
> >
>
> I assume these go in maildrop's .mailfilter file.  I didn't see these
> statements on the website describing your work.

I'll have to update the doc... they DO go in the .mailfilter file - in my
case, they go in mailfilterrc.

> Anyway, I put those lines in .mailfilter and I don't see that
> error.  But, I
> do now have a new error in the TMDA debug file:
>
>
> Uncaught Python 2.2.2 Exception (Wed Feb 25 17:25:10 2004):
> -----------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/local/tmda-0.87/bin/tmda-filter", line 53, in ?
>     execfile(os.path.join(execdir, 'tmda-rfilter'))
>   File "/usr/local/tmda-0.87/bin/tmda-rfilter", line 891, in ?
>     main()
>   File "/usr/local/tmda-0.87/bin/tmda-rfilter", line 853, in main
>     mta.deliver(msgin, option)
>   File "./TMDA/MTA.py", line 102, in deliver
>   File "./TMDA/Deliver.py", line 125, in deliver
>   File "./TMDA/Deliver.py", line 170, in __deliver_program
>   File "./TMDA/Util.py", line 394, in pipecmd
> IOError: failure delivering message to command "/usr/local/bin/maildrop"
> (command "/usr/local/bin/maildrop" exited 75  (maildrop: Timeout quota
> exceeded.))

I don't understand this... it looks like your TMDA is calling maildrop?
Should be the other way around - maildrop calls TMDA...

> Uncaught Python 2.2.2 Exception (Wed Feb 25 17:25:14 2004):
> -----------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/local/tmda-0.87/bin/tmda-filter", line 53, in ?
>     execfile(os.path.join(execdir, 'tmda-rfilter'))
>   File "/usr/local/tmda-0.87/bin/tmda-rfilter", line 891, in ?
>     main()
>   File "/usr/local/tmda-0.87/bin/tmda-rfilter", line 853, in main
>     mta.deliver(msgin, option)
>   File "./TMDA/MTA.py", line 102, in deliver
>   File "./TMDA/Deliver.py", line 125, in deliver
>   File "./TMDA/Deliver.py", line 170, in __deliver_program
>   File "./TMDA/Util.py", line 394, in pipecmd
> IOError: failure delivering message to command "/usr/local/bin/maildrop"
> (command "/usr/local/bin/maildrop" exited 99  ())


This too looks like TMDA is somehow calling maildrop. Don't know - check
your TMDA config and post some info on it... it sounds to me like you are
calling TMDA from maildrop and then calling maildrop from TMDA - a 99 exit
code is valid for maildrop, but would look like an error to a standard
message pipe expecting 0 on success.

When we resolve what's going on I'll make changes to the doc all at once I
think...

m/

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

Reply via email to