|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.malowa.suggestions.black.DWspammerRule
public class DWspammerRule
Blocks all mails where the sender address starts with the string 'dw' and where the domain part (without top level domain) follows this initial string. This is a common indication for real spammers.
Constructor Summary | |
---|---|
DWspammerRule()
|
Method Summary | |
---|---|
boolean |
shouldBeBlacklisted(SMTPInformation info)
Implement the method to determine blacklisting. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DWspammerRule()
Method Detail |
---|
public boolean shouldBeBlacklisted(SMTPInformation info)
BlacklistRule
shouldBeBlacklisted
in interface BlacklistRule
info
- can be used for decision.
BlacklistRule.shouldBeBlacklisted(de.malowa.greylister.SMTPInformation)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |