svn commit: r1935723 - spamassassin/trunk/masses/rule-qa/automc

[email protected] Mon, 29 Jun 2026 17:45:23 -0000
Newsgroups gmane.mail.spam.spamassassin.cvs
Message-ID <178275512345.2707362.16896897948767718271@svn03-he-fi>
Author: billcole
Date: Mon Jun 29 17:45:23 2026
New Revision: 1935723

Log:
more work on targeted load shedding

Modified:
   spamassassin/trunk/masses/rule-qa/automc/ruleqa.cgi

Modified: spamassassin/trunk/masses/rule-qa/automc/ruleqa.cgi
==============================================================================
--- spamassassin/trunk/masses/rule-qa/automc/ruleqa.cgi	Mon Jun 29 17:42:05 2026	(r1935722)
+++ spamassassin/trunk/masses/rule-qa/automc/ruleqa.cgi	Mon Jun 29 17:45:23 2026	(r1935723)
@@ -29,10 +29,11 @@ if ((($one > 2) || ($fifteen > 6)) && ($
   <link href="https://ruleqa.spamassassin.org/ruleqa.css" rel="stylesheet" type="text/css">
 
   </head><body>
-     <h1>SpamAssassin Rule QA is OFFLINE due to excessive load. $ENV{REMOTE_ADDR} </h1>
-  </body> </html> };
+     <h1>SpamAssassin Rule QA is OFFLINE due to excessive load. </h1> };
   
-  print "Content-Type: text/html$eol$eol$page";
+  print "Content-Type: text/html$eol$eol$page\n";
+  print "<br/> $ENV{REMOTE_ADDR} <br/> </body> </html>" ;
+
   exit 0
 }
 #---------------------------------------------------