On Fri, 2006-09-29 at 12:01 +0100, Andrew Watkins wrote: > It is looking good. > > - The missing "query->execute();" in the filter_recipient seems to do > the trick. I will monitor it so check it is 100% working. > > - GreyListCleanup.pl script only had the one error, since I added my own > error ;-) > my ($timstamp, $period, $GreyList, $cleanup); > ^^^^^^^^ > Should read: > my ($timestamp, $period, $GreyList, $cleanup); > > - The Create Database script seems to be OK. The error seems to appear a > lot on the web, so I have no answer to that one, but I just replaced the > "prepare" and "execute" with "do" statements. > > Thanks for the quick response
I've tested it today with SQLite (v3) with copy & paste from the Wiki and it worked even with the SQLite3 engine, maybe the folder permission as written before made troubles in your setup with SQLite3. Kind regards Michael Lang > > Andrew > -- Michael Lang <[EMAIL PROTECTED]> _______________________________________________ NOTE: If there is a disclaimer or other legal boilerplate in the above message, it is NULL AND VOID. You may ignore it. Visit http://www.mimedefang.org and http://www.roaringpenguin.com MIMEDefang mailing list [email protected] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

