Uses of Interface
de.malowa.rules.delay.DelayRule

Packages that use DelayRule
de.malowa.rules.delay   
de.malowa.suggestions.delay   
 

Uses of DelayRule in de.malowa.rules.delay
 

Classes in de.malowa.rules.delay that implement DelayRule
 class DefaultDelayRule
          This concrete implementation of the interface DelayRule defines the standard delay times based on the whitepaper by Evan Harris
 

Uses of DelayRule in de.malowa.suggestions.delay
 

Classes in de.malowa.suggestions.delay that implement DelayRule
 class ClientCountryDomainRule
          Defines a rule that prefers messages originating from some countries and harms messages from other countries.
 class HeloWithoutDotRule
          Adds ten minutes of delay time for all mails which do not have a dot (.) in the HELO string.
 class HostNotGivenRule
          Adds ten minutes to the delay time when the sender's host name is not resolvable.
 class OptimisticDelay
          Subtracts 55 minutes of delay time.
 class SenderSpecificRule
          Prefers mails coming from "good" top level domains and harms mails form "bad" top level domains.