Mailfeeder change log: Wed Jun 18, 2003, 00H57GMT: PLD: Added mta-connect.h inclusion into mta-connect.c file *sigh* PLD: Added connection retry parameter ( -c ) PLD: Added 3 levels of debug/verbosity, verbose, debug-normal and pedantic these levels are setable via MTACON_DEBUG_VERBOSE|NORMAL|PEDANTIC for the MTACON_set_debug( level ) call. Tue Jun 17, 2003, 11H39GMT: PLD: Added verbose selector on CLI paramters PLD: Fixed segfault if the server wasn't available to connect to, rather made mailfeeder return error code '1' and report in the system logs Sat May 10, 2003, 01H36GMT: PLD: Renamed the postfix_tx module to mta-connect, to better reflect the fact that this is no longer a postfix specific program, but rather one which can be used for any MTA. Fri Apr 26, 2003, 13H09GMT: PLD: Added STDIN ability for mailpack with '-i -' parameters Wed Apr 02, 2003, 11H36GMT: PLD: Placed quotes around ${receivers} in the inflex feeder script, this ensures that multiple recipients are not lost Mon Mar 31, 2003, 04H55GMT: PLD: Released as 0.2.2 PLD: Set SMTP server details to default to port 10025 and 'localhost'. PLD: Added mailpack input details into the mailfeeder help Thu Mar 27, 2003, 07H07GMT: PLD: Released as 0.2.1 PLD: Adapted Steve Palm's postfix_tx to be used in place of the existing postfix_tx. Added an additional paramter ( domain ) to the send_mailpack call so that we can [in the future] use this for more things. No point locking down functionality when we don't -have- to. By default mailfeeder will use 'localhost' for the HELO domain. Replaced index() calls with strchr() for greater portability. Replaced strtok() calls with PLD_strtok() from pldstr.o in order to provide greater stability of code ( PLD_strtok is threadsafe ). Created a parameter parsing function - makes things a little bit cleaner in so far as accepting a more dynamic set of paramters from the command line.