From mboxrd@z Thu Jan 1 00:00:00 1970 From: marcus-sup@bar-coded.net (Marcus Williams) Date: Wed, 09 Apr 2008 21:00:38 +0100 Subject: [sup-talk] Spam hooks. In-Reply-To: <1207735298-sup-7690@wrasse> References: <1207735298-sup-7690@wrasse> Message-ID: <1207771005-sup-8074@tomsk> On 9.4.2008, Richard Heycock wrote: > Is it possible to add a hook so that when I press 'S' to mark the > message as spam that it then forward the email to the appropriate > address. Note that 'S' is actually marking a thread as a spam _not_ a message as a spam so any hook would be working on (potentially) a set of messages. In my local edits I have a hook that allows for this, but its not going to forward anything for you - it leaves it up to you to do what you want with the thread. It wouldnt be that hard to iterate over the thread and forward all messages to an address in ruby though. I can clean it up and post it if its any help. Marcus