[Raw Msg Headers][Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Small correction to compat/sendmail



Hi!
I have discovered that compat/sendmail is bashing about option like -q1h
which is quite frequently used when sendmail is called to operate in daemon mode.
Here is small patch to modify this behaviuor.

*** compat/sendmail/sendmail.c.ORG	Mon Oct  9 10:20:31 1995
--- compat/sendmail/sendmail.c	Mon Mar 25 17:23:05 1996
***************
*** 96,102 ****
  	configfile = pooption = NULL;
  	if (printq || aliases)
  		goto otherprog;
! 	while ((c = getopt(argc, argv,"EJb:e:r:f:h:F:C:d:Oo:P:imnqstvVx")) != EOF) {
  		switch (c) {
  		case 'J': break; /* Sony NEWS OS  JIS-conversion option,
  				    ignore */
--- 96,102 ----
  	configfile = pooption = NULL;
  	if (printq || aliases)
  		goto otherprog;
! 	while ((c = getopt(argc, argv,"EJb:e:r:f:h:F:C:d:Oo:P:imnq:stvVx")) != EOF) {
  		switch (c) {
  		case 'J': break; /* Sony NEWS OS  JIS-conversion option,
  				    ignore */

Thats all,
	Jerzy
------------------------------------------------------------------------
Jerzy Sobczyk              ____________ ___     Institute of Control and
J.Sobczyk@ia.pw.edu.pl    /  /     |  |/  _\    Computation Engineering, 
                         /  /  /|  |  |  (____         Warsaw University 
tel.+48 22 660 7297     /  /  _>|  |  |\____  \            of Technology
fax.+48 22 253719      /__/__/__|__|__|_____)  \       Nowowiejska 15/19
tlx. 813 307 pw pl    /________________________/   00-665 Warsaw, POLAND 
------------------------------------------------------------------------