Re: Yahoo single link spam

2013-03-19 Thread Kevin A. McGrail
On 3/19/2013 4:54 PM, Alex wrote: I know Kevin posted some rules, but they are no longer effective, as they rely on fixed subjects or sender names. My rules are metas where some of the fixed subjects were useful. The sender names were just internal. However, I find the rules to be very effecti

Re: Yahoo single link spam

2013-03-19 Thread Alex
Hi, > We need a rule to catch this. It looks like more data than it is but it's > really little more than a single link. Like to see a rule that identifies > it. > > ---262101065-1882747875-1361559395=:62570 > Content-Type: text/plain; charset=us-ascii > >  http://www.eisingen.de/kb/m6ods3ohyayq.r

Re: Bayes - Problem using SQLite

2013-03-19 Thread Walter Hurry
On Tue, 19 Mar 2013 19:31:44 +, Jeremy McSpadden wrote: > SQLite is/can-be extremely slow with inserts/updates. It uses a > temporary file for each write operation. It also waits for the OS to > complete the insert/update. … Thats all assuming you can even get it > working. It's working fine

Re: Bayes - Problem using SQLite

2013-03-19 Thread Jeremy McSpadden
SQLite is/can-be extremely slow with inserts/updates. It uses a temporary file for each write operation. It also waits for the OS to complete the insert/update. … Thats all assuming you can even get it working. -- Jeremy McSpadden Flux Labs, Inc | http://www.fluxlabs.net

Bayes - Problem using SQLite

2013-03-19 Thread Walter Hurry
I am experimenting with using SQLite for my Bayes db. However when I start spamd, it reports the following in /var/log/maillog: bayes: tok_get_all: SQL error: no such function: RPAD This is correct, in that SQLite does not support RPAD. I believe this call is in SQL.pm (part of Mail::SpamAssass