Re: [Mimedefang] Getting Geylisting working

2006-10-10 Thread Andrew Watkins
I have now a working greylist setup with SQLite v3, which was modified from the original Michael Lang version: What was missing from the code was the timedelay setup which was there in the postges and DB versions, but not the SQLite version. When I have the whitelisting working I will post i

Re: [Mimedefang] Getting Geylisting working

2006-10-03 Thread Andrew Watkins
I am still having a few problems with the greylisting. It is working but I am getting a lot of "Couldnt insert tripple" in my syslog. Looking at the logic I can see the problem but at this time not sure the best way to fix it. tripple=RelayAddr/Sender/Recipients now=current time=2006-10-03

Re: [Mimedefang] Getting Geylisting working

2006-09-29 Thread Michael Lang
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

Re: [Mimedefang] Getting Geylisting working

2006-09-29 Thread Andrew Watkins
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);

Re: [Mimedefang] Getting Geylisting working

2006-09-28 Thread Michael Lang
On Thu, 2006-09-28 at 13:08 +0100, Andrew Watkins wrote: > I thought I would look at greylisting, and follow the example on the > wiki website using the SQLite version: > http://www.mimedefang.com/kwiki/index.cgi?Greylisting > > Since, I have noticed a few bugs in the perl code and after fi

Re: [Mimedefang] Getting Geylisting working

2006-09-28 Thread Jonas Eckerman
Andrew Watkins wrote: I wonder has any got a working version of GreyListingSQLite then let us know. I'm not using the code from the wiki, but my greylist implementation uses SQLite and works fine for me. It's in the filter at: http://whatever.frukt.org/mimedefangfilter.text.shtml /Jonas --

[Mimedefang] Getting Geylisting working

2006-09-28 Thread Andrew Watkins
I thought I would look at greylisting, and follow the example on the wiki website using the SQLite version: http://www.mimedefang.com/kwiki/index.cgi?Greylisting Since, I have noticed a few bugs in the perl code and after fixing them I still get a couple of errors. I wonder has any go