Marcus Ilgner wrote:
> 
> I also found it a good practice to pass only small messages (<512KB)
> to SpamAssassin. Spam mail is usually quite small and thus this
> setting saves processing time and memory, especially if your users are
> prone to send large files via mail.
> 
> # send all messages < 512KB through spamassassin
> if ($SIZE < 524288)
> {
>        exception {
>                xfilter "/usr/bin/spamc"
>        }
> }

The size limit is unnecessary.  Spamc has a default 500k size limit.
Anything larger than that will not be scanned.  See the spamc man page
if you want to adjust the limit.

-- 
Bowie

-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
courier-users mailing list
[email protected]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to