[Mimedefang] Filter timed out

David F. Skoll dfs at roaringpenguin.com
Sat Apr 27 20:29:46 EDT 2002


On Sat, 27 Apr 2002 17:11:41 -0600 "Ashley M. Kirchner"
<ashley at pcraft.com> wrote:

>     Ah, finally caught the culprit.  And sendmail reports:  size=246933

Hmm.  That's not particularly big.  I would expect problems only with
messages over a few megabytes.

>     You don't have a variable set somewhere, do you?

No, but you can do this:

if (-s './INPUTMSG' < 50 * 1024) {
        # Do things for messages smaller than 50kB...
}

--
David.




More information about the MIMEDefang mailing list