RE: uribl not working properly with .gg TLD

2010-07-15 Thread DaveAtJLA
Ah I understand now why they are treated differently.. I've never delved into the details of that module. Blacklisting might be a good idea! Thanks Dave Giampaolo Tomassoni-2 wrote: What I am asking is why a reference to http://querty.ru.gg generates a URI lookup for ru.gg (ie missing

uribl not working properly with .gg TLD

2010-07-14 Thread DaveAtJLA
I'm running SpamAssassin version 3.3.0 and we received some spam recently which contained a link to a .ru.gg domain. While investigating whether it was listed in any of the URIBLs I discovered that if a message contains a link to http://qwerty.ru.gg;, spamassassin only looks up the domain ru.gg -

RE: uribl not working properly with .gg TLD

2010-07-14 Thread DaveAtJLA
What I am asking is why a reference to http://querty.ru.gg generates a URI lookup for ru.gg (ie missing out the first component) whereas a reference to http://qwerty.ru.com generates a URI lookup for qwerty.ru.com. Dave Giampaolo Tomassoni-2 wrote: I'm running SpamAssassin version 3.3.0 and

Re: FuzzyOCR

2008-11-19 Thread DaveAtJLA
Sorry this reply is a bit late, but the problem is a bug in FuzzyOCR. When a message has multiple images, it ends up appending to the text file instead of replacing it. The bug is in routine open_on_specific_fd in Misc.pm: $fname =~ s/ *// and $flags |= O_CREAT|O_WRONLY; should be $fname =~ s/