fix for last fix
This commit is contained in:
parent
bd342ec7b4
commit
593d050afc
@ -820,7 +820,6 @@ void read_message(int socket, struct user_record *user, struct msg_headers *msgh
|
|||||||
s_putstring(socket, "\r\n");
|
s_putstring(socket, "\r\n");
|
||||||
} else {
|
} else {
|
||||||
s_putchar(socket, body[z]);
|
s_putchar(socket, body[z]);
|
||||||
s_putstring(socket, "\r\n");
|
|
||||||
}
|
}
|
||||||
lines++;
|
lines++;
|
||||||
if (lines >= 17) {
|
if (lines >= 17) {
|
||||||
|
Reference in New Issue
Block a user