Re: No DNS available

2014-06-18 Thread Walter Hurry
On Wed, 18 Jun 2014 12:52:19 -0400, Kevin A. McGrail wrote: > On 6/17/2014 4:28 PM, Kevin A. McGrail wrote: >> On 6/17/2014 4:17 PM, Walter Hurry wrote: >>> Jun 17 21:10:28.016 [832] dbg: dns: servers obtained from Net::DNS : >>> Jun 17 21:10:28.016

Re: No DNS available

2014-06-17 Thread Walter Hurry
On Tue, 17 Jun 2014 16:28:52 -0400, Kevin A. McGrail wrote: > On 6/17/2014 4:17 PM, Walter Hurry wrote: >> Jun 17 21:10:28.016 [832] dbg: dns: servers obtained from Net::DNS : >> Jun 17 21:10:28.016 [832] dbg: dns: eval failed: available_nameservers: >> No DNS servers ava

Re: No DNS available

2014-06-17 Thread Walter Hurry
On Tue, 17 Jun 2014 16:08:52 +0200, Mark Martinec wrote: > Walter, > >> Thanks for the response. I'm actually not using spamc/spamd; just >> running spamassassin from procmail. But anyway, /etc/resolv.conf is >> world readable and contains valid nameserver entries. >> >> No, I'm not running it i

Re: No DNS available

2014-06-17 Thread Walter Hurry
On Tue, 17 Jun 2014 13:16:07 +0200, Mark Martinec wrote: > Walter, > >> I'm getting this: >> eval failed: available_nameservers: No DNS servers available! >> I do have nameservers available, and Net::DNS is installed, >> so I'm a bit stuck. > > Is the file /etc/resolv.conf readable by user run

No DNS available

2014-06-17 Thread Walter Hurry
I'm getting this: eval failed: available_nameservers: No DNS servers available! I do have nameservers available, and Net::DNS is installed, so I'm a bit stuck. Any advice? Thanks

Re: Upgrade 3.3 to 3.4

2014-03-10 Thread Walter Hurry
Bowie Bailey wrote: > On 3/10/2014 9:45 AM, Walter Hurry wrote: >> I'm running FreeBSD 9.2 (64 bit). >> >> >> As part of my regular updating from FreeBSD ports, my Spamassassin was today >> upgraded from 3.3 to 3.4. >> >> In the notes it says

Upgrade 3.3 to 3.4

2014-03-10 Thread Walter Hurry
I'm running FreeBSD 9.2 (64 bit). As part of my regular updating from FreeBSD ports, my Spamassassin was today upgraded from 3.3 to 3.4. In the notes it says I should refer to /usr/local/share/doc/p5-Mail-SpamAssassin/INSTALL, but that document doesn't mention 3.4 at all! Can anyone advise w

Re: Can't get started with SpamAssassin

2014-02-27 Thread Walter Hurry
Mark Martinec wrote: > Walter Hurry wrote: >> I'm trying to get started with SpamAssassin on FreeBSD 9.2. >> This is SpamAssassin 3.3.2, as that's the version in the FreeBSD ports. >> >> SpamAssassin is installed with all its dependencies, but when I run

Can't get started with SpamAssassin

2014-02-26 Thread Walter Hurry
I'm trying to get started with SpamAssassin on FreeBSD 9.2. This is SpamAssassin 3.3.2, as that's the version in the FreeBSD ports. SpamAssassin is installed with all its dependencies, but when I run sa-update (as root), I get the following output: Can't load '/usr/local/lib/perl5/site_perl/5.

Re: SA causes perl warning

2014-01-01 Thread Walter Hurry
On Wed, 01 Jan 2014 17:05:54 +, Walter Hurry wrote: > Yes, that looks like it. Thanks, I'll try the patch. Yes, the patch did the trick. Thanks again, Axb!

Re: SA causes perl warning

2014-01-01 Thread Walter Hurry
On Wed, 01 Jan 2014 16:57:46 +0100, Axb wrote: > On 01/01/2014 04:31 PM, Walter Hurry wrote: >> I'm seeing the following message (actually in my procmail log): >> >> warn: Use of each() on hash after insertion without resetting hash >> iterator results in unde

SA causes perl warning

2014-01-01 Thread Walter Hurry
I'm seeing the following message (actually in my procmail log): warn: Use of each() on hash after insertion without resetting hash iterator results in undefined behavior, Perl interpreter: 0x158e010 at / usr/share/perl5/vendor_perl/Mail/SpamAssassin/AsyncLoop.pm line 363. I don't understand the

