factor reap() out of SqliteTable constructor
[org.ibex.mail.git] / src / org / ibex / mail / Whitelist.java
index 1d76bfc..5922dc3 100644 (file)
@@ -20,9 +20,8 @@ public class Whitelist extends SqliteTable {
                   "create table if not exists 'whitelist' (email)",
                   "create table if not exists 'pending' (spamid,email,message,date)"
               },
-              true,
-              "pending",
-              "date");
+              true);
+        reap("pending", "date");
     }
 
     public boolean handleRequest(org.ibex.net.Connection c) {