Re: Spamassassin Upgrade

2007-12-28 Thread Nikos K.
When I run "whereis perl" it gives me: perl: /usr/bin/perl /usr/share/man/man1/perl.1.gz Does it mean that I only have one installed perl? Secondly I tried to restart spamd but unfortunately I got: [3706] error: spamd: could not create INET socket on 127.0.0.1:783: Address already in use spamd

Re: Spamassassin Upgrade

2007-12-28 Thread Theo Van Dinter
On Fri, Dec 28, 2007 at 06:47:55AM -0800, Nikos K. wrote: > Does it mean that I only have one installed perl? It is less likely that you have multiple perls, and more likely that you have multiple Net::DNS modules installed. > [3706] error: spamd: could not create INET socket on 127.0.0.1:783: Ad

Spam not getting scored ....or something

2007-12-28 Thread maillist
slackware 11.0 spamassassin version 3.2.3 running on Perl version 5.8.8 mimedefang 2.63 sendmail 8.14.0 My issue is that it appears that spam is getting through without being scanned. I get a spam message, then run spamassassin -t < message and it scores high enough to get marked as spam. I

Re: Issue with SpamAssassin (spamc only) over a FreeBSD Jail

2007-12-28 Thread B3r3n
Hi Jari, Thanks for your answer. Jari Fredriksson wrote: > > Not much help from this, but I wonder how this goes... Normally, standard > Amavis does not call spamd at all, but loads it's own copy of spamassassin > - as they both run under perl, and amavis is a resident process. No need > for s

Re: Issue with SpamAssassin (spamc only) over a FreeBSD Jail

2007-12-28 Thread B3r3n
Hi Michael, Thanks for the answer. Here are some comments. Michael Scheidell wrote: > > One of the issues might be FreeBsd jail. > (and as earlier poster stated, amavisd-new doesn't call spamd) > We are talking about amavisd-new, NOT amavisd, right? Of course ;-). amavisd (not -new) port refu

Re: Issue with SpamAssassin (spamc only) over a FreeBSD Jail

2007-12-28 Thread mouss
B3r3n wrote: > Hi Jari, > > Thanks for your answer. > > > Jari Fredriksson wrote: > >> Not much help from this, but I wonder how this goes... Normally, standard >> Amavis does not call spamd at all, but loads it's own copy of spamassassin >> - as they both run under perl, and amavis is a residen

Re: Issue with SpamAssassin (spamc only) over a FreeBSD Jail

2007-12-28 Thread John D. Hardin
On Sat, 29 Dec 2007, mouss wrote: Oooo! Script critique! My turn! > > > # Filter for Spam > > > cat | $SPAMASSASSIN > out.$$ > > > > > > cat out.$$ | /usr/sbin/sendmail -io -f $ORIGIN $TARGET > > I too love cats. but "$cmd < $file" does the same as > "cat $file | $cmd". Why even have an explic