Uses of Class
de.malowa.state.State

Packages that use State
de.malowa.greylister   
de.malowa.state   
 

Uses of State in de.malowa.greylister
 

Methods in de.malowa.greylister that return State
 State Greylister.getState()
          Returns the state the current delivery attempt is in.
 

Uses of State in de.malowa.state
 

Subclasses of State in de.malowa.state
 class BlockBeforeGreylistState
          The state of a greylisting tupel when it should be rejected due to some blacklist rule.
 class NotOnGreylistState
          The state of a greylisting tupel when it is not on the whitelist or blacklist.
 class OnGreylistState
          The class is the superclass of all states where a greylisting tupel is on the greylist.
 class OnWhitelistState
          The state of a greylisting tupel when it is on the internal whitelist.
 class PassBeforeGreylistState
          The state of a greylisting tupel when it is not on the greylist.
 class PassedGreylistState
          The state of a greylisting tupel when it is on the greylist and the delay time has passed.
 class PassWhileGreylistedState
          The state of a greylisting tupel when it is on the greylist and the delay time has not passed.
 class StillDelayedState
          The state of a greylisting tupel when it is on the greylist and the delay time has not passed.