You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by he...@apache.org on 2022/05/17 07:48:20 UTC

svn commit: r1900983 - /spamassassin/trunk/lib/Mail/SpamAssassin/PerMsgStatus.pm

Author: hege
Date: Tue May 17 07:48:20 2022
New Revision: 1900983

URL: http://svn.apache.org/viewvc?rev=1900983&view=rev
Log:
Remove outdated comment

Modified:
    spamassassin/trunk/lib/Mail/SpamAssassin/PerMsgStatus.pm

Modified: spamassassin/trunk/lib/Mail/SpamAssassin/PerMsgStatus.pm
URL: http://svn.apache.org/viewvc/spamassassin/trunk/lib/Mail/SpamAssassin/PerMsgStatus.pm?rev=1900983&r1=1900982&r2=1900983&view=diff
==============================================================================
--- spamassassin/trunk/lib/Mail/SpamAssassin/PerMsgStatus.pm (original)
+++ spamassassin/trunk/lib/Mail/SpamAssassin/PerMsgStatus.pm Tue May 17 07:48:20 2022
@@ -3183,7 +3183,6 @@ sub rule_ready {
 
   if ($self->get_async_pending_rules($rule)) {
     # Can't be ready if there are pending DNS lookups, ignore for now.
-    # Make sure tests_pending exist, should not accept rule_pending() anymore
     return;
   }