Re: iXhash service issues

2018-10-02 Thread Jakob Hirsch
Hi, On 2018-09-30 18:06, Alex wrote: > 30-Sep-2018 12:03:24.249 query-errors: client @0x7ff3f01a43d0 > 68.195.193.45#44607 > (230fe40b1401cf8c3fe2b8699cdb91bf.generic.ixhash.net): query failed > (SERVFAIL) for 230fe40b1401cf8c3fe2b8699cdb91bf.generic.ixhash.net/IN/A > at query.c:8580 According to

Re: Pathological messages causing long scan times

2010-03-22 Thread Jakob Hirsch
John Hardin, 2010-03-21 01:01: >>> > The offending rule is FILL_THIS_FORM_LONG from 72_active.cf. >>> I'll look into it. >> Fix is in local masscheck testing. > Fix committed. But not online yet? At least not with 3.3.1's sa-update, it still takes nearly 5 minutes to scan this message (last hi

3.3.0: uninitialized value $start_time

2010-01-29 Thread Jakob Hirsch
Hi, when running spamc to learn/unlearn, I get this: > Fri Jan 29 10:00:01 2010 [9855] info: spamd: got connection over > /var/run/spamd/socket > Fri Jan 29 10:00:01 2010 [9855] warn: Use of uninitialized value $start_time > in addition (+) at /usr/bin/spamd line 1382, line 47. > Fri Jan 29 10

Re: iXhash zone transfer?

2007-08-07 Thread Jakob Hirsch
Rosenbaum, Larry M. wrote: > Is it possible to get zone transfers of the iXhash data? According to an email they sent some weeks ago, only to people using a BIND9-Slave (IXFR) and running it as a public service.

Re: ANNOUNCE: Apache SpamAssassin 3.2.0 available

2007-05-04 Thread Jakob Hirsch
Quoting Justin Mason: >>> http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5435 >>> http://sourceforge.net/tracker/index.php?func=detail&aid=1708378&group_id=96864&atid=616200 >>> re2c 12.0 works for me. >> re2c-0.11.1:Compile regular express > yep, apparently 0.11.3 works -- see bug 5435. A

Re: ANNOUNCE: Apache SpamAssassin 3.2.0 available

2007-05-03 Thread Jakob Hirsch
Michael Scheidell wrote: > Still get this on Freebsd, sa-compile SEEMS to run fine, but this > happens > > [97520] dbg: rules: compiled one_line_body tests > [97520] dbg: zoom: run_body_fast_scan for body_0 start > /libexec/ld-elf.so.1: > /var/db/spamassassin/compiled/3.002000/auto/Mail/SpamAssas

Re: SQLite

2006-06-27 Thread Jakob Hirsch
Hi, Trying to keep this a little alive :) I ran a SA-independent benchmark, which was simply using a .dump (which outputs BEGIN TRANSACTION, CREATE TABLE, INSERT ..., COMMIT) of a single table with 5 columns, ca. 17000 rows: with BEGIN TRANSACTION/COMMIT: PRAGMA synchronous=OFF; real0m1

Re: Bayes store recommendation

2006-03-26 Thread Jakob Hirsch
Quoting Matt Kettler: > I personally use sdbm on my production servers. I chose it for better speed > than > dbm, without the extra ram overhead of mysql. Thanks for your input. So I backuped my bayes db (around 10mib) and restored it with the sqlite module, which took several hours. Using SDBM

Bayes store recommendation

2006-03-26 Thread Jakob Hirsch
Hi everyone, I've searched a little through the archive but found not much about that. Right now I'm using DBM for bayes. I know the officially recommended storage is a SQL DB (though I don't know why). I have a mysql server running on my mail system and tried using it for bayes a while ago (with

Re: Sender base

2006-03-16 Thread Jakob Hirsch
Bret Miller wrote: > Not SenderBase specifically, but MXRate is a similar service. See > www.mxrate.com for information. Ah, Alligate, the server that "test incoming mail for RFC compliance", but lacks a proper behaviour on RSET. I hope this service is more sane. Anybody with experience with MX?

Re: relays.visi.com down, how to deactivate a single rbl?

2004-12-21 Thread Jakob Hirsch
Martin Hepworth wrote: score RCVD_IN_VISI 0 turns off the rule.. ah, tnx, I should have read the manpage more carefully... btw, I had the wrong rule name, it's score RCVD_IN_RSL 0 According to some postings in news.admin.net-abuse.email, relays.visi.com will not go online again, so it should be ta

relays.visi.com down, how to deactivate a single rbl?

2004-12-21 Thread Jakob Hirsch
Hi, as some of you may know, relays.visi.com is down since a while now. I wondered what would be the best way to tell SA not to use it any more (to speed up network tests) through local.cf. Is there something like an "undefine RCVD_IN_VISI"? regards, Jakob

bug? "bayes_path ~user/something" doesn't work?

2004-10-07 Thread Jakob Hirsch
Hi, I had "bayes_path ~spamd/bayes" in my local.cf until I noticed, that the part between ~ and / is ignored, resulting in a bayes_path of ~/bayes. It's not a big deal to give the full path, but that should be in the docs. Regards, Jakob