Cute bug in Mush's config.h-dist

Chris Lewis clewis at ferret.ocunix.on.ca
Fri May 24 17:46:49 AEST 1991


In config.h-dist, there is the following code:

| /* If your mailer does not understand commas between addresses, you should
|  * define NO_COMMAS.  This includes pre-3.0 smail and default MTAs used on
|  * xenix, and sys-v systems.
|  * This does NOT apply to MMDF or sendmail, in most cases.
|  */
| #ifdef SUN_4_1		/* SunOS 4.1 has warped sendmail.cf */
| #define NO_COMMAS /**/
| #endif /* SUN_4_1

Note the missing "*/" on the last line.  I put a "#define NO_COMMAS"
immediately after it, and the define got eaten by cpp.  Put a */
in and all's well.



More information about the Comp.sources.bugs mailing list