home *** CD-ROM | disk | FTP | other *** search
/ back2roots/padua / padua.7z / padua / uucp / bsmtp.lzh / bsmtp / uuxqt.diffs < prev   
Text File  |  1991-12-17  |  1KB  |  35 lines

  1. *** uucp:src/uucico/uuxqt.c.orig    Tue Sep 10 18:45:30 1991
  2. --- uucp:src/uucico/uuxqt.c    Tue Dec 17 12:59:30 1991
  3. ***************
  4. *** 13,19 ****
  5.   #include "version.h"
  6.   #include "protos.h"
  7.   
  8. ! IDENT(".11");
  9.   
  10.   static char names[MAXFILES*16];
  11.   static char *pointers[MAXFILES];
  12. --- 13,19 ----
  13.   #include "version.h"
  14.   #include "protos.h"
  15.   
  16. ! IDENT(".11X");
  17.   
  18.   static char names[MAXFILES*16];
  19.   static char *pointers[MAXFILES];
  20. *************** char *x;
  21. *** 126,131 ****
  22. --- 126,137 ----
  23.       sprintf(cmd,"%s <%s %s", GetConfigProgram(CUNBATCH), dfile, ccmd_args);
  24.       } else if (strncmp(ccmd, "rnews", 5) == 0) {
  25.       sprintf(cmd,"%s <%s", GetConfigProgram(RNEWS), dfile);
  26. +     } else if (strncmp(ccmd, "rsmtp", 5) == 0) {
  27. +     sprintf(cmd,"rx rxsmtp %s none", dfile);
  28. +     } else if (strncmp(ccmd, "rcsmtp", 6) == 0) {
  29. +     sprintf(cmd,"rx rxsmtp %s compress", dfile);
  30. +     } else if (strncmp(ccmd, "rfsmtp", 6) == 0) {
  31. +     sprintf(cmd,"rx rxsmtp %s freeze", dfile);
  32.       } else {
  33.       printf("Unknown command request %s  - Operation Aborted -\n", ccmd);
  34.       LoError = 1;
  35.