Re: Is this still possible with 3.2.0?

2007-05-05 Thread Robert Nicholson
Does this look correct? sub handle_potential_faraway { my $mail = shift(@_); $spamtest = new Mail::SpamAssassin({ PREFIX => $PREFIX, DEF_RULES_DIR => $DEF_RULES_DIR, LOCAL_RULES_DIR => $LOCAL_RULES_DIR, LOCAL_STATE_DIR => $LOCAL_STATE_DIR, userprefs_filename => "$PREFIX/.

Re: SA 3.2.0 install and/or upgrade

2007-05-05 Thread Daryl C. W. O'Shea
Abba Communications - www.abbacomm.net wrote: did you do anything with msa_networks ? I was wondering if anyone used or is using msa_networks for ranges of customer ip addresses for their dialup or dsl pools etc? It appears to me that msa_networks was designed for something like this... It's

Re: re2c and sare rules

2007-05-05 Thread Loren Wilton
Its a new feature with 3.2. We have to rewrite most of the obfu rules to get around this, and none of us have had the time yet. Loren

re2c and sare rules

2007-05-05 Thread Josh Trutwin
Hi, I installed re2c when I built SA 3.2.0 and uncommented this: loadplugin Mail::SpamAssassin::Plugin::Rule2XSBody Then ran: sa-update sa-compile /etc/init.d/spamassassin restart I now notice the following over and over many many times (enough to fill up /var) in mail.log: May 5 21:47:48 ww

[Possible SPAM] Re: [Possible SPAM] Re: hey

2007-05-05 Thread Chris
On Saturday 05 May 2007 10:31 pm, Loren Wilton wrote: > tests=[ALL_TRUSTED=-1.8, BAYES_00=-2.599, PYZOR_CHECK=3.7] > > > Though they did not tag it as spam, they still have a mis-configured > > setup, > > note the [ALL_TRUSTED]. > > Also note the Bayes_00. If they have bayes trained to thi

Re: [Possible SPAM] Re: hey

2007-05-05 Thread Loren Wilton
tests=[ALL_TRUSTED=-1.8, BAYES_00=-2.599, PYZOR_CHECK=3.7] Though they did not tag it as spam, they still have a mis-configured setup, note the [ALL_TRUSTED]. Also note the Bayes_00. If they have bayes trained to think spam is ham, they have a problem. Loren

[Possible SPAM] Re: hey

2007-05-05 Thread Chris
On Sunday 29 April 2007 10:58 am, Julius VWilliam wrote: > Our Last pick Doubled > We now bring you a new winner > Announcing CRITICAL CARE NEW I know Justin already noted how this slipped through but thought I'd paste my mail providers (Embarq/Synacor) markup: Old-X-Spam-Score: -0.699 Old-X-Spa

RE: SA 3.2.0 install and/or upgrade

2007-05-05 Thread Abba Communications - www.abbacomm.net
> > I've installed on RH EL3 and RH EL4, as well as FC5 and FC6 using -Uvh. > Aside from having to upgrade a couple of perl modules (as noted by the > rpm process), there were no problems. > >Steve Steve, Fantastic... thanks... This is how I have done it for the past 3 or 4 SA upgrades.

Re: SA 3.2.0 install and/or upgrade

2007-05-05 Thread Steven Stern
Abba Communications - www.abbacomm.net wrote: Greetings, We have looked over the 3.2.0 install and upgrade docs as best we can so far... Situation: running a Redhat 4.x or Centos 4.x server SA 3.1.8 Everything is currently run site-wide and not user configurable No MySQL in use. Question(s)

Re: bayes database

2007-05-05 Thread Matt Kettler
night duke wrote: > Hi doing spamassassin -D --lint appears bayes database at > /root/.spamassassin/bayes_toks > > It's good to have there the bayes database? That's only true when you run spamassassin as root. SA, by default, uses a bayes directory in the home directory of whatever user invokes

Re: Is this still possible with 3.2.0?

2007-05-05 Thread Theo Van Dinter
On Sat, May 05, 2007 at 10:06:42PM +0700, Robert Nicholson wrote: > Looks like the API has changed a little bit? Eval tests aren't necessarily part of an API FWIW. > Can't locate object method "check_for_faraway_charset_in_headers" via > package "Mail::SpamAssassin::PerMsgStatus" It's in a plu

SA 3.2.0 install and/or upgrade

2007-05-05 Thread Abba Communications - www.abbacomm.net
Greetings, We have looked over the 3.2.0 install and upgrade docs as best we can so far... Situation: running a Redhat 4.x or Centos 4.x server SA 3.1.8 Everything is currently run site-wide and not user configurable No MySQL in use. Question(s) when installing 3.2.0 via RPM, should it be do

KANA damage and locales

2007-05-05 Thread Philip Prindeville
I'm looking at the headers I just got from a Canadian ISP's autoresponder I guess the software is called "KANA". Anyone know who owns this? (Yes, "someone not very clueful", I know... let's be more specific than that...) > Date: sam., 05 mai 2007 18:46:43 -0400 > To: Abuse Department <[EMAI

Re: SA 3.2.0 on Mac OS X Server

2007-05-05 Thread Jerry Durand
On May 5, 2007, at 1:43 PM, Jerry Durand wrote: Just a report of something going right for a change. :) Spoke too soon :( Doing a web search, it seems people have had problems with utf8_heavy.pl, so this may not be a SA problem. I also see these happened with SARE rules, so I'll check

SA 3.2.0 on Mac OS X Server

2007-05-05 Thread Jerry Durand
Just a report of something going right for a change. :) I updated SA from 3.1.8 to to 3.2.0 on our OS X Server box and it seems to work fine! For anyone who wants to do this, use the instructions here: http:// osx.topicdesk.com/downloads/ , don't use the CPAN automatic update. I also jus

Re: problems using haproxy for spamd

2007-05-05 Thread Andy Smith
On Mon, Apr 30, 2007 at 01:23:23AM +, Andy Smith wrote: > Hi, > > I'm trying to use haproxy (http://haproxy.1wt.eu/) to load balance 3 > spamd servers on the same network. [...] > Unfortunately I seem to be intermittently getting connection > failures. The haproxy log looks like this: > >

bayes database

2007-05-05 Thread night duke
Hi doing spamassassin -D --lint appears bayes database at /root/.spamassassin/bayes_toks It's good to have there the bayes database? Thanks - LLama Gratis a cualquier PC del Mundo. Llamadas a fijos y móviles desde 1 céntimo por minuto. http:

Is this still possible with 3.2.0?

2007-05-05 Thread Robert Nicholson
Looks like the API has changed a little bit? Can't locate object method "check_for_faraway_charset_in_headers" via package "Mail::SpamAssassin::PerMsgStatus" sub handle_potential_faraway { my $mail = shift(@_); $spamtest = new Mail::SpamAssassin({ PREFIX => $PREFIX, DEF_RULES_DIR

Re: a directory/*.cf is possible ?

2007-05-05 Thread Matt Kettler
Noc Phibee wrote: > Hi > > Actually, all of my .cf are put into /etc/mail/spamassassin/ > I hope you mean all your add-ons. The "stock" ruleset should be in /usr/share/spamassassin or the equivalent. > can i said at spamassassin to read too all .cf of on another > directory ? > AFAIK, no. SA

RE: ANNOUNCE: Apache SpamAssassin 3.2.0 available

2007-05-05 Thread Michael Scheidell
> -Original Message- > From: Jack L. Stone [mailto:[EMAIL PROTECTED] > Sent: Friday, May 04, 2007 9:20 AM > To: Justin Mason; users@spamassassin.apache.org; > [EMAIL PROTECTED]; [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: Re: ANNOUNCE: Apache SpamAssassin 3.2.0 available > > A

Re: Increase of spam?

2007-05-05 Thread John Andersen
On Thursday 03 May 2007, Bob McClure Jr wrote: > In fact, about 30% of the abuse reports I send get at least a return > from an auto-responder.  I don't care whether they respond to my mail > or not, as long as they take some action on it. A response to 30% of your reports by an autoresponder does

Can't locate object method "register_domain" problem...

2007-05-05 Thread Kevin W. Gagel
Help... I'm giving up for the weekend. I'll get back at in Monday. Starting spamd: Can't locate object method "register_domain" via package "IO::Socket::INET" at /usr/local/lib/perl5/5.8.8/i686-linux/IO/Socket/INET.pm line 22. Compilation failed in require at /usr/bin/spamd line 44. BEGIN failed-