Re: Confused about Mail::SPF::Query

2013-12-31 Thread Walter Hurry
On Tue, 31 Dec 2013 19:27:22 +0100, Matus UHLAR - fantomas wrote: > On 31.12.13 16:19, Walter Hurry wrote: >>all tests passed except the Mail::SPF::Query one. >> >>I have a package called perl-Mail-SPF installed from the Fedora >>repositories, but there doesn't see

Confused about Mail::SPF::Query

2013-12-31 Thread Walter Hurry
I'm following (and adapting where appropriate) the instructions at: http://wiki.apache.org/spamassassin/SingleUserUnixInstall to get SpamAssassin up and running on Fedora 20. Spamassassin, Pyzor and Razor2 were all installed from the Fedora repositories. DCC wasn't available - for licence reasons

Re: Block "exe" in attachment.

2013-11-14 Thread Walter Hurry
On Thu, 14 Nov 2013 18:44:05 +0100, Benny Pedersen wrote: > Antony Stone skrev den 2013-11-14 10:38: > >> Or MailScanner. > > or stop using a computer where exe files can be used :) +1

Re: Dev-nulling is a bad idea [Was: Verifying .procmailrc settings to delete high scoring spam messages]

2013-04-08 Thread Walter Hurry
On Mon, 08 Apr 2013 10:52:11 +0200, Andrzej A. Filip wrote: > I would suggest redirecting such messages to another folder/maildir. > The folder should auto-purge old messages (e.g. older than 30 days). > Shit does happen. I remember at least one case in which mailing list > (ham) thread about spam

Re: Bayes - Problem using SQLite: SOLVED

2013-03-23 Thread Walter Hurry
On Thu, 21 Mar 2013 03:07:44 +, Walter Hurry wrote: > On Tue, 19 Mar 2013 19:22:49 +0000, Walter Hurry wrote: > >> I am experimenting with using SQLite for my Bayes db. >> >> However when I start spamd, it reports the following in >> /var/log/maillog: >&g

Re: Bayes - Problem using SQLite: SOLVED

2013-03-20 Thread Walter Hurry
On Tue, 19 Mar 2013 19:22:49 +, Walter Hurry wrote: > 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,

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

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

Re: How to log detected locale/language?

2013-03-10 Thread Walter Hurry
On Mon, 11 Mar 2013 10:49:49 +1300, Jason Haar wrote: > Have you enabled TextCat in v310.pre? That's what I missed. Thanks! Your point about the effectiveness of TextCat is well made, and understood. Thanks again. I'll give it a try for a while though.

Re: How to log detected locale/language?

2013-03-10 Thread Walter Hurry
On Fri, 08 Mar 2013 17:38:10 +0100, Axb wrote: > On 03/08/2013 04:46 PM, Dan Mahoney, System Admin wrote: >> Hey there all, >> >> It seems a pretty core function in SA is the ok_languages and >> ok_locales function. >> >> I'd like to be able to turn on LOGGING of detected locales before I set >> w

Re: X-Relay-Countries

2013-02-15 Thread Walter Hurry
On Thu, 14 Feb 2013 13:26:33 +0100, Benny Pedersen wrote: > Steve Freegard skrev den 2013-02-12 21:19: > >> header RELAY_NOT_US X-Relay-Countries =~ /\b(?!US)[A-Z]{2}\b/ > > and what date is the database from ?, ip2cc ipv4-addr, to show it when > its build, to update it either use the ne

hinet.net?

2013-02-14 Thread Walter Hurry
Is anyone else being plagued by unreadable nonsense from hinet.net? It originates from China, it seems. I've just had to tell procmail to send it all to the bit bucket. Just curious. Is hinet.net a known problem?

Re: SpamAsassin can't find dccproc

2013-01-25 Thread Walter Hurry
On Fri, 25 Jan 2013 01:50:38 -0600, David B Funk wrote: > On Thu, 24 Jan 2013, Walter Hurry wrote: > >> I'm sure this is a simple problem, but it has me baffled. >> >> I have downloaded, compiled and installed DCC, following the >> instructions at >

SpamAsassin can't find dccproc

2013-01-24 Thread Walter Hurry
I'm sure this is a simple problem, but it has me baffled. I have downloaded, compiled and installed DCC, following the instructions at http://wiki.apache.org/spamassassin/SingleUserUnixInstall. $ cd $HOME/bin $ ls -l dccproc -r-xr-xr-x 1 walth walth 622035 Jan 24 21:55 dccproc $ But when I try

