TO DO ===== * Urgent: Get rid of static buffers (recvline et al.) Use dynamically allocated buffers instead. * Urgent: Get rid of global vs. local variable mess. Most horrible example are remote_client and remote_server variables that are often duplicated as autos/arguments. These all should be automatic variables. * Urgent: Write general-purpose (e)smtp io functions and use them throughout the code (take anubisusr.c as an example) * Urgent: Remove duplicated functions: place them all into a library * anubisusr.c: Provide (configuration file||command line||envar) options to hold authentication credentials. * New action commands ** `reject' action command * Parser and run-time evaluator: ** Add more verbose diagnostics to the parser. More specifically, emit a warning if gpg-crypt, rot-13 and the like may be used twice over the same block of text. (Basically this means adding a rudimentary flow control analyzer). * The Core ** RFC 3463 compatible. ** Error notification system (via email) ** HTML processing (also removing HTML part) ** IPv6 support * New features ** OpenPGP/MIME support (high priority) ** S/MIME support (via new GnuPG 2.x and GPGME) ** MIME handling: adding, removing, etc. ** RFC 2017 support (requires above) * Other stuff ** a guile plugin to test message(s) with an anti-spam and/or anti-virus software. ** An external performance test. * Minor issues ** Fix diagnostic messages to conform to standards texi: replace contracted verbal forms with full ones, check the proper use of 'illegal' and 'path'. Local variables: mode: outline paragraph-separate: "[ ]*$" end: