ANU News Patch Patch ID: 940602_newscontrol.c!ccdarg@zippy.dct.ac.uk Date: 02-Jun-1994 Author: Alan Greig ccdarg@zippy.dct.ac.uk News Version: 6.1beta9 News Files: NewsControl.C Description: Bypasses processing of sendsys control messages, so that they are simply ignored (though they are considered to be successfully processed), since badly formatted messages can cause News to halt Add File processing. *** newscontrol.c --- newscontrol_new.c ************** *** 55,57 ** **-- **/ --- 55,59 ----- + ** V6.1b9 2-Jun-1994 Alan Greig ccdarg@zippy.dct.ac.uk + ** - bypass processing of sendsys control; return success ** **-- **/ ************** *** 155,160 char il[512], vms_address[256], *mail_replyto; FILE *fpm, *fpr; mail_replyto = argv[REPLY_TO]; if (!mail_replyto || !*mail_replyto) mail_replyto = argv[FROM]; if (!mail_replyto || !*mail_replyto) return(NORETURNADDRESS); --- 157,163 ----- char il[512], vms_address[256], *mail_replyto; FILE *fpm, *fpr; + return(CTLOK); mail_replyto = argv[REPLY_TO]; if (!mail_replyto || !*mail_replyto) mail_replyto = argv[FROM]; if (!mail_replyto || !*mail_replyto) return(NORETURNADDRESS); *** patchlist.h;-1 --- patchlist.h ************** *** 1,1 =+=+= End =+=+= --- 1,2 ----- + 940602_newscontrol.c!ccdarg@zippy.dct.ac.uk =+=+= End =+=+=