Re: no score when doctype is declared

2012-02-23 Thread Walter Hurry
On Thu, 23 Feb 2012 12:02:58 -0500, Joseph Brennan wrote: > Including a plain part is desirable in many cases but not all. It is required if you want *me* to read it.

Re: French rules

2011-12-09 Thread Walter Hurry
On Fri, 09 Dec 2011 18:29:04 +0100, Axb wrote: > On 2011-12-09 18:25, John Hardin wrote: >> On Fri, 9 Dec 2011, Axb wrote: >> >>> If someone can provide a french spam feed I'd be willing to autocreate >>> SOUGHT_like rules. >> >> ..._AND_ French ham. Both are needed... > > I have french ham, but

Re: several process gocr

2011-12-08 Thread Walter Hurry
On Fri, 09 Dec 2011 00:41:49 +0100, LEVEAU Stanislas wrote: > > >http-equiv="Content-Type"> > > > Hi, > > I use the plugin > text OCR with >class="hps">spamassassin and > amavisd-new > >Doc:class="moz-txt

Re: Bayes database in mysql on multiple servers

2011-11-30 Thread Walter Hurry
On Wed, 30 Nov 2011 08:25:43 -0800, John Hardin wrote: > On Wed, 30 Nov 2011, Walter Hurry wrote: >> Why replicate? Why not just share the same database? > > Latency and reliability of the link between the "geographically separate > locations". Replication is typ

Re: Bayes database in mysql on multiple servers

2011-11-30 Thread Walter Hurry
On Wed, 30 Nov 2011 09:11:49 +0100, Robert Schetterer wrote: > Am 30.11.2011 09:06, schrieb Matus UHLAR - fantomas: >> On 30.11.11 00:17, Alex wrote: >>> I have two fedora15 boxes that process mail for a few domains, and >>> recently set up bayes in mysql for each of them. The servers are in >>> g

Re: Question for experts....

2011-11-29 Thread Walter Hurry
On Tue, 29 Nov 2011 15:37:57 +0100, Simon Loewenthal wrote: >>> http://0xAD.0xC2.0x21.0x34/ > Firefox treats it as : > > Unable to determine IP address from host name for > /0xad.0xc2.0x21.0x34/ > Name Error: The domain name does not exist. Works for me in Firefox 8.

Re: new paradigm

2011-11-24 Thread Walter Hurry
On Thu, 24 Nov 2011 19:58:55 +0100, Karsten Bräckelmann wrote: > On Wed, 2011-11-23 at 22:36 -0500, Kevin A. McGrail wrote: >> "Karsten Bräckelmann" wrote: >> > On Wed, 2011-11-23 at 20:06 -0500, David F. Skoll wrote: >> > > On Wed, 23 Nov 2011 21:41:43 -0300 Christian Grunfeld wrote: > >> > > >

Re: How to get spam score by Windows command-line

2011-11-14 Thread Walter Hurry
On Mon, 14 Nov 2011 12:07:45 -0800, Mike Koleszar wrote: > Hi all, I would like to put together a script that will show me the spam > score of emails that come in. I was hoping that someone could help push > me in the right direction to do this. I'm hoping there is a simple way > to do this, using

Re: [OT] Disable a Rule

2011-10-30 Thread Walter Hurry
On Sun, 30 Oct 2011 21:48:16 +0100, Marcin Mirosław wrote: > W dniu 2011-10-30 21:36, Jeremy McSpadden pisze: >> Yes, that is in place. (not a newbie here) > > Only newbie can say "I'm not newbie". And top post at the same time.

Re: One-line URI body spam

2011-10-18 Thread Walter Hurry
On Tue, 18 Oct 2011 17:27:17 -0500, David B Funk wrote: > Would you black-list google.com Yes, happily.

Re: ShortCircuit?

2011-08-26 Thread Walter Hurry
On Wed, 24 Aug 2011 22:52:00 +0100, RW wrote: > On Wed, 24 Aug 2011 20:04:28 + (UTC) Walter Hurry wrote: > >> I have been using SA on my home box for a couple of months now; really >> more as a learning exercise than anything else. Having noticed that my >> Bayes i

ShortCircuit?

2011-08-24 Thread Walter Hurry
I have been using SA on my home box for a couple of months now; really more as a learning exercise than anything else. Having noticed that my Bayes is almost always right, I tried uncommenting Mail::SpamAssassin::Plugin::Shortcircuit and shortcircuit BAYES_99 spam in my local.cf. It seems to b

