Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 May 2009 13:03:29 +0900
From:      NAKAJI Hiroyuki <nakaji@jp.freebsd.org>
To:        hummel@pasteur.fr (Thomas Hummel)
Cc:        freebsd-ports@freebsd.org
Subject:   Re: Amavis::SpamControl->new not found
Message-ID:  <86tz31vrzi.fsf@ra333.heimat.gr.jp>
In-Reply-To: <20090515125835.GC39318@parmesan.sis.pasteur.fr> (Thomas Hummel's message of "Fri, 15 May 2009 14:58:35 %2B0200")
References:  <20090512115334.GD26360@parmesan.sis.pasteur.fr> <20090515125835.GC39318@parmesan.sis.pasteur.fr>

next in thread | previous in thread | raw e-mail | index | archive | help
I had same trouble. And I found a solution/workaround.

According to
http://marc.info/?l=amavis-user&m=124299851715437&w=2

o no need to set @bypass_spam_check_maps, just comment out
o set @spam_scanners properly, for example @spam_scanners='undef' if you
  do not want amavisd-new to check spam

The RELEASE_NOTES of amavisd-new also mentions about @spam_scanners.

Some workaround patches are available like Debian's package, but I
think this is better.

Thanks.

>>>>> In <20090515125835.GC39318@parmesan.sis.pasteur.fr> 
>>>>>	hummel@pasteur.fr (Thomas Hummel) wrote:

> Conclusion : 
> ------------

> it seems to me that :

>   . amavisd miss somewhere the "import" of the Amavis::SpamControl package (I
>     don't see such import anywhere)

>   . @bypass_spam_checks_maps  = (1); doesn't bypass everything since 

>      $spamcontrol_obj = Amavis::SpamControl->new  if $extra_code_antispam;

>    is still executed.

>   .  $sa_mail_body_size_limit = 1; isn't enough to fully bypass spam engine since some
>      messages where marked UBE.

> Thanks
-- 
NAKAJI Hiroyuki



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86tz31vrzi.fsf>