Sorry for not including that in the original post, it's:
TMDA/1.0.2 "Bold Forbes" (Python/2.2.3 on linux-i686)
Your MySQL connection is to server version: 3.23.58
However, my server admin noticed that my config file was causing the server
to grind (due to mail to my account being deferred) so he took a look at it
and added line continuation characters '\' to my assignments and everything
is now working as I originally expected it to.
I had based my config file SQL_WHITELIST variable on the one in the
filter-sources documentation, however, that example didn't include any line
continuation characters either.
The following variable seems to be working for me now where as my original
one missing the back slashes was failing:
SQL_WHITELIST = """ \
SELECT Address, \
Action, \
OutAction \
FROM MyLists \
WHERE ListName in ('WhiteList','Friends','Family', \
'Work','BareWhite','Confirmed') \
AND %(criteria)s \
ORDER BY Action DESC"""
Thanks,
Dave
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Jason R. Mastaler
Sent: Tuesday, April 27, 2004 10:15 AM
To: [EMAIL PROTECTED]
Subject: Re: from-sql filter trouble
What version of TMDA?
_____________________________________________
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