| Main Archive Page > Month Archives > spamassassin-dev archives |
https://issues.apache.org/SpamAssassin/show_bug.cgi?id=5647
Kevin A. McGrail <kmcgrail@pccc.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |kmcgrail@pccc.com
--- Comment #3 from Kevin A. McGrail <kmcgrail@pccc.com> 2011-11-07 14:28:26 UTC ---
(In reply to comment #2)
> 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) {
> ...
I'm asking SC to weigh in and make the documentation definitive.
-- Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.