Ralf,
Did you see my recent thread titled "Some observations on doing more with
less"?
I ran some tests trying different cut off points. I think it's possible
that 10000 will work for you, but you need to send the first and the last
parts of the message off to spamc, rather than just the first parts.

Like this:
(head -c 5000; echo ""; tail -c 5000) | spamc |
/var/qmail/bin/qmail-queue.orig
Your syntax may vary, and you'll need to not do this step only if the
message is over 10000 bytes in length - some additional logic is needed.




> -----Original Message-----
> From: Ralf Guenthner
> Sent: Wednesday, May 28, 2003 10:20 AM
>
> Thanks a lot for replying! I guess, you're right on the money here. Those
> mails were quite long, ranting on about some pyramid scheme.
>
> Arrgh, I guess I should raise that "-s" limit again. Any
> suggestions, what a
> reasonable value is here? I made it so small in order to avoid scanning
> mails with large attachments, but I guess I underestimated the length of
> some of those spams!




-------------------------------------------------------
This SF.net email is sponsored by: ObjectStore.
If flattening out C++ or Java code to make your application fit in a
relational database is painful, don't do it! Check out ObjectStore.
Now part of Progress Software. http://www.objectstore.net/sourceforge
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to