Daniel Quinlan wrote:
> Read the documentation! Run "man Mail::SpamAssassin::Conf" or
> "perldoc Mail::SpamAssassin::Conf" and look for "defang_mime".
> Can we add a mime_defang section to the FAQ?
As far as I can tell, defang_mime has nothing to do with my question. In
fact, I'm aware I have
Jevin Maltais wrote:
> Alright, well I don't have any ulimits or limits that I know of since
> I've never added any. I have 128 megs of swap space. The output of
> free is the following:
>
> total used free sharedbuffers cached Mem:
> 126372 120072 6
Erik Berry <[EMAIL PROTECTED]> writes:
> As far as I can tell, defang_mime has nothing to do with my question.
> In fact, I'm aware I have that option turned on and have read the
> complete documentation (I even drafted one section of it a few months
> ago).
Sorry, my mistake. It's such a FAQ,
Possibly stupid question: The ok_locales setting is "all" by default. Does
this mean that *nothing* will be marked as spam in a foreign language?
If so, how do I tell it that everything in non-English locales can be marked
as spam? "en" isn't listed as one of the valid settings.
Reading from the
Randy Bush said:
> freebsd -stable
> spamassassin 2.41
> spamasassin -r
> results in
> razor2 report failed: No such file or directory Razor2 reporting requires aut
> hentication at /usr/local/lib/perl5/site_perl/5.005/Mail/SpamAssassin/Reporte
> r.pm line 77.
> used to work until upgrade
u
Bart Schaefer said:
> formail -s spamassasin -L < rawmbox > taggedmbox
another way to do it BTW is to use "mass-check", which comes with
SpamAssassin in the "masses" subdir (or the "tools" rpm).
That will scan every message in an mbox, MH directory, Maildir, Cyrus,
etc. efficiently and outpu
(fwding to devel and talk)
Here it is:
http://spamassassin.org/released/Mail-SpamAssassin-2.42.tar.gz
This is well stable, I should think. I'll announce this one
on freshmeat, and Matt, could you upload it to CPAN?
***IMPORTANT***: if you're upgrading from a version < 2.40, you should not
Michael Moncur wrote:
>
> Possibly stupid question: The ok_locales setting is "all" by default. Does
> this mean that *nothing* will be marked as spam in a foreign language?
Yes
> If so, how do I tell it that everything in non-English locales can be marked
> as spam? "en" isn't listed as one of
hello,
I've just installed SA 2.42 and everything works fine except the following error when
I start the daemon:
Failed to run RAZOR_CHECK SpamAssassin test, skipping: ^I(Can't locate object method
"check_razor" via package "Mail::SpamAssassin::PerMsgStatus" at
/usr/lib/perl5/site_perl/5.005/
I'm not sure if my problems are related to the fact that I'm using a locally
installed copy of Mail::SpamAssassin, but here's what's happening. I'm
using Mail::POP3Client to retrieve emails, and the "check_message_text"
method to scan them. Here's the relevant code:
my $email = $pop->HeadAndBod
On Sat, Oct 05, 2002 at 07:31:36AM -0700, Andrew Burgess wrote:
> Michael Moncur wrote:
> >
> > The ok_locales setting is "all" by default.
> ok_languages en
Ummm... way to answer the question!
--
Duncan Findlay
---
This sf.net email is s
I was going to try pyzor with SA, but the install bombs. Anyone know what I
did wrong? (Or do I have to subscribe to yet another list?)
# python setup.py build
Traceback (most recent call last):
File "setup.py", line 5, in ?
import pyzor
File "lib/pyzor/__init__.py", line 100, in ?
>> freebsd -stable
>> spamassassin 2.41
>> spamasassin -r
>> results in
>> razor2 report failed: No such file or directory Razor2 reporting requires
>authentication at /usr/local/lib/perl5/site_perl/5.005/Mail/SpamAssassin/Reporter.pm
>line 77.
>> used to work until upgrade
>
> using spamd?
On Wed, 2002-10-02 at 10:37, Johnny L. Wales wrote:
> Hiya!
>
> Is there some place where I can send my false positives? As a
> for-instance, I got a message from sourceforge which said my mailing list
> ID was about to expire, and it got tossed in my SpamAssassin folder. I'd
> like to show it to
To reinforce what a bad idea that is, here's an average week's worth of
false positives in my quarantine box:
three online-billing notifications (Citibank, AT&T, Working Assets)
two LPI newsletters, one of which was important
four alerts from Mon
twenty-three Zope mailing list posts
thirty-six Po
Trying to test 2.42 since I'm still at 2.31.
I run perl Makefile.PL and everything looks good.
I run make and everything looks good.
Then I run make test and all hell breaks loose.
Looking through the make test errors, it becomes clear that I have a
version of HTML::Parser older than 3. I insta
On Fri, Oct 04, 2002 at 11:24:17PM -0700, Randy Bush wrote:
> spamasassin -r
>
> results in
>
> razor2 report failed: No such file or directory Razor2 reporting requires
>authentication at /usr/local/lib/perl5/site_perl/5.005/Mail/SpamAssassin/Reporter.pm
>line 77.
>
> used to work until
Sebastian Seitz said:
> I've just installed SA 2.42 and everything works fine except the following error
> when I start the daemon:
>
> Failed to run RAZOR_CHECK SpamAssassin test, skipping: ^I(Can't locate object me
> thod "check_razor" via package "Mail::SpamAssassin::PerMsgStatus" at /usr/l
Randy Bush said:
> >> freebsd -stable
> >> spamassassin 2.41
> >> spamasassin -r
> >> results in
> >> razor2 report failed: No such file or directory Razor2 reporting requires
> authentication at /usr/local/lib/perl5/site_perl/5.005/Mail/SpamAssassin/Repo
> rter.pm line 77.
> >> used to wor
On Saturday 05 October 2002 18:39 CET Shane Williams wrote:
> Trying to test 2.42 since I'm still at 2.31.
>
> I run perl Makefile.PL and everything looks good.
This step should have been told you:
"Warning: prerequisite HTML::Parser 3 not found at (eval 1) line 220."
> I run make and everything
I'm running on RH 7.2, perl version 5.6.0 and ExtUtils::MakeMaker
5.45. Once I manually upgraded HTML::Parser, everything is fine (and
by now, I've gotten Razor2 and pyzor installed). All the test are
good and the sample spam goes through properly.
On Sat, 5 Oct 2002, Malte S. Stretz wrote:
>
* Jack Coates ([EMAIL PROTECTED]) wrote this on 10 05, 02 at 12:39:
> To reinforce what a bad idea that is, here's an average week's worth of
> false positives in my quarantine box:
>
> three online-billing notifications (Citibank, AT&T, Working Assets)
> two LPI newsletters, one of which was im
>> razor2 report failed: No such file or directory Razor2 reporting requires
>authentication at /usr/local/lib/perl5/site_perl/5.005/Mail/SpamAssassin/Reporter.pm
>line 77.
> Razor2 reporting requires authentication. ;)
> From the Razor2 INSTALL document:
> ...
thank you! i really did try the
Hi all,
I get this strange error when trying to report spam using 'spamassassin -r' as
a user other than root. check this example:
spamreport@server592 [~]# cat sample-spam.txt | /usr/bin/spamassassin -r
razor2 report failed: Razor2 reporting requires authentication
at /usr/lib/perl5/site_per
running 4.6.2-RELEASE FreeBSD, built from ports.
ureshii# spamassassin -C
/usr/local/etc/mimedefang/spamassassin/sa-mimedefang.cf <
sample-spam.txt | more
[snip]
Received: from y068k3017 [63.10.249.142] by ns.fundch.cl
(SMTPD32-6.00) id A92614DC012A; Sun, 21 Jan 2001 22:21:26 -0400
DATE: 21 J
On Sat, 5 Oct 2002, Robin Lynn Frank uttered the following:
> I was going to try pyzor with SA, but the install bombs. Anyone know what I
> did wrong? (Or do I have to subscribe to yet another list?)
>
> # python setup.py build
> Traceback (most recent call last):
> File "setup.py", line 5,
> ok_languages en
>
> It must be listed, that's where I got it ;-)
That's nice, but I was talking about ok_locales. Completely different thing.
Anyone know whether "en" is valid for ok_locales? I thought it was at one
time.
--
Michael Moncur mgm at starlingtech.com http://www.starlingtech.com
* Michael Moncur ([EMAIL PROTECTED]) wrote this on 10 05, 02 at 19:09:
> > ok_languages en
> >
> > It must be listed, that's where I got it ;-)
>
> That's nice, but I was talking about ok_locales. Completely different thing.
>
> Anyone know whether "en" is valid for ok_locales? I thought it was
On Saturday 05 October 2002 15:51, Nix wrote:
> Your Python installation is broken. False has been a boolean constant in
> Python for a long time.
>
> Note the line at the top of pyzor/INSTALL:
> : Pyzor requires at least Python 2.2.1
>
> `/usr/bin/python' on e.g. RedHat < 8 systems is Python-1.5
On Sat, Oct 05, 2002 at 05:01:14PM -0600, Michael Moncur wrote:
> > ok_languages en
> >
> > It must be listed, that's where I got it ;-)
>
> That's nice, but I was talking about ok_locales. Completely different thing.
>
> Anyone know whether "en" is valid for ok_locales? I thought it was at one
Hi,
I'm having trouble installing SpamAssassin. I followed the directions to
install the CPAN module (using Perl 5.8) but got the following error
t/reportheader..ok
t/spam..ok
t/spamd.ok
t/spamd_maxchildren.ok 27/33# Failed test 28
> You can list whatever you want in ok_locales, but the standard english
> character sets will be allowed regardless. Only the ones listed in the
> manpage have an effect.
Plus "en" which is not listed in the manpage? (not to enable anything, but
to turn off the default "all")
> I think the foll
On Sat, Oct 05, 2002 at 10:34:51PM -0600, Michael Moncur wrote:
> > You can list whatever you want in ok_locales, but the standard english
> > character sets will be allowed regardless. Only the ones listed in the
> > manpage have an effect.
>
> Plus "en" which is not listed in the manpage? (not
> You could replace en with fr or de or zz or xx or whatever else you
> want. If ok_locales isn't all, it's none, plus those listed.
> Duncan Findlay
Ah, now I understand. Perhaps the documentation can be updated - it wasn't
immediately obvious how to do that. Actually I can submit a patch for th
34 matches
Mail list logo