You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by co...@spamassassin.apache.org on 2004/11/15 23:53:26 UTC

[SpamAssassin Wiki] Updated: WrongMXPlugin

   Date: 2004-11-15T14:53:26
   Editor: DarylOshea <sp...@dostech.ca>
   Wiki: SpamAssassin Wiki
   Page: WrongMXPlugin
   URL: http://wiki.apache.org/spamassassin/WrongMXPlugin

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -102,7 +102,7 @@
   return 0 if (scalar(@relays) != scalar(@$times_ref) || scalar(@$times_ref) > scalar(keys(%mx_prefs)));
 
   # Check to see if a higher preference relay passes mail to a lower
-  # preference relay within $MAXDELAY seconds.  If we do decide that a message
+  # preference relay within $MAXTIMEDIFF seconds.  If we do decide that a message
   # has done this, wait till AFTER we lookup the sender domain's MX records
   # to return 1 since there may be MX overlaps that we'll bail on... see below.
   # We could do the sender domain MX lookups first, but we might as well save