Why does PlexSpamChecker creates data directory when I run my program?
You need to specify runtime Java property as -Dmailicep.configFile=$PLEXSPAM_HOME/data/license.properties
How do I specify log file?
You need to specify runtime Java property as -Dmailicep.logFileName=your filename path
How do I stop redirecting output messages to the log file
You need to specify runtime Java property as mailicep.logRedirect=false
How do I use policies?
PlexSpamCheck library uses three different policies for checking spam
message. Since you are using POLICY_AGGRESSIVE, it's using a lot more
real-time black lists. We suggest that you use CONSERVATIVE policy,
because it will have a fewer false positives and will take less time.
Does isSpam method includes Razor or Bayesian check?
Though, we have separate methods for checking only Razor database or
Bayesian filter, but isSpam invokes these methods besides checking other
real-time blacklists.
What are some ways to increase performance?
You can specify runtime property -Dmailicep.host.owner.simple.check=true and increase number of threads for checking real-time blacklists as -Dmailicep.blackhole.pool.size=512. Also try increasing heap size of Java process by specifying -Mx=1024m.
Absolutely Free
Following tools are available freely:
PlexJar
PlexWhich
PlexDep
PlexImports
Free Trial
Contact us via our Web Form or via Email at
to get free 30-day trial of any of our library and tools.
Contact us via our Web Form or via Email at
if you need assistance installing or using any of our software products. In addition, we welcome any suggestions to improve our products.
Users who are not familiar with Java should download PlexGiffer with VM if it's available on your platform, otherwise download Java from
If you have already installed Java and downloading PlexGiffer without VM, make sure that it is 1.4 or later. Otherwise download Java from http://java.sun.com/j2se freely.