* updated readme
authorArt Cancro <ajc@citadel.org>
Tue, 1 Sep 2009 16:30:22 +0000 (16:30 +0000)
committerArt Cancro <ajc@citadel.org>
Tue, 1 Sep 2009 16:30:22 +0000 (16:30 +0000)
ctdlsalearn/README

index fccd9be2637b6c11199c46584c6043131bbe43ad..1bff1b91bced1e7fc3f46d58b30c24a0390dcd4a 100644 (file)
@@ -11,13 +11,16 @@ and smash your kneecaps with a ball pean hammer.   THIS IS UNSUPPORTED.
 
 Still with us?  Ok, here's how to make it work.
 
-* Your Citadel server needs to be r7737 or newer.  That's where we fixed
-  a bug that prevents internal programs from deleting messages.  Without
-  this fix, messages won't get deleted from your spam and ham folders,
-  and they'll just pile up forever and get resubmitted to sa-learn on
-  every run.  Don't let this happen to you.
+* Your Citadel server needs to be r7737 or newer (Citadel 7.63 or newer
+  will do just fine).  That's where we fixed a bug that prevents internal
+  programs from deleting messages.  Without this fix, messages won't get
+  deleted from your spam and ham folders, and they'll just pile up
+  forever and get resubmitted to sa-learn on every run.  Don't let this
+  happen to you.
 
-* Back up your data.  I may have hidden an "rm -fr /" in here somewhere.
+* Back up your data.  I may have hidden an "rm -fr /" in here somewhere
+  just to mess with your head, and I'm brutally unforgiving of people who
+  don't take backups.
 
 * Open up src/main.c with your favorite text editor (which ought to
   be vi, not emacs).  Yes, you're editing the source code to configure
@@ -41,7 +44,8 @@ Still with us?  Ok, here's how to make it work.
   prepend the namespace prefix (which is their user number, padded with
   zeroes to ten digits, followed by a dot).
  
-  Yes, you can specify as many spam and ham folders as you want.
+  You can specify as many spam and ham folders as you want.  Just keep
+  adding more do_room() calls.
 
 * Compile the program and run it.  If it works, great; if not, re-read
   the warning at the top of this document.