|
@@ -575,7 +575,6 @@ static bool fast_deq(int which)
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
to = newsplit(&msg);
|
|
to = newsplit(&msg);
|
|
|
- len = strlen(to);
|
|
|
|
|
victims = to;
|
|
victims = to;
|
|
|
while (m) {
|
|
while (m) {
|
|
|
nm = m->next;
|
|
nm = m->next;
|
|
@@ -585,7 +584,6 @@ static bool fast_deq(int which)
|
|
|
nextmsg = nextmsgstr;
|
|
nextmsg = nextmsgstr;
|
|
|
nextcmd = newsplit(&nextmsg);
|
|
nextcmd = newsplit(&nextmsg);
|
|
|
nextto = newsplit(&nextmsg);
|
|
nextto = newsplit(&nextmsg);
|
|
|
- len = strlen(nextto);
|
|
|
|
|
if ( strcmp(to, nextto) /* we don't stack to the same recipients */
|
|
if ( strcmp(to, nextto) /* we don't stack to the same recipients */
|
|
|
&& !strcmp(cmd, nextcmd) && !strcmp(msg, nextmsg)
|
|
&& !strcmp(cmd, nextcmd) && !strcmp(msg, nextmsg)
|
|
|
&& ((strlen(cmd) + victims.length() + strlen(nextto)
|
|
&& ((strlen(cmd) + victims.length() + strlen(nextto)
|