|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.malowa.suggestions.white.SecretAddressRule
public class SecretAddressRule
A rule that accepts every mail if the recipient address starts with the current date in the format 'ddMMyyyy'. For example '31122008news@example.org' when today is December 31th, 2008.
Constructor Summary | |
---|---|
SecretAddressRule()
Creates the rule |
Method Summary | |
---|---|
boolean |
shouldBeWhitelisted(SMTPInformation info)
Implement the method to determine whitelisting. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SecretAddressRule()
Method Detail |
---|
public boolean shouldBeWhitelisted(SMTPInformation info)
WhitelistRule
shouldBeWhitelisted
in interface WhitelistRule
info
- can be used for decision.
WhitelistRule.shouldBeWhitelisted(de.malowa.greylister.SMTPInformation)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |