* ctdlsalearn: experimental program to submit contents of spam and ham rooms into...
authorArt Cancro <ajc@citadel.org>
Thu, 20 Aug 2009 16:33:01 +0000 (16:33 +0000)
committerArt Cancro <ajc@citadel.org>
Thu, 20 Aug 2009 16:33:01 +0000 (16:33 +0000)
commit0eb2bdf5f6ed3f0d25da0226fbb92ad91003281d
treec2bb5aef5d55228606417a0ed5e62e8bb73adfb0
parentfab6a9389e77f1546dfe620d96617ea164f8cdd6
* ctdlsalearn: experimental program to submit contents of spam and ham rooms into sa-learn
16 files changed:
ctdlsalearn/Makefile.am [new file with mode: 0644]
ctdlsalearn/Makefile.in [new file with mode: 0644]
ctdlsalearn/README [new file with mode: 0644]
ctdlsalearn/aclocal.m4 [new file with mode: 0644]
ctdlsalearn/bootstrap [new file with mode: 0644]
ctdlsalearn/config.h.in [new file with mode: 0644]
ctdlsalearn/configure [new file with mode: 0755]
ctdlsalearn/configure.ac [new file with mode: 0644]
ctdlsalearn/depcomp [new file with mode: 0755]
ctdlsalearn/install-sh [new file with mode: 0755]
ctdlsalearn/missing [new file with mode: 0755]
ctdlsalearn/src/Makefile.am [new file with mode: 0644]
ctdlsalearn/src/Makefile.in [new file with mode: 0644]
ctdlsalearn/src/ctdlsalearn.h [new file with mode: 0644]
ctdlsalearn/src/main.c [new file with mode: 0644]
ctdlsalearn/src/sockets.c [new file with mode: 0644]