Howdy there Barry.
Pay attention to the debug message.
It clearly says:
raise NameError, 'LOGFILE_DEBUG is not defined'
NameError: LOGFILE_DEBUG is not defined
This can mean only one thing. You do not have LOGFILE_DEBUG defined in your config
file.
Try to put there something like :
LOGFILE_DEBUG = os.path.expanduser("~/.tmda/debug.log")
Cheerio.
YazzY
On (31/10/02 14:33), Barry Roomberg wrote:
> From: Barry Roomberg <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: New install, Python / Code error message
> Date: Thu, 31 Oct 2002 14:33:40 -0400
>
> Oh great TMDA list, hear me yearn.
> Please.
>
> When a message is sent to a user, it triggers:
>
> Error in Python, message left in ~/TMDA_DELIVERY_FAILURE:
> -----------------------------------------------------------
> -----------------------------------------------------------
> Uncaught Python 2.2.2 Exception (Thu Oct 31 13:34:04 2002):
> -----------------------------------------------------------
> Traceback (most recent call last):
> File "/etc/tmda/tmda-0.63/bin/tmda-filter", line 53, in ?
> execfile(os.path.join(execdir, 'tmda-rfilter'))
> File "/etc/tmda/tmda-0.63/bin/tmda-rfilter", line 223, in ?
> vdomain, prepend = line.split(':', 1)
> ValueError: unpack list of wrong size
> Traceback (most recent call last):
> File "/etc/tmda/tmda-0.63/bin/tmda-filter", line 69, in ?
> raise NameError, 'LOGFILE_DEBUG is not defined'
> NameError: LOGFILE_DEBUG is not defined
> -----------------------------------------------------------
>
> Can anybody point me in a direction and tell me where I broke it?
>
>
> Thanks.
> Barry Roomberg
> [EMAIL PROTECTED]
> _____________________________________________
> tmda-users mailing list ([EMAIL PROTECTED])
> http://tmda.net/lists/listinfo/tmda-users
>
_____________________________________________
tmda-users mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-users