Ken Pope said:
>I'm hoping to avoid the problem if at all possible rather than have my >recipients let me know about them. Some are severely disabled and operating >the computer takes considerable time and effort (e.g., when using a >headpointer & puff switch to choose each letter for an email). I'd like >spare them having to notify me that a message showed up in non-US-ASCII >form. > >I was hoping that there might be some display in PowerMail that would tell >me if my message was in US-ASCII or, if not, some other way I could find >out. In the outgoing message window, when set to be sent - not as draft -, choose "Show full header" (Shift-Cmd-H) from the View menu. Check for the line: "Content-Type: text/plain; charset=US-ASCII". One could also possibly make an applescript that is triggered on sending, that does something to the effect of in a mail filter: "Run every time on outgoing messages" and... "if adressee is in group USASCII-addressees" then... "run script verifyUSASCII" That script in turn parses the header of each outgoing messsage and if this line says something else, then aborts the sending process and opens the offending messages. I'm hoping here that outgoing messages can be referred to effectively in AS, something I haven't actually tried. Backside is that the major part of the work is still left to do, ie identifying the chars, but you'd have avoided a mistake on your part. PM 5.2.2 Swedish | OS X 10.3.9 | Powerbook G4/400Mhz | 1GB RAM | 30GB HD

