Andrzej Adam Filip schrieb:
Felix Buenemann<[EMAIL PROTECTED]>  wrote:
is it possible to skip scanning with spamc for large mails? (eg.>  1MB)

I receive lots of huge mail (15-30MByte) on my server an the scanning
takes very long for those mails, that will be ham anyways.

Best Regards,
    Felix Buenemann

<quote src="man spamc">
   -s max_size, --max-size=max_size
       Set the maximum message size which will be sent to spamd -- any
       bigger than this threshold and the message will be returned
       unprocessed (default: 500 KB).  If spamc gets handed a message
       bigger than this, it won’t be passed to spamd.  The maximum
       message size is 256 MB.  The size is specified in bytes, as a
       positive integer greater than 0.  For example, -s 500000.
</quote>

OK, so I looked in the totally wrong place for it. I looked into the spamc wrapper and it actually uses -s 256000, so that can't explain long processing times. Seems it's back to checking logs for me, thx.

-- Felix

Reply via email to