15/06/03 Helder Correia: >Mikael Bystr�m <[EMAIL PROTECTED]> wrote: > >> I suppose this may explain why this "QP truncation bug" script have not >> helped on several occasions for this problem. I run the script, it says >> everything is OK and then the message is truncated anyway. So there are >> reasons that cause the problem and the script doesn't check for it. > >[...] > >A more feasible solution might be to change the line length currently used >by the script to a more conservative value (60 characters?). It wouldn't >be a perfect solution, but it might be an improvement. > >Does anyone who knows AppleScript want to look at the old script and see >if I'm right?
I too found that this script's approach wasn't great. Another reason why I didn't use it. I wasn't aware of the wrapping being done on encoded data, though. Or that it would make a difference. I think I'd choose to skip checking line length altogether and take the brute force route: just add a space at the end of any paragraph that starts with a quote mark and ends with a period. This won't cause any harm except unwanted line feeds in the same few cases where the current script does (some quotes are probably followed by an extra blank line when that space happens to be wrapped alone). We can live with that, and it's much better than all the supid quotes wrapping done by most other mailers anyway. I'm not doing it right now. Feel free to give it a try anybody. ---- VRic ___________________________________________________________________________ To unsubscribe send a mail message with a SUBJECT line of "unsubscribe" to <[EMAIL PROTECTED]> or <[EMAIL PROTECTED]>

