|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.malowa.suggestions.black.AKSTCspammerRule
public class AKSTCspammerRule
Blocks all mails where the sender address starts with the string 'akstc' and where the domain part (without top level domain) follows this initial string. This is a common indication for real spammers.
Constructor Summary | |
---|---|
AKSTCspammerRule()
|
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 AKSTCspammerRule()
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 |