Index: procmail-3.14/Makefile
diff -c procmail-3.14/Makefile:1.1.1.1 procmail-3.14/Makefile:1.2
*** procmail-3.14/Makefile:1.1.1.1	Thu Feb 22 12:30:14 2001
--- procmail-3.14/Makefile	Thu Feb 22 13:19:16 2001
***************
*** 55,61 ****
  
  LOCKINGTEST=__defaults__
  
! #LOCKINGTEST=/tmp .	# Uncomment and add any directories you see fit.
  #			If LOCKINGTEST is defined, autoconf will NOT
  #			prompt you to enter additional directories.
  #			See INSTALL for more information about the
--- 55,61 ----
  
  LOCKINGTEST=__defaults__
  
! LOCKINGTEST=/tmp .     # Uncomment and add any directories you see fit.
  #			If LOCKINGTEST is defined, autoconf will NOT
  #			prompt you to enter additional directories.
  #			See INSTALL for more information about the
***************
*** 86,92 ****
   #-Wimplicit -Wshadow -Wid-clash-6 #-Wuninitialized
  
  # The place to put your favourite extra cc flag
! CFLAGS0 = -O #$(GCC_WARNINGS)
  LDFLAGS0= -s
  # Read my libs :-)
  LIBS=
--- 86,92 ----
   #-Wimplicit -Wshadow -Wid-clash-6 #-Wuninitialized
  
  # The place to put your favourite extra cc flag
! CFLAGS0 = $(RPM_OPT_FLAGS) #$(GCC_WARNINGS)
  LDFLAGS0= -s
  # Read my libs :-)
  LIBS=
Index: procmail-3.14/config.h
diff -c procmail-3.14/config.h:1.1.1.1 procmail-3.14/config.h:1.2
*** procmail-3.14/config.h:1.1.1.1	Thu Feb 22 12:30:14 2001
--- procmail-3.14/config.h	Thu Feb 22 13:19:16 2001
***************
*** 18,24 ****
   */
  #define KEEPENV		{"TZ",0}
  
! /*#define DEFPATH	"PATH=$HOME/bin:/bin:/usr/bin"	/* uncomment and/or
  							   change if you
  	do not want the autoconf generated defPATH setting to be used in
  	PRESTENV below. */
--- 18,24 ----
   */
  #define KEEPENV		{"TZ",0}
  
! #define DEFPATH	"PATH=$HOME/bin:/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/bin/X11"	/* uncomment and/or
  							   change if you
  	do not want the autoconf generated defPATH setting to be used in
  	PRESTENV below. */
***************
*** 52,59 ****
  			 "list","slist","lists","news",0}
  
  /*#define NO_fcntl_LOCK		/* uncomment any of these three if you	     */
! /*#define NO_lockf_LOCK		/* definitely do not want procmail to make   */
! /*#define NO_flock_LOCK		/* use of those kernel-locking methods	     */
  
  /*#define RESTRICT_EXEC 100	/* uncomment to prevent users with uids equal
  				   or higher than RESTRICT_EXEC from
--- 52,59 ----
  			 "list","slist","lists","news",0}
  
  /*#define NO_fcntl_LOCK		/* uncomment any of these three if you	     */
! #define NO_lockf_LOCK		/* definitely do not want procmail to make   */
! #define NO_flock_LOCK		/* use of those kernel-locking methods	     */
  
  /*#define RESTRICT_EXEC 100	/* uncomment to prevent users with uids equal
  				   or higher than RESTRICT_EXEC from
***************
*** 61,67 ****
  	restriction does not apply to /etc/procmailrc and /etc/procmailrcs
  	files) */
  
! /*#define NO_NFS_ATIME_HACK	/* uncomment if you're definitely not using
  				   NFS mounted filesystems and can't afford
  	procmail to sleep for 1 sec. before writing a regular mailbox
  	(under heavy load procmail automatically suppresses this) */
--- 61,67 ----
  	restriction does not apply to /etc/procmailrc and /etc/procmailrcs
  	files) */
  
! #define NO_NFS_ATIME_HACK	/* uncomment if you're definitely not using
  				   NFS mounted filesystems and can't afford
  	procmail to sleep for 1 sec. before writing a regular mailbox
  	(under heavy load procmail automatically suppresses this) */
***************
*** 72,78 ****
     (either directly, or through changing the definitions in the same file
     of MAILSPOOLDIR, MAILSPOOLHASH or MAILSPOOLHOME) */
  
! /*#define DEFsendmail	"/bin/mail"	/* uncomment and/or change if the
  					   autoconfigured default SENDMAIL is
  	not suitable */
  
--- 72,78 ----
     (either directly, or through changing the definitions in the same file
     of MAILSPOOLDIR, MAILSPOOLHASH or MAILSPOOLHOME) */
  
! #define DEFsendmail	"/usr/sbin/sendmail"	/* uncomment and/or change if the
  					   autoconfigured default SENDMAIL is
  	not suitable */
  
Index: procmail-3.14/src/procmail.c
diff -c procmail-3.14/src/procmail.c:1.1.1.1 procmail-3.14/src/procmail.c:1.2
*** procmail-3.14/src/procmail.c:1.1.1.1	Thu Feb 22 12:30:16 2001
--- procmail-3.14/src/procmail.c	Thu Feb 22 13:19:16 2001
***************
*** 717,722 ****
--- 717,723 ----
  		 if(*flagsendmail)
  		  { *chp++=' ';
  		    *chp++='$';chp=strchr(strcpy(chp,FlagSendMail),'\0');
+ 		    *chp++=' ';
  		  }
  		 if(startchar==themail)
  		  { startchar[filled]='\0';		     /* just in case */
