Re: RabinKarpAccel and v3.4

2013-04-26 Thread Benny Pedersen
Alex skrev den 2013-04-27 06:09: I'm experimenting with trying to get the latest v3.4.0 svn installed on an fc17 box, and it's complaining about a missing RabinKarpAccel.pm module. did you change the spamassassin.spec file to 3.4.0 ? if you just install from source then you are on your own

RE: PreRBL with spamassasdon

2013-04-26 Thread Blason rock
Oh yeah. I rather should have posted my question in zimbra mailing list. But any way i found the answer; its pretty easy to integrate prerbl with postfix. On 27 Apr 2013 07:01, "Benny Pedersen" wrote: > Karsten Bräckelmann skrev den 2013-04-25 23:19: > > Color me ignorant, but since Zimbra uses

RabinKarpAccel and v3.4

2013-04-26 Thread Alex
Hi all, I'm experimenting with trying to get the latest v3.4.0 svn installed on an fc17 box, and it's complaining about a missing RabinKarpAccel.pm module. Can someone explain to me if this is needed in production, where I might find the latest version, and what exactly it does? I built v3.4.0 f

Re: rule problem basing on X-Spam-ASN

2013-04-26 Thread Karsten Bräckelmann
On Sat, 2013-04-27 at 03:57 +0200, Benny Pedersen wrote: > Karsten Bräckelmann skrev den 2013-04-26 02:03: > > The metadata pseudo-headers are missing. Header rules can match against > > these, but not against X-Spam headers, which are added at the end of the > > process. > > imho also bayes used

Re: BAYES question

2013-04-26 Thread Karsten Bräckelmann
On Fri, 2013-04-26 at 19:38 -0400, Joe Acquisto-j4 wrote: > To feed "ham" to bayes, should one only user mis-flagged mail, or may > one use unflagged (below 5) mail? The Bayesian classifier is a subsystem mostly independent from SA. Most SA rules are rather white or black. Match, or don't. And sc

Re: rule problem basing on X-Spam-ASN

2013-04-26 Thread Benny Pedersen
Karsten Bräckelmann skrev den 2013-04-26 02:03: The metadata pseudo-headers are missing. Header rules can match against these, but not against X-Spam headers, which are added at the end of the process. imho also bayes used it ?, when it works :) if its ressolved in 3.4 then its more time to

Re: BAYES question

2013-04-26 Thread Karsten Bräckelmann
On Fri, 2013-04-26 at 21:25 -0400, Joe Acquisto-j4 wrote: > Well, right now, there are no bayes hits at all. I cleared bayes to > re-train, after correcting for a botched initial scheme. > > While I am getting a fair amount of missed spam, there is very little > mis-classified. > > So I am look

Re: rule problem basing on X-Spam-ASN - not a rule problem

2013-04-26 Thread Benny Pedersen
Frank Gadegast skrev den 2013-04-25 10:18: But it looks like add_header can only be used to insert lines starting with X-Spam-, is there any other way to tell SA to insert a header line wich is starting with something else ? there is a well dokumented reason for not have it possible to add

Re: rule problem basing on X-Spam-ASN - not a rule problem

2013-04-26 Thread Benny Pedersen
Christian Recktenwald skrev den 2013-04-25 08:56: perhaps this might be worth a bug report. it will just delay sa 3.4.x even more, and it would be marked invalid, if it does not work, check local add headers, docs is "perldoc Mail::SpamAssassin::Conf" -- senders that put my email into body

RE: PreRBL with spamassasdon

2013-04-26 Thread Benny Pedersen
Karsten Bräckelmann skrev den 2013-04-25 23:19: Color me ignorant, but since Zimbra uses Postfix, what makes you believe you need a special Zimbra solution? is zimbra not just the webui for postfix ? :) > > Since a couple of years they have something thats called google. :) this page coul

RE: PreRBL with spamassasdon

2013-04-26 Thread Benny Pedersen
Blason rock skrev den 2013-04-25 21:40: Yeah that was good source of information. Or rather let me rephrase the question, if anyone has tried prerbl with  zimbra? asking on a diff maillist ? if you need advice to spamassassin fell free to ask here, if you need help with postfix, or zimbra ask

