| How can it be determined if a message was delivered from an end-user's Message Center quarantine?
Resolution
The email message's full headers will clearly indicate if the email was delivered out from the user's message center. All possible signs are listed in the following sample header.
Return-Path: <searchNetworking-79A84066619B8C13@lists.techtarget.com> Received: from exprod5mo2.postini.com (exprod5mo2.postini.com [64.75.1.208]) by postinicorp.com (8.9.3/8.9.3) with ESMTP id LAA13742 for <user@domain.com>; Wed, 18 Sep 2002 11:05:39 -0700 Date: Wed, 18 Sep 2002 11:05:39 -0700 Received: from exprod5wb9.postini.com (exprod5wb9.postini.com [192.168.252.39]) by exprod5mo2.postini.com (Postfix) with SMTP id 43E0E187DD for <user@domain.com>; Wed, 18 Sep 2002 11:05:40 -0700 (PDT) Received: from source ([65.214.43.156]) by exprod5mx3.postini.com ([64.75.1.245]) with SMTP; Fri, 13 Sep 2002 04:07:20 EDT Received: from dewey.techtarget.com (localhost [127.0.0.1]) by mailhost2 (Postfix) with ESMTP id C09D768018; Fri, 13 Sep 2002 04:00:59 -0400 (EDT) To: "SearchNetworking.com" <searchNetworking@lists.techtarget.com> From: "SearchNetworking.com" <searchNetworking-79A84066619B8C13@lists.techtarget.com> Reply-To: "SearchNetworking.com" <searchNetworking-79A84066619B8C13@lists.techtarget.com> Subject: VPN Tip: Set your MTU size Mime-Version: 1.0 content-type: text/plain; charset=ISO-8859-1 content-Transfer-Encoding: 7bit X-Mailer: TargetMail E-Mail By TechTarget.com X-content_id: 452901 Message-Id: <20020913080059.C09D768018@mailhost2> X-Quarantined-Date: Fri, 13 Sep 2002 04:00:59 -0400 (EDT) X-pstn-levels: (C:97.5359 M:94.0498 P:95.9108 S: 1.7323 ) X-pstn-settings: 5 (2.0000:2.0000) pmcr X-pstn-addresses: from <searchNetworking-79A84066619B8C13@lists.techtarget.com> X-pstn-disposition: quarantine
1) There are references to all of exprodNmx, exprodNwb and exprodXmo (X is a number 5, 6, 7, or 8 depending on the Postini System which processes the traffic). * 2) There is an X-Quarantined-Date header which lists the date and time the message was originally received. * 3) There is a header which states that the message was Quarantined: X-pstn-disposition: quarantine.
* Items 2 & 3 above will only be in the headers of messages when quarantined by Postini for all recipients.
|