Michiel Brandenburg wrote:
- while(*s) {
+ while(s && *s) {
if (*s == '\n') *s = ' ';
+ s++;Aiiee, that's embarrassing!!! Thanks for the fix. Regards, David. _______________________________________________ NOTE: If there is a disclaimer or other legal boilerplate in the above message, it is NULL AND VOID. You may ignore it. Visit http://www.mimedefang.org and http://www.roaringpenguin.com MIMEDefang mailing list [email protected] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

