[Mimedefang] [Patch] multiline fix

David F. Skoll dfs at roaringpenguin.com
Mon Feb 1 18:15:01 EST 2010


Michiel Brandenburg wrote:

-    while(*s) {
+    while(s && *s) {
        if (*s == '\n') *s = ' ';
+       s++;

Aiiee, that's embarrassing!!!

Thanks for the fix.

Regards,

David.



More information about the MIMEDefang mailing list