powermail-discuss Digest #2911 - Monday, December 1, 2008

  Forwarding spam to SpamCop.net
          by "Winston Weinmann" <[EMAIL PROTECTED]>
  Re: Forwarding spam to SpamCop.net
          by "Matthias Schmidt" <[EMAIL PROTECTED]>
  Re(2): Forwarding spam to SpamCop.net
          by "Alan Harper" <[EMAIL PROTECTED]>


----------------------------------------------------------------------

Subject: Forwarding spam to SpamCop.net
From: "Winston Weinmann" <[EMAIL PROTECTED]>
Date: Sun, 30 Nov 2008 20:19:57 -0500

Is there an easy way to forward a message with the full header first? I
want to be able to forward messages to SpamCop.net when I get spam I
think they could help address.

Right now the only way I can figure out to do it is to switch to "Show
plain text with header", then copy the message into a new message to
SpamCop.net, then edit it to put the header information first. (SpamCop
requires that the header come first and I have to delete the separator
lines.) This is a lot of trouble if I have several to send.

Also, SpamCop.net suggests that the spam be forwarded as an attachment,
which apparently many email programs can do. Can't figure this out with
PowerMail.

Thanks.

- Winston


----------------------------------------------------------------------

Subject: Re: Forwarding spam to SpamCop.net
From: "Matthias Schmidt" <[EMAIL PROTECTED]>
Date: Mon, 1 Dec 2008 10:33:16 +0900

Am/On Sun, 30 Nov 2008 20:19:57 -0500 schrieb/wrote Winston Weinmann:

>Is there an easy way to forward a message with the full header first? I
>want to be able to forward messages to SpamCop.net when I get spam I
>think they could help address.
>
>Right now the only way I can figure out to do it is to switch to "Show
>plain text with header", then copy the message into a new message to
>SpamCop.net, then edit it to put the header information first. (SpamCop
>requires that the header come first and I have to delete the separator
>lines.) This is a lot of trouble if I have several to send.
>
>Also, SpamCop.net suggests that the spam be forwarded as an attachment,
>which apparently many email programs can do. Can't figure this out with
>PowerMail.

imho you can do this with AppleScript.
There's a script called "Show Source in TextEdit".
You could use that one as starting point.

all the best

Matthias


----------------------------------------------------------------------

Subject: Re(2): Forwarding spam to SpamCop.net
From: "Alan Harper" <[EMAIL PROTECTED]>
Date: Mon, 1 Dec 2008 08:21:31 -0800

When I used Spamcop, I had the following applescript for PowerMail (not
sure which version). I ran it, and then pasted into an email addressed
to the spam reporting address:

tell application "PowerMail"
        set theMessages to current messages
        if (count of theMessages) > 1 then
                error -128
        end if
        set theMessage to item 1 of theMessages
        set theSource to source of theMessage
end tell

set the clipboard to theSource


----------------------------------------------------------------------
End of powermail-discuss Digest

Reply via email to