formatting master
authoradam <adam@megacz.com>
Mon, 22 Jun 2009 00:13:54 +0000 (00:13 +0000)
committeradam <adam@megacz.com>
Mon, 22 Jun 2009 00:13:54 +0000 (00:13 +0000)
darcs-hash:20090622001354-5007d-5cd45f06f2ea67ec2655c3c27551aa36e1c179f8.gz

src/org/ibex/mail/Whitelist.java

index 9842320..95fb162 100644 (file)
@@ -175,7 +175,8 @@ public class Whitelist extends SqliteDB {
                 "\n"                                                                              +
                 url+"\n" +
                 "\n"                                                                              +
-                "\n"                                                                              +
+                "\n"                                                                              
+                /*
                 "About this message:\n" +
                 "\n"                                                                              +
                 "NOTE: SPAMCOP DOES NOT CONSIDER THIS TO BE SPAM; see this:\n"+
@@ -199,8 +200,9 @@ public class Whitelist extends SqliteDB {
                 "      \n"+
                 "      For more information, please see:\n"+
                 "      \n"+
-                "      http://www.templetons.com/brad/spam/crgood.html\n";
-
+                "      http://www.templetons.com/brad/spam/crgood.html\n"
+                */
+                ;
             Message challenge = Message.newMessage(new Fountain.StringFountain(message));
 
             boolean send = false;