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

--- Comment #2 from anfi <[email protected]> 2011-11-07 06:25:08 UTC ---
AFAIR SC Documentation says 50KB without specifying iso(1000) or binary(1024)
Kilos.
  http://www.spamcop.net/fom-serve/cache/166.html
  How do I submit spam via email?
  The maximum size for the overall submission must not exceed 50 KB.
The java script code conducting before submission size checks uses 50000 size
limit.
  http://www.spamcop.net/
    <p><form method="post" action="/sc" name="submitspam"
    onsubmit="return formval(50000);
  http://www.spamcop.net/js/script.js
    function formval(maxlength) {
    var textval = document.forms['submitspam'].spam.value;
    var warning = "\n[truncated by SpamCop]\n";
    if (textval.length > maxlength) {
      ...

-- 
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