Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Irritating list reply-to policy



On 1/1/07 at -0700 Gnarlodious said this

>A perfect example is another gentleman I am having a discussion with.
>He thinks he is responding to the list when in fact he is only
>responding to me. To overcome this error, I am pasting the list
>address into every reply. In fact, I had to do that to this reply, as
>Mr Schwartz replied to me only.
>
>How this policy is expected to contribute to helpful communication is
>a mystery to me. New users, unless they know the trick, end up with a
>discussion with only one person on the other end.
>
>-- Gnarlie
>http://LiberalTalkRadio.com/
>
>


Easily fixed with a scriptable email client. I use Mailsmith (from Bare Bones) and have a script that catches this attached to its Reply menu item. 

For what it's worth, here's the script. As pasted in it will only work in Mailsmith but maybe it will give you the idea.

--> Cut <--
global lst
on MenuSelect(x, y)
	set lst to name of container of message of window 1
	return false
end MenuSelect

on PostMenuSelect()
	if lst is "Applescript" then set address string of first to_recipient of message window 1 to "email@hidden"
	set lst to null
end PostMenuSelect
--> Cut <--

JBS
-- 
A day without sunshine is like...              night.
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/applescript-users/email@hidden
Archives: http://lists.apple.com/mailman//archives/applescript-users

This email sent to email@hidden

References: 
 >Re: Irritating list reply-to policy (From: Gnarlodious <email@hidden>)



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.