avoid passing SIZE= parameter into rulesets
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Fri, 19 Nov 1993 23:54:05 +0000 (15:54 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Fri, 19 Nov 1993 23:54:05 +0000 (15:54 -0800)
SCCS-vsn: usr.sbin/sendmail/src/envelope.c 8.18

usr/src/usr.sbin/sendmail/src/envelope.c

index a9b1dc3..e3b298b 100644 (file)
@@ -7,7 +7,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)envelope.c 8.17 (Berkeley) %G%";
+static char sccsid[] = "@(#)envelope.c 8.18 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "sendmail.h"
 #endif /* not lint */
 
 #include "sendmail.h"
@@ -702,7 +702,7 @@ setsender(from, e, delimptr, internal)
        */
 
        if (pvp == NULL)
        */
 
        if (pvp == NULL)
-               pvp = prescan(from, '\0', pvpbuf, NULL);
+               pvp = prescan(from, delimchar, pvpbuf, NULL);
        if (pvp == NULL)
        {
                /* don't need to give error -- prescan did that already */
        if (pvp == NULL)
        {
                /* don't need to give error -- prescan did that already */