I've just installed spamassassin with sendmail-8.12.3 and spamass-milter-0.1.1 and large attachments are blocking (they actually end up sending the attachment on every attempt by the client -- but the client (both Outlook Express and Outlook) timeout and spamass-milter processes keep building up. 
 
sendmail.cf has:
O InputMailFilters=spamassassin
Xspamassassin, S=local:/var/run/spamass.sock, F=, T=C:15m;S:4m;R:4m;E:10m
 
I've tried Mail-SpamAssassin-2.11 and Mail-SpamAssassin-2.20 -- both have the same problem.
 
I get a log message that says:
spamd[11501]: skipped large message in   4 seconds.
 
This is apparently coming from spamd:
        if (/SKIP SPAMC\/(.*)/)
        {
            logmsg "skipped large message in ".
                sprintf("%3d", time - $start) ." seconds.\n";
            return 0;
 
        }
Anybody know how to fix this?
 
And...what do I have to do when I want to start actually blocking these emails instead of lettting them pass thru?

________________________________________
Michael D. Black   Principal Engineer
[EMAIL PROTECTED]  321-676-2923,x203
http://www.csihq.com  Computer Science Innovations
http://www.csihq.com/~mike  My home page
FAX 321-676-2355

Reply via email to