From: Art Cancro Date: Tue, 1 Sep 2009 16:30:22 +0000 (+0000) Subject: * updated readme X-Git-Tag: v7.86~898 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=505da689786974667f72fd63d134279fe7046238 * updated readme --- diff --git a/ctdlsalearn/README b/ctdlsalearn/README index fccd9be26..1bff1b91b 100644 --- a/ctdlsalearn/README +++ b/ctdlsalearn/README @@ -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.