Sent just to Matt by mistake. Apologies -------- Forwarded Message -------- From: Martin Gregorie <mar...@gregorie.org> Reply-to: mar...@gregorie.org To: Matt Kettler <mkettler...@verizon.net> Subject: Re: rules Date: Wed, 10 Mar 2010 12:19:23 +0000
On Tue, 2010-03-09 at 20:52 -0500, Matt Kettler wrote: > I'm not really an expert on simscan, but if it calls spamc as an > interface to spamd, by default spamc will skip scanning messages over > 500kb (to avoid bogging SA down on emails that are more likely to be > business emails with large attachments). Are the affected messages all > over 500k? > Simscan is a single C source file available here: http://www.inter7.com/?page=simscan It goes on a bit but is quite easy to read and there's a README documenting its arguments in the documentation wiki. Simscan calls spamc rather than spamassassin. What it does depends on a set of options: --enable-spam=y|n Turn on spam scanning. default no. --enable-spam-passthru=y|n Pass spam email thru or reject Default: disable (reject) --enable-spamc-user=y|n Set user option to spamc. --enable-spam-hits=number Reject spam above this hit level. Default 10.0 --enable-spamc=PATH Full path to spamc program. --enable-spamc-args="ARGS" Arguments to pass to spamc. The --enable-spamc-user controls whether it runs in per-user mode. The -u option is always used together with any spamc arguments defined with the simscan --enable-spamc-args="ARGS" option, so the OP needs to read his qmail config to see what, if any, overrides have been supplied. Martin