https://issues.apache.org/SpamAssassin/show_bug.cgi?id=5325


Mark Martinec <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Platform|Sun                         |All
            Version|3.1.7                       |3.3.0
         OS/Version|Solaris                     |All




--- Comment #2 from Mark Martinec <[email protected]>  2009-08-24 08:43:24 
PST ---
libspamc.c (existing):

    if (m->raw_len > (int) m->max_len)
    {
        libspamc_log(m->priv->flags, LOG_ERR,
                "skipped message, greater than max message size (%d bytes)",
                m->max_len);
        return EX_TOOBIG;
    }

-- 
Configure bugmail: 
https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

Reply via email to