I use this applescript...

tell application "Microsoft Entourage"
    set msgList to current messages
    repeat with oneMsg in msgList
        if address of address of (first recipient of oneMsg) does not start
with "postmaster@" then
            set theFwd to forward oneMsg to "[EMAIL PROTECTED]" without
opening window
            send theFwd with sending later
        end if
        move oneMsg to folder id 6
    end repeat
end tell

Today, when I ran the script, on a message I get the following error:

MS Entourage got and error: Can't get address of address of recipient 1 of
incoming message id 47741.

Here are the headers of the email in question, this has happened 2 times
now.

Return-Path: <[EMAIL PROTECTED]>
Received: from home.nl (219.144.236.237) by hostwizard.com with SMTP
 (Eudora Internet Mail Server 3.2.4) for <[EMAIL PROTECTED]>;
 Thu, 20 May 2004 18:05:21 -0700
Message-ID: <[EMAIL PROTECTED]>
From: "Kimberly B. Adams" <[EMAIL PROTECTED]>
Subject: bigger wiener
Date: Fri, 21 May 2004 01:05:20 +0000
MIME-Version: 1.0
Content-Type: text/html
Content-Transfer-Encoding: 7bit
-- 
-------------------------------------------------------------
Scott Haneda                                Tel: 415.898.2602
http://www.newgeo.com                       Fax: 313.557.5052
[EMAIL PROTECTED]                            Novato, CA U.S.A.


-- 
To unsubscribe:                     
<mailto:[EMAIL PROTECTED]>
archives:       
<http://www.mail-archive.com/entourage-talk%40lists.letterrip.com/>
old-archive:       
<http://www.mail-archive.com/entourage-talk%40lists.boingo.com/>

Reply via email to