I have an older slackware 9 box running SA, and I have compiled and
installed GPG (1.4.2) into /usr/local/bin, running sa-update from cron
gives me this error: "error: gpg required but not found!"
I've found that comes from here:
if ($GPGPath =
Mail::SpamAssassin::Util::find_executable_in_env_pat
On Sun, 06 May 2007 13:25:08 +0100
[EMAIL PROTECTED] (Justin Mason) wrote:
> Loren Wilton writes:
> > 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.
>
> more correctly, it's a perl bug, not a new feature in 3.2.
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
On Sat, 27 Jan 2007 20:33:41 -0800 John
Rudd <[EMAIL PROTECTED]> wrote:
> % host 209.18.107.89
> 89.107.18.209.in-addr.arpa domain name pointer
> ptr-20989.fastconcepts.net.
>
> % host ptr-20989.fastconcepts.net
> Host ptr-20989.fastconcepts.net not found: 3(NXDOMAIN)
John, my rDNS is now setup
On Sat, 27 Jan 2007 20:33:41 -0800
John Rudd <[EMAIL PROTECTED]> wrote:
> Josh Trutwin wrote:
> > On Sat, 27 Jan 2007 17:08:44 -0800
> > John Rudd <[EMAIL PROTECTED]> wrote:
> >
> >> Thomas Bolioli wrote:
> >>>
> >>> Yeah, this
On Sat, 27 Jan 2007 20:33:41 -0800
John Rudd <[EMAIL PROTECTED]> wrote:
> > Personally, I like Botnet, but it does seem like I have a real
> > world example where my rDNS is setup fine. Unless I missed
> > something?
> >
>
> % host 209.18.107.89
> 89.107.18.209.in-addr.arpa domain name pointer
On Sat, 27 Jan 2007 17:08:44 -0800
John Rudd <[EMAIL PROTECTED]> wrote:
> Thomas Bolioli wrote:
> >
> > Yeah, this is the problem with the Botnet ruleset. I had to stop
> > using it. It assumes that one IP, one domain with regards to
> > mail. If your mail server handles multiple domains, which
On Fri, 26 Jan 2007 16:43:17 -0800
John Rudd <[EMAIL PROTECTED]> wrote:
> >>> X-Envelope-From: [EMAIL PROTECTED]
> >>> Received: from netbits.us ([209.18.107.89])
> >>> by 0 ([192.168.0.3])
> >>> with SMTP via SSL; 25 Jan 2007 23:47:53 -
> >>
> >> That would seem to be your problem. I bet
On Fri, 26 Jan 2007 14:53:19 -0800
John Rudd <[EMAIL PROTECTED]> wrote:
> Josh Trutwin wrote:
> > On Fri, 26 Jan 2007 14:57:57 -0500
> > "Dan Barker" <[EMAIL PROTECTED]> wrote:
> >
> >> Can you provide more of the headers?
> >
> >
utwin <[EMAIL PROTECTED]>
User-Agent: Thunderbird 1.5.0.9 (X11/20070103)
MIME-Version: 1.0
To: Josh Trutwin <[EMAIL PROTECTED]>
Subject: Re: thought you'd like this
References: <[EMAIL PROTECTED]>
In-Reply-To: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=ISO-8859
On Fri, 26 Jan 2007 12:31:48 -0800
John Rudd <[EMAIL PROTECTED]> wrote:
> Josh Trutwin wrote:
> > I'm the admin for the IP below and got this on a different
> > server I manage:
> >
> > 5.0 BOTNET Relay might be a spambot or virusbot
> > [botnet0.7,ip=
I'm the admin for the IP below and got this on a different server
I manage:
5.0 BOTNET Relay might be a spambot or virusbot
[botnet0.7,ip=209.18.107.89,hostname=netbits.us,maildomain=davidtrutwin.com,baddns]
I guess this is because of full-circle DNS, but I'm not sure how to
correct the issue. I
On Thu, 24 Aug 2006 10:11:28 -0400
Bowie Bailey <[EMAIL PROTECTED]> wrote:
> Josh Trutwin wrote:
> >
> > Still having problems - even with -L. Server has 1 GB of
> > memory, more is on the way I hope.
>
> You said previously that you were running 12 chil
On Sat, 19 Aug 2006 18:06:59 -0400
"Daryl C. W. O'Shea" <[EMAIL PROTECTED]> wrote:
> Josh Trutwin wrote:
> > On Fri, 18 Aug 2006 12:16:51 -0400
> > "Daryl C. W. O'Shea" <[EMAIL PROTECTED]> wrote:
> >
> >> Josh Trutwin
On Fri, 18 Aug 2006 12:16:51 -0400
"Daryl C. W. O'Shea" <[EMAIL PROTECTED]> wrote:
> Josh Trutwin wrote:
> > I've recently had a server experience some really slow spam
> > processing - I'm not sure what's going on but I notice a lot of
> &g
I've recently had a server experience some really slow spam
processing - I'm not sure what's going on but I notice a lot of
timeouts in the mail log:
Aug 18 09:20:21 www spamd[27673]: timeout with empty $@
at /usr/local/share/perl/5.8.4/Mail/SpamAssassin/Timeout.pm line
182, line 1126. Aug 18 09:
> Any SA/Qmail?
Not much - I've found the "sam" module (in CVS) in the horde project
(horde.org) works fairly well for my configuration.
The next best thing is to hack webuserprefs (see other post) to suite
your needs, it's not too hard.
Good luck,
Josh
Is there a full changelog available online or otherwise for the
rules_du_jour script? I'm going to upgrade to the latest version but
I'm skipping a number of versions and I want to make sure I'm on top
of all the updates.
Thx,
Josh
From the UPGRADE file:
"We do however recommend that you switch your MySQL tables over to
InnoDB for better data integrity and multi user support. You can
most often do this via a simple ALTER TABLE command, refer to the
MySQL documentation for more information."
Cool - is just an ALTER TABLE to
After running perl Makefile.PL, make, make test and make install the
3.0.3 SA installed in /usr/local/ instead of the usual /usr
I tried a make distclean and then "perl Makefile.PL PREFIX=/usr" -
still installs into /usr/local - is this a bug or something wrong with
my toolchain (it hasn't changed
On Fri, 29 Apr 2005 13:57:31 -0500
Michael Parker <[EMAIL PROTECTED]> wrote:
> On Fri, Apr 29, 2005 at 01:32:29PM -0500, Josh Trutwin wrote:
> > I don't seen any upgrade notes that would cause the following
> > failures with "make test". I upgraded all the mo
I don't seen any upgrade notes that would cause the following failures
with "make test". I upgraded all the modules listed in the INSTALL
file to the latest versions. Any ideas? (Debian linux - perl 5.6.1)
t/dnsbl.Not found: P_2 =
[127.0.0.4]
Not found: P_7 =
t/dns
On Tue, 4 Jan 2005 16:08:59 + (GMT)
sebastian ovide <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> anybody know if there is any problem in upgrading spamassassin from
> 2.55 to 3.0.2 on woody from sources (so with make, make install)
>
> thanks in advance
I have a Debian woody box that I just
On Mon, 25 Oct 2004 12:40:44 -0400
Rick Macdougall <[EMAIL PROTECTED]> wrote:
> Hi,
>
> http://wiki.apache.org/spamassassin/WebUserInterfaces
>
> I'll be updating the php-sa-mysql2 to work with 3.x sometime in the
> next few days.
Out of curiousity, what needs to change from version 2.x to 3.x?
On Tue, 28 Sep 2004 03:01:48 + (UTC)
"Daniel M. Drucker" <[EMAIL PROTECTED]> wrote:
> On 2004-09-27, Jeff Chan <[EMAIL PROTECTED]> wrote:
> > This is a reminder that we will be adding JP as a new list within
> > multi.surbl.org, as described in the previous announcement:
>
>
> http://www.sur
On Thu, 16 Sep 2004 10:59:56 -0500
Chris Thielen <[EMAIL PROTECTED]> wrote:
> Hi Josh,
> On Wed, 2004-09-15 at 15:57 -0500, Josh Trutwin wrote:
> > Hi,
> >
> > Every time I run rules_du_jour (latest version) I get a
> > warning/error message, but I cannot tell
Hi,
Every time I run rules_du_jour (latest version) I get a warning/error
message, but I cannot tell where it is. I changed perl to
/usr/bin/perl -w and this is what it displays:
# /root/bin/rules_du_jour
/root/bin/rules_du_jour: [: too many arguments
\1 better written as $1 at -e line 1.
The l
On Thu, 9 Sep 2004 11:37:19 -0400 (EDT)
"Jason Levine" <[EMAIL PROTECTED]> wrote:
> Michael, I did the Bayes --backup from DB and --restore to SQL, and
> it imported it all in as each specific user. That is to say:
>
> - there's a table, bayes_vars, that has a record for each user, and
> assigns
On Wed, 8 Sep 2004 21:19:52 -0500
Michael Parker <[EMAIL PROTECTED]> wrote:
You with the SPF folks on spf.pobox.com?
> It imports as whatever user you run sa-learn as.
Yeah, I'm seeing this behavior. I hacked my qmail-scanner to pass in
the email address as the username to spamc for my vmailmgr
On Wed, 8 Sep 2004 16:04:00 -0500
Michael Parker <[EMAIL PROTECTED]> wrote:
> To migrate AWL data you can use the convert_awl_dbm_to_sql script in
> the tools directory.
Looks like I have it working though I think I'm going to give up on
importing my bayes db into MySQL and re-train it because it
On Wed, 8 Sep 2004 16:16:06 -0500
Josh Trutwin <[EMAIL PROTECTED]> wrote:
> > Meta: In the future, please limit your line length, it makes it
> > easier
> > to reply.
>
> Really? I have it set to wrap at 70 chars. Should it be less?
> (Sylpheed Claws
On Wed, 8 Sep 2004 16:04:00 -0500
Michael Parker <[EMAIL PROTECTED]> wrote:
> Meta: In the future, please limit your line length, it makes it
> easier
> to reply.
Really? I have it set to wrap at 70 chars. Should it be less?
(Sylpheed Claws client). Let me try this: "Wrap before sending
On Wed, 8 Sep 2004 17:00:15 -0400
Theo Van Dinter <[EMAIL PROTECTED]> wrote:
> I believe the SQL docs have more info
Doesn't appear to - there is no mention of either the words "restore" or "dump"
in the SQL docs or the UPGRADE file. Might be a nice addition before 3.0 goes
final.
> but IIRC
I've been reading through the 3.0 docs figured I'd upgrade a test box from 2.64
and play with it. I'm looking to use the SQL AWL/Bayes feature since I'm
already using the userpref feature.
My best guess is that after upgrading the configuration file to use the SQL
settings, sa-learn --sync w
34 matches
Mail list logo