Re: BAYES question

2013-04-26 Thread Joe Acquisto-j4
>>> On 4/26/2013 at 7:50 PM, John Hardin wrote: > On Fri, 26 Apr 2013, Joe Acquisto-j4 wrote: > >> To feed "ham" to bayes, should one only user mis-flagged mail, or may >> one use unflagged (below 5) mail? >> >> Expressed differently, can one feed "good" messages, "sa-learn --ham >> path-to-ham

Re: PreRBL with spamassasdon

2013-04-26 Thread Benny Pedersen
Blason rock skrev den 2013-04-25 21:09: Curious to know if i can implement prerbl with SA? no this is impposible :) What i mean is with SA  as soon as sombody connects on port 25 SA should check if the connected host is part of any RBL and then process connection accordingly. if you dont

Re: More longer rules or fewer shorter ones?

2013-04-26 Thread Martin Gregorie
On Fri, 2013-04-26 at 17:44 -0700, John Hardin wrote: > On Sat, 27 Apr 2013, Martin Gregorie wrote: > > > Question to JH: I can see that portmanteau rules on high volume sites > > would benefit from the (?=x) optimisation, but so would a lot of rules > > that use regexes containing alternations. S

Re: More longer rules or fewer shorter ones?

2013-04-26 Thread John Hardin
On Sat, 27 Apr 2013, Martin Gregorie wrote: Question to JH: I can see that portmanteau rules on high volume sites would benefit from the (?=x) optimisation, but so would a lot of rules that use regexes containing alternations. So, is there any possibility of slotting it into the SA rule compiler

Re: More longer rules or fewer shorter ones?

2013-04-26 Thread Martin Gregorie
On Fri, 2013-04-26 at 16:04 -0400, Andrew Talbot wrote: > Martin - > > Interesting. How many mailboxes does your deployment cover? > Effectively one. I said I was a small setup: I run a personal system, organised as a house server, which accepts all incoming mail and only runs SA against the in

Re: BAYES question

2013-04-26 Thread John Hardin
On Fri, 26 Apr 2013, Joe Acquisto-j4 wrote: To feed "ham" to bayes, should one only user mis-flagged mail, or may one use unflagged (below 5) mail? Expressed differently, can one feed "good" messages, "sa-learn --ham path-to-ham " as one might feed missed spam, "sa-learn --spam path-to-spam"

BAYES question

2013-04-26 Thread Joe Acquisto-j4
To feed "ham" to bayes, should one only user mis-flagged mail, or may one use unflagged (below 5) mail? Expressed differently, can one feed "good" messages, "sa-learn --ham path-to-ham " as one might feed missed spam, "sa-learn --spam path-to-spam" joe a

RE: More longer rules or fewer shorter ones?

2013-04-26 Thread Andrew Talbot
Martin - Interesting. How many mailboxes does your deployment cover? -Original Message- From: Martin Gregorie [mailto:mar...@gregorie.org] Sent: Thursday, April 25, 2013 8:08 PM To: users@spamassassin.apache.org Subject: Re: More longer rules or fewer shorter ones? On Thu, 2013-04-25

Re: SQL error: Duplicate entry

2013-04-26 Thread psychobyte
To answer Ben's question, "Out of curiosity, how did this SQL error come to your attention in the first place?" I was troubleshooting another issue and set $log_level = 5 and noticed the errors.

Re: .pw / Palau URL domains in spam

2013-04-26 Thread Axb
On 04/26/2013 05:56 PM, Axb wrote: @home I'm not expecting mail with Palau URIs if (version >= 3.004000) blacklist_uri_host pw endif Maybe old news: Directi to relaunch .pw as an open TLD http://domainincite.com/10705-directi-to-relaunch-pw-as-an-open-tld Directi involved? nuff said.

.pw / Palau URL domains in spam

2013-04-26 Thread Axb
@home I'm not expecting mail with Palau URIs if (version >= 3.004000) blacklist_uri_host pw endif