Removed soft-cr filter during message import

This commit is contained in:
Michiel Broek 2005-09-10 09:52:39 +00:00
parent 7da79f6fef
commit ae21f323e1
2 changed files with 1 additions and 4 deletions

View File

@ -15,6 +15,7 @@ v0.71.6 02-Sep-2005
mbcico:
Changed compression state logic.
Removed soft-cr filter during message import.
mbfido:
If some newsarticles are not accepted for post, don't treat

View File

@ -109,10 +109,6 @@ char *aread(char *s, int count, FILE *fp)
next=0;
break;
case 0x8d: s[i]=' ';
i++;
break;
case '\0': at_zero=1;
next=0;
break;