Ronnie wrote:
> Some of the my email is going directly through amavis and not being scanned
> by spamassassin.
> Here is the email header, it get's the virus scan, but does not get scanned?
> Any advice?
> Thanks
> Received: from 42CBC608 (unknown [219.135.130.226])
> by mail2.symbiostech.com (Postfix) with SMTP id A3DECD8ABB
> for <[EMAIL PROTECTED]>; Fri, 21 Apr 2006 07:50:48 -0400 (EDT)
> Received: from milkweed.uccor.edu.ar (HELO inspect.uccor.edu.ar)
> by linux.org (8.12.6/8.12.6/Debian-6) with ESMTP id gBAApHtr028221
> for <[EMAIL PROTECTED]>; Fri, 21 Apr 2006 10:50:18 -0200
> Message-Id: <[EMAIL PROTECTED]>
> Reply-To: "Mngr. lepreaucasandra" <[EMAIL PROTECTED]>
> Date: Fri, 21 Apr 2006 08:48:18 -0400
> From: "Your Mngr. ulaal" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Subject: sweeter -Brianna
> X-Virus-Scanned: amavisd-new at symbiostech.com
> X-RCPT-TO: <[EMAIL PROTECTED]>
> Status: U
> X-IMail-Rule: [EMAIL PROTECTED]:kremp Data- [EMAIL PROTECTED]>
> X-UIDL: 383005719
The first thing to check would be to see if the message is larger than
your $sa_mail_body_size_limit (this is 200k):
$sa_mail_body_size_limit = 200*1024; # don't waste time on SA if mail is larger
# (less than 1% of spam is > 64k)
# default: undef, no limitations
Recent defaults have increased this to 512k.
Gary V
-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
AMaViS-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/