With the new shift-click multiple row-selection, it is possible to select many messages. At 300 or so, one hits apache's default URL length limit ("Request-URI Too Large. The requested URL's length exceeds the capacity limit for this server.")

The fix is really easy:


--- webui/cgi-bin/templates/nav_quarantine.html 1 Feb 2008 21:41:05 -0000 1.6
+++ webui/cgi-bin/templates/nav_quarantine.html 11 Mar 2008 08:51:06 -0000
@@ -37,5 +37,5 @@
 </p>

-<form action="$CGI$" method="get">
+<form action="$CGI$" method="post">
 <p>
 <input type="hidden" name="command" value="processQuarantine" >

Reply via email to