> On Fri, Dec 12, 2003 at 12:11:03PM -0800, Ernie Dunbar wrote: >> qmail-scanner is eschewing the use of spamassassin on messages with >> attachments, since my virus scanner (f-prot) is supposed to check them, >> not spamassassin. > > No it isn't. Please don't blame Q-S for your SpamAssassin settings. > > Read the SA documentation: you will see it specifically doesn't scan > messages over a certain size - as large messages are never "meant to" be > spam. I bet your "messages with attachments" are actually messages bigger > than the max size SA will scan. This is configurable within SA BTW...
My SpamAssassin configuration does not skip messages with attachments in general. It's only set by spamc to the default 250K (ie, I don't use -S <something>... my $spamc_options variable is set to " -c -f"). When I run SA on a per-user basis, it checks e-mail with short attachments for spam, just like it should. However, the behaviour I'm getting with q-s is like this: if ($message->attachment) { &run_virus_filter; } else { &run_spam_filter; } since the attachments that aren't getting scanned are way smaller than 250K. If this is not the default behaviour, then perhaps there's some options I should be setting differently? Or compile-time options that I didn't set? I don't seem to have any system-specific variables to set for this however. ------------------------------------------------------- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn everything from the bash shell to sys admin. Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click _______________________________________________ Qmail-scanner-general mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general