>> How could I write an AppleScript to set the signature of the current >> message to a specific sig (for a filter on outgoing mail)? I've tried >> "tell application "PowerMail" to set text signature of message to >> name pm" but that won't compile. >> >> Thanks very much, >> Emily > > You really can't since AppleScripts *(actually all filters)* are not > run until AFTER the message is sent.
a potential work around solution: create a specific account which has that specific signature as the default signature. create a filter which will set the message to that account on outgoing message. either that filter will be enough for your needs or create an apple script that uses that filter and manually trigger that apple script on desired message. I think that should work. ---marlyse