Re: updates mirror is down

2011-08-24 Thread Walter Hurry
On Wed, 24 Aug 2011 17:53:25 +0100, Martin Gregorie wrote: > On Wed, 2011-08-24 at 16:26 +0000, Walter Hurry wrote: > >> I don't think so. Fedora does not create a cron job for sa-update. >> Perhaps OP would be well advised to inspect the script run by cron. My >>

Re: updates mirror is down

2011-08-24 Thread Walter Hurry
On Wed, 24 Aug 2011 18:14:49 +0200, Karsten Bräckelmann wrote: > On Wed, 2011-08-24 at 10:46 -0500, Michael Cronenworth wrote: >> Karsten Bräckelmann wrote: >> > Like a successful update from the second mirror, or any other >> > non-stock channel? >> >> I'm thinking this is the case (second mirro

Re: Inconsistent spam scores between spam headers and rewritten subject line.

2011-08-15 Thread Walter Hurry
On Mon, 15 Aug 2011 11:18:13 -0400, Bowie Bailey wrote: > On 8/15/2011 10:57 AM, Rodney Baker wrote: >>:0 >>* ^Subject.*SPAM\([0-9]{1,3}\.[0-9]\).* $HOME/Maildir/.Spam// > This message is going through SA twice. Indeed. And by the way, for what it is worth, my .procmailrc says (inter a

Re: Shutting down PostgreSQL for a backup (was Re: MySQL Bayes - can slow MySql cause other tests not to run?)

2011-08-02 Thread Walter Hurry
On Tue, 02 Aug 2011 17:13:31 -0400, David F. Skoll wrote: > On Tue, 02 Aug 2011 19:26:37 +0100 > Martin Gregorie wrote: > >> I have an overnight cron job >> that shuts down Postgres, takes a backup, and restarts the database. > > Just out of curiosity: Why do you do it that way? pg_dump lets y

Re: MySQL Bayes - can slow MySql cause other tests not to run?

2011-08-02 Thread Walter Hurry
On Tue, 02 Aug 2011 14:10:21 -0700, Marc Perkel wrote: > On 8/2/2011 11:26 AM, Martin Gregorie wrote: >> On Tue, 2011-08-02 at 10:54 -0700, Marc Perkel wrote: >>> I'm wondering if bayes is slow and causing SA to time out and not run >>> other tests? Or does bayes run in parallel? I'm beginning to

Re: Performance of Bayes Storage Modules (was Re: Conversion Spamassassin(bayes) database to SDBM)

2011-07-29 Thread Walter Hurry
On Fri, 29 Jul 2011 22:44:14 +0200, Patrick Ben Koetter wrote: > * Walter Hurry : >> On Fri, 29 Jul 2011 21:56:03 +0200, Patrick Ben Koetter wrote: >> >> > Using an asynchronous approach using different databases is >> > interesting, but as I understand the solut

Re: Performance of Bayes Storage Modules (was Re: Conversion Spamassassin(bayes) database to SDBM)

2011-07-29 Thread Walter Hurry
On Fri, 29 Jul 2011 21:56:03 +0200, Patrick Ben Koetter wrote: > Using an asynchronous approach using different databases is interesting, > but as I understand the solution discussed addresses read performace. I > am interested in write performance. How far could you take it before > PSQL topped o

Re: Beginner's question on DCC (SOLVED)

2011-07-26 Thread Walter Hurry
On Tue, 26 Jul 2011 02:15:04 +0100, RW wrote: > On Mon, 25 Jul 2011 14:53:51 + (UTC) Walter Hurry wrote: > >> Hi, >> >> I am setting up Spamassassin on my home laptop, primarily as a learning >> exercise. I am mainly following the cookbook at >> &

Beginner's question on DCC

2011-07-25 Thread Walter Hurry
Hi, I am setting up Spamassassin on my home laptop, primarily as a learning exercise. I am mainly following the cookbook at . However, I have a problem with DCC. dccproc is at /usr/local/bin/dccproc, and the data files are in /var/dcc.

Warnings in lint

2011-07-09 Thread Walter Hurry
Hi, SpamAssassin version 3.3.2 on Fedora 15 Perl version 5.12.4 My installation is more or less default, and my sa-update is up to date. When I run "spamassassin -D --lint 2>&1 | grep warning", I get this: -- Jul 9 15:59:17.564